Institute Consultancy Bureau Information Management System
git clone https://github.com/omakei/ICB.git
composer install
Rename .env.example to .env Add your database credentials to .env
Create project database
php artisan migrate
Then populate the database with required data through seed
php artisan db:seed
php artisan serve
Then go to the localhost:port-number though your browser
Everytime you pull from this repo makesure to:-
php artisan migrate
,
composer dump-autoload
and
php artisan config:clear
Currently unknown