Skip to content

driannns/Flight-Ticket

Repository files navigation

How To Clone ?

  1. Clone this project using https or ssh
  2. So we are using Laravel Breeze and Tailwind for styling, type the code below
composer install
npm install
  1. Copy .env.example file to .env on the root folder. You can type copy .env.example .env if using command prompt Windows or cp .env.example .env if using terminal, Ubuntu
  2. adjust the values that are in the env file like db name, db username, db password
  3. Set key in .env using php artisan key:generate
  4. Migrate database using php artisan migrate
  5. After everything has been set, the final step is to type the code below
php artisan serve
npm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages