Skip to content

cristian1201/full-hotel-laravel

Repository files navigation

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. A step by step series of examples that tell you how to get a development env running

  1. Follow Laravel Installation guide.
  2. Pull this repository
  3. Create database and link it in the project .env file [Check Online guides for reference]
  4. Run migration and seeding command:
    • php artisan migrate
    • php artisan db:seed
  5. Run laravel application
    • php artisan server
  6. Login User 6.1. User Credentials: Email: johndoe@gmail.com Password: password 6.2. Admin Credentials: Email: admin@gmail.com Password: password

Prerequisites

What things you need to install the software and how to install them

  1. Working knowledge of PHP, MySQL & Apache
  2. Knowledge of Laravel framework

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Laravel community
  • Hat tip to anyone whose code was used
  • Inspiration
  • etc