Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable, creative experience to be truly fulfilling. Laravel attempts to take the pain out of development by easing common tasks used in the majority of web projects, such as authentication, routing, sessions, queueing, and caching.
Laravel is accessible, yet powerful, providing tools needed for large, robust applications. A superb inversion of control container, expressive migration system, and tightly integrated unit testing support give you the tools you need to build any application with which you are tasked.
This project requires php 7. Follow the steps below to run this project successfully,
- Install PHP7 and Latest available stable mysql
- create a databased named "hotelmanagement"
- edit .env file and config/database.php file according to database connection configuration
- To avoid any accidental errors please clear cache by running this command on the root directory "php artisan config:cache" [ must ]
- now you will have to migrate the saved table structure, to migrate run the following command on the project root directory "php artisan migrate" [must]
- Now you will have to seed some saved data to the database, run this command "php artisan db:seed" [must]
- Login to the control panel email: [email protected] password: 123456
Documentation for the framework can be found on the Laravel website.
Thank you for considering contributing to the Laravel framework! The contribution guide can be found in the Laravel documentation.
If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell at [email protected]. All security vulnerabilities will be promptly addressed.
The Laravel framework is open-sourced software licensed under the MIT license.