by Devin Yang
(This article was automatically translated.)

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

No chance to attend Laracon in the US? Be a little fan, come and see the speeches of these top program developers.
Let's find out what's new in Laravel!!
I saw Taylor's twitter a long time ago, and forgot to remember the URL of the video,
I downloaded a bunch of keywords this time, and Google helped me find them.
Maybe someone is also looking for this link, so I will post it here!!
It's completely free, so what are you waiting for...,
You can also practice English listening while watching, and you can do it in one fell swoop. Well, I need to practice listening..:D

https://streamacon.com/video/laracon-us-2017

Tags: laravel

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

dlaravel,docker

D-Laravel learning three stages

Chat about the three stages of using D-Laravel, why use D-Laravel. Because the configuration files used by D-Laravel are quite simple, it is very suitable for beginners of Docker to learn, And users who do not know how to use Docker can also use the two commands ./console and ./create to create a project.

docker,laravel

How to use multiple YAML files to execute multiple docker container services

This video introduces how to use the docker-compose command to specify multiple YAML structure language configuration files to create container execution, and introduces how we simplify docker-compose by using .env in the D-Laravel environment Start command.