by Devin Yang
(This article was automatically translated.)

Published - 7 years ago ( Updated - 7 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

Super easy to use HTML to PDF kit mpdf introduction

During development, will it be necessary to output HTML to PDF? This video introduces how to output PDF on the screen through the mpdf library of php.

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