HotelBooking is a Hotel Booking Application. Application let's you book room in hotel.
- clone the project to your machine
- Update your Homestead.yaml
- Provision your vagrant
- Rename .env.example to .env
- Update .env according to your db settings
$ php artisan migrate
$ php artisan db:seed
$ npm install
$ npm run watch
- Login & Logout API
- Viewing bookings in calendar mode
- Allow non-registered users to add a reservation (it's related to Wordpress task)
The Laravel framework is open-source software licensed under the MIT license.