Laravel Faculty RoomBooking screenshot

Laravel Faculty RoomBooking

Author Avatar Theme by Laraveldaily
Updated: 11 Apr 2020
72 Stars

Laravel 7 Demo Project for Room Booking with Stripe. Generated with https://quickadminpanel.com and CoreUI theme.

Categories

Overview:

The Laravel 7 Room Booking demo is a simple project that allows users to search for available rooms and book them. Users can also view events on the calendar, filtered by room or booked user. The adminpanel is generated using the Laravel generator, QuickAdminPanel.com.

Features:

  • Room Search: Users can search for available rooms.
  • Room Booking: Users can book rooms.
  • Calendar Events: Users can view events on the calendar, filtered by room or booked user.
  • Adminpanel Generator: The adminpanel is generated using QuickAdminPanel.com

Installation:

To install the Laravel 7 Room Booking demo, follow these steps:

  1. Clone the repository with git clone [repository URL]
  2. Copy the .env.example file to .env and edit the database credentials in the .env file.
  3. Run composer install to install the project dependencies.
  4. Run php artisan key:generate to generate an application key.
  5. Run php artisan migrate --seed to migrate the database and seed it with test data.
  6. Launch the main URL to access the application.
  7. To access the adminpanel, use the default credentials admin@admin.com - password.
  8. If you want to enable paid bookings, fill in the .env file with your Stripe credentials.

Summary:

The Laravel 7 Room Booking demo is a simple project that enables users to search for and book rooms. It also provides a calendar feature to view events, filtered by room or booked user. The adminpanel is generated using the QuickAdminPanel.com Laravel generator. The installation process is straightforward and involves cloning the repository, setting up the database credentials, and running a few commands in the command line.