在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):supermavster/docker-laravel-8开源软件地址(OpenSource Url):https://github.com/supermavster/docker-laravel-8开源编程语言(OpenSource Language):Dockerfile 67.5%开源软件介绍(OpenSource Introduction):Docker - LaravelA pretty simplified Docker Compose workflow that sets up a LEMP (Linux, NGINX, MySQL, PHP) network of containers for local Laravel development. PortsPorts used in the project:
UseTo get started, make sure you have Docker installed on your system and Docker Compose, and then clone this repository.
RememberThe configuration of the database must be the same on both sides .
The only change is the
Special CasesTo Down and remove the volumes we use the next command: docker-compose down -v Update Composer: docker-compose run --rm composer update Run compiler (Webpack.mix.js) or Show the view compiler in node: docker-compose run --rm npm run dev Run all migrations: docker-compose run --rm artisan migrate |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论