Skip to content

AnjaBasara/php-laravel-assignment

 
 

Repository files navigation

Book app

To set up your local dev environment, follow these steps:

  1. Clone the repo
  2. Run cp .env.example .env to create a local environment file
  3. Run docker-compose up -d to start the app
  4. Run docker-compose exec app composer install to install dependencies
  5. Run docker-compose exec app php artisan key:generate to generate an app key
  6. Run docker-compose exec app php artisan migrate:fresh --seed to run migrations and seed the database
  7. Map php-laravel-assignment.nl to localhost or 127.0.0.0 in your hosts file
  8. Visit http://php-laravel-assignment.nl in your browser

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 75.5%
  • Blade 23.2%
  • Dockerfile 1.1%
  • JavaScript 0.2%