Build Employee Management System with Laravel 5.4 and Adminlte


– Instruction:
Please follow all bellow steps:

composer update
rename .env.example with .env
configure database on .env file
create a new database with name employees_db
create new tables with: php artisan migrate
create default user for system with: php artisan db:seed
php artisan key:generate
Execute: php artisan config:clear
Execute: php artisan serve
default usename: admin@gmail.com/admin

 

Share on Facebook0Tweet about this on Twitter0Share on Google+0Pin on Pinterest0Share on LinkedIn0Share on Reddit0
It's only fair to share...

Add Comment

Required fields are marked *. Your email address will not be published.