In addition, it introduces the function of using chunks in the Blade package, if you haven't used chunks, don't miss it.
1. Change the image generation method of fpm, optimize dockerfiles/fpm/php7.x/Dockerfiles, and make it easier to set and adjust extension packages. 2. Adjust docker-compose-build.yml, and in the Project directory of D-Laravel, You can quickly build your own image through ./console build. And many more changes....
D-Laravel's console command allows us to quickly understand what he executes. How is it executed if docker-compose is used? Let's see.
Normally, we use ./console restart to rebuild and execute contaiener. Sometimes, we have multiple services and don't want to restart all services at once, At this time, you can use ./console restart [servce name] to restart a specific service..
No Comment
Post your comment