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


laravel

Random passwords in Laravel maintenance mode

The functions mentioned in this article can only be used for Laravel 8 and later versions. If we have some test websites outside Laravel with external IPs, but we only want to access them for ourselves. Here's how I did it for reference

docker, d-laravel, docker-compose, laravel

docker-compose loads multiple configuration files

We will use docker --network to establish multiple container interconnections, but if there are four containers, Is it necessary to issue docker run instructions for different containers four times, kill me, This article introduces the establishment of multiple containers at one time through the yaml file definition of docker-compose. Learn how to load multiple configuration files with the dokcer-compose -f parameter.