Skip to content

graybearo/lumen-vue-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation:

git clone https://github.com/andreydiveev/lumen-vue-docker
cd lumen-vue-docker
docker-compose up -d

wait for composer and yarn install the project, see it by:

docker-compose logs -f composer
docker-compose logs -f node

next:

docker-compose exec php bash
cp .env.example .env
php artisan jwt:secret

At this step bare webapp is ready: http://localhost:8000/

Setting up backpack:

php artisan migrate
php artisan db:seed

Open http://localhost:8004/

Done.

Based on https://github.com/albertcht/lumen-vue-starter

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Visual Basic .NET 74.6%
  • PHP 16.5%
  • Vue 5.3%
  • JavaScript 2.8%
  • CSS 0.3%
  • HTML 0.3%
  • Other 0.2%