Learn Laravel with this brand new course covering Laravel CRUD for beginners!
This course is completely free.
Laravel is the most popular choice among PHP developers these days. It's easiest to start with, most fun to use, and has a very performant ecosystem of tools, that just lets you get the job done.
Laravel can change the way you look at PHP in general. With PHP 8 ahead, it's a completely different language than it used to be.
This course is the only resource you will ever need (apart from my other courses) to learn everything about Laravel. How to set it up, how to get started, and then, how to achieve all the powerful things modern web development has to offer!
What you will learn in this course
1. setup Laravel environment on system window or mac
2. install xamp is not covered in this course because this is very simple and common, you can get lots of videos from youtube for How to setup XAMP
3. Laravel database migrations
4. Laravel MVC ( Model View Controller )
5. How to use Laravel Routes
6. How to Create Models and how to use it with controllers
7. CRUD means Create new records , Reads all recods from database, Update existing records and Delete the records