by Devin Yang
(This article was automatically translated.)

Published - 7 years ago ( Updated - 7 years ago )

D-Laravel's nginx environment settings support index.html by default, simply put
Now, besides, D-Laravel can be used to run Laravel's Project, and it can also be used to run other Projects.

At present, Apple's WebKit is in preview for Service-Workers. After iOS 11.3, the mobile version of the Safari browser will support it. Simply put, you can directly use the webpage to develop Android and iOS web apps without the need for the Internet. Execute normally.

For example, Polymer's Project, in this video will actually operate,
Install the Demo Project of Polymer's PWA to the sites folder of D-Laravel.
 

Tags: polymer docker

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


docker,sqlserver

D-Laravel builds SQL Server environment

How to build D-Laravel's SQL Server environment

docker,dlaravel

D-Laravel 1.5.5 Change Notes

D-Laravel's fpm image was rebuilt using the official dockerfile of docker php before php 7.2.1. And so I can specify that the default owner of fpm is dlaravel, --with-fpm-user=USER Set the user for php-fpm to run as. (default: nobody) --with-fpm-group=GRP Set the group for php-fpm to run as.

docker,php,cli

MacOS's php is not powerful, use docker to execute laravel installer

It's very simple, just add an "alias" alias laravel='docker run --rm -v ${PWD}:/var/www/html -v ~/.dlaravel/cache:/home/dlaravel/.composer /cache -ti deviny/fpm:8.1.10 /home/dlaravel/.composer/vendor/bin/laravel'