Skip to content

Latest commit

 

History

History
executable file
·
19 lines (11 loc) · 301 Bytes

README.md

File metadata and controls

executable file
·
19 lines (11 loc) · 301 Bytes

Hotel-mangement-system

How to get the project up and running on your development enviroment

  • please, make sure to run the following commands first
composer install
  • Change your file .env.example to .env then run this command:
php artisan key:generate

Thank You!