by Devin Yang
(This article was automatically translated.)

Published - 6 years ago ( Updated - 6 years ago )

D-Laravel is an extremely easy-to-use and extremely flexible Laravel development environment. As long as you are a Mac user, even if you don’t know Docker, you can use it to create Laravel projects and develop them. Due to the newly added .env function When it comes to functions, those who are in a hurry push, but there is no complete test. I admit that I have created a bunch of new bugs? So, this time, I added a new dlaravel_test, so that the bash test tool can be tested through docker in docker. Run the test.
Make sure that every release of D-Laravel can be a stable version. Through the two-minute video, see how dlaravel_test tests d-laravel.

D-Laravel website:
https://github.com/DevinY/dlaravel

D-Laravel Docker in Docker Test Repo:
https://github.com/DevinY/dlaravel_test.git
Let's see directly, how can I use DIND to test D-Laravel?
 

Tags: dlaravel

Devin Yang

Feel free to ask me, if you don't get it.:)

No Comment

Post your comment

Login is required to leave comments

Similar Stories


dlaravel

D-Laravel specific service restart

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..

dlaravel

D-Laravel released v1.1.5

In response to the launch of Laravel 5.5, PHP also released PHP 7.0.23 and PHP 7.1.9. The fpm version used by D-Laravel is also updated...just adjust the version defined by your docker-compose You can use the latest php...