best tutorial for newbies

Closed
Vanguard - Advanced PHP Login and User Management Vanguard - Advanced PHP Login and User Management July 02, 2018
Login to reply
Milos Stojanovic Support Agent
5 years ago

Hey,

Thanks for comment Fred, these tutorials are looking promising.

In general I would recommend Laracasts and Laravel documentation itself. It doesn't matter if Laracasts videos are for Laravel 5.4, once you fully understand how the things are working, you'll see that the differences are small and that you can easily understand Laravel 5.6. 

If you have trouble with the laravelcollective/html package used for rendering some HTML elements (including form tags) in Vanguard, check their documentation on https://laravelcollective.com/docs/5.4/html
You will see that they have the docs for Laravel 5.4, but it works the same for the latest Laravel version.

- Milos

Frederick Stoll
5 years ago

https://www.youtube.com/watch?v=EU7PRmCpx-0&list=PLillGF-RfqbYhQsN5WMXy6VsDMKGadrJ- I found this series to be helpful, and it does show you how to do forms.

Fred

Joshua Blevins
5 years ago

I have been using laracast for learning laravel.

https://laracasts.com/skills/laravel

This appears to teach off of laravel 5.4 which I have found some differences.

Could you recommend a good tutorial for building forms that submit to the db. I have looked at the laravel documentation and looked at the code that you have used in other forms on the app and I have got totally lost.