Skip to content

jaguar19961/testBarmen

Repository files navigation

Installation

  • Clone this repository.
  • Create .env file and set your database credentials.
  • Run composer install.
  • Run php artisan key:generate.
  • Run migrations php artisan migrate

NOTE:

Run php artisan migrate --seed to migrate tables and generate fake data using factories

When using seeds, tables will be truncated first

Also, when using seeds, default account will be generated with these credentials:

Email: [email protected] Password: secret

  • Generate passport keys php artisan passport:install
  • Serve your app by running php artisan serve
  • Enjoy :)

About

Test, create application for barmen

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published