Laravel 5.2 - 5.6

0

I am doing a php/laravel course, the teacher uses version 5.2 of laravel and I would like to use version 5.6, in case the directories are different, in 5.2 it has the folder layouts and in version 5.6 does not have , how can I do it?

    
asked by anonymous 26.01.2018 / 20:54

1 answer

-2

In the case of the layout folder, you can manually create it within the views folder. However, there are differences between the versions that your teacher can demonstrate and in their current version does not work.

What has been deprecated from version 5.2 to 5.3 link

    
27.01.2018 / 02:49