Awesome
Inventory Allotment App
Made by Aniket Pant
A simple inventory allotment app for the college.
Composition
- Laravel PHP
- Twitter Bootstrap
- jQuery Select2
Instructions
- git clone this
- Create a new database by the name of 'bits-inv-app'
- Configure
database.php
- Run migrations -
php artisan migrate:install
andphp artisan migrate
- Run task -
php artisan admin:init