madd15 fafd03f00f Added DB Prefix to Migrations
Added DB::getTablePrefix(); to migrations to fix #284

not sure if there is another way to achieve this
2014-10-23 11:47:46 +10:30
2014-10-23 11:47:46 +10:30
2014-08-13 15:45:29 -04:00
2014-08-11 17:13:43 +09:00
2013-11-13 01:59:39 -05:00
2014-08-12 15:06:52 -04:00
2014-05-05 21:28:58 -04:00
2014-08-17 04:37:38 -04:00
2014-08-17 04:38:01 -04:00
2014-06-09 02:04:21 -04:00
2014-06-24 17:49:39 -04:00
2014-10-16 18:40:31 -04:00
2014-06-24 17:49:39 -04:00

Click here to lend your support to: Snipe IT - Free Open Source Asset Management System and make a donation at pledgie.com Build Status Stories in Ready ProjectStatus

Snipe-IT - Asset Management For the Rest of Us

This is a FOSS project for asset management in IT Operations. Knowing who has which laptop, when it was purchased in order to depreciate it correctly, handling software licenses, etc.

It is built on Laravel 4.1 and uses the Sentry 2 package.

This project is being actively developed and we're releasing quite frequently. (Check out the live demo here.)

This is web-based software. This means there there is no executable file (aka no .exe files), and it must be run on a web server and accessed through a web browser. It runs on any Mac OSX, flavor of Linux, as well as Windows.


Documentation & Installation

Installation and configuration documentation for this project has been moved to http://docs.snipeitapp.com. This provides a more easily navigated, organized view of the documentation, and is based off of the documentation branch in this repo. Contributions and bugfixes to the documentation are always welcome!

We'll be adding a long-overdue user's manual soon as well.

To deploy on Ubuntu using Ansible and Vagrant, be sure to check out the Snipe-IT Installation scripts created by @GR360RY.


Bug Reports & Feature Requests

Feel free to check out the GitHub Issues for this project to open a bug report or see what open issues you can help with. Please search through existing issues (open and closed) to see if your question hasn't already been answered before opening a new issue.

We use Waffle.io to help better communicate our roadmap with users. Our project page there will show you the backlog, what's ready to be worked on, what's in progress, and what's completed.

Stories in Ready


Announcement List

To be notified of important news (such as new releases, security advisories, etc), sign up for our list. We'll never sell or give away your info, and we'll only email you when it's important.


Requirements

  • PHP 5.4 or later
  • MCrypt PHP Extension

Important Notes on Updating

Whenever you pull down a new version from master or develop, when you grab the latest official release, make sure to run the following commands via command line:

php composer.phar dump-autoload
php artisan migrate

Forgetting to do this can mean your DB might end up out of sync with the new files you just pulled, or you may have some funky cached autoloader values. It's a good idea to get into the habit of running these every time you pull anything new down. If there are no database changes to migrate, it won't hurt anything to run migrations anyway.

Description
A free open source IT asset/license management system
Readme AGPL-3.0 342 MiB
Languages
PHP 91.8%
Blade 6.9%
Less 0.8%
JavaScript 0.3%
Shell 0.2%