Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 497 Bytes

File metadata and controls

17 lines (13 loc) · 497 Bytes

Hostel Management System

Run composer install or php composer.phar install

Run php artisan key:generate

Configure your smtp and database in the .env file, see the example file

Run php artisan migrate

Run php artisan db:seed to run seeders to create first admin and campuses

Run php artisan storage:link

Run php artisan serve

Run php artisan queue:work

navigate to 127.0.0.1:8000/admin

create a few hostels and room for the students

now naviage to 127.0.0.1:8000

Enjoy