Skip to content

MiragePresent/library-laravel-vue

Repository files navigation

Instalation

  • git clone git@github.com:MiragePresent/library-laravel-vue.git
  • Go to project directory cd library-laravel-vue
  • Copy .env.example file to .env and fill configs for your local environment
  • Create app key by running php artisan key:generate
  • Run DB migrations with seeders php artisan migrate --seed
  • Compile js files npm run dev
  • And run application server php atisan serve
  • Open application

Run with Docker

  • docker-compose up --build
  • docker-compose exec backend php artisan migrate --seed

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published