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

About the operation of --env in Laravel's artisan

This article uses Laravel 9.40.1 for operation. I believe many people know the usage of --env, but I still provide some information for Laravel beginners. In the artisan command, we can use --env to specify different .env files, so that under different subdomains, I can use different environments or even different databases. You should have also noticed that this site uses a multilingual environment, do you write two sets? Of course not, basically I created multiple .env in the same Project.

dlaravel

[D-Laravel] about chowner.

About D-Laravel's Chowner This article explains the function of chowner in D-Laravel. If you are a Linux user, you may need to do this.

dlaravel

Use D-Laravel to build your own dedicated php fpm image.

D-Laravel has provided a built php image, if you need to adjust it yourself and build your own dedicated image is quite simple. 1. First, enter dockerfiles/fpm in D-Laravel, and select the PHP version you want to build, such as 7.2. The command is as follows...