Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 599 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 599 Bytes

Game Booking Website 🎮

This is a V-Hive game booking website developed in Laravel with Tailwind CSS.

Installation

  • Install the dependencies: composer install
  • Generate the application key: php artisan key:generate
  • Create the database and update the .env file with your database credentials.
  • Migrate the database: php artisan migrate
  • Start the local development server: php artisan serve
Screenshot