
So who should watch this course?
Why Laravel is cool? :-)
Firstly, we need to install XAMPP that has pre-built PHP and MySQL that is needed to work in Laravel
Composer is a tool for dependency management in PHP.
It's called a dependency management system because it is used to manage (install or update) libraries that your project depends on.
How to download and install VSC?
How to create a project in VSC?
How to install extensions that I used in the course for programming in Laravel?
All extensions used in Laravel course.
How to install Laravel using Composer inside VSC using its built-in terminal?
What is Artisan?
For what is it used?
How to use Artisan to run your server?
what is view?
what is route?
how to create your first view?
how to create route?
where views are in your Laravel project
where routing is in your laravel project
how to create view using Visual Studio Code
how do you make the user see the view?
In this lecture, we will delve into the advanced concepts of Laravel routing with a focus on establishing a seamless connection between the main root of a website and the /todos application. Building upon the students' existing knowledge of routes, we will explore practical examples and demonstrations to illustrate how to link individuals to different sections of our app using the 'a' tag.
Let's practise what you've already learnt
How to organize files in folders in Laravel to save time in the future?
How do you name paths?
What is a helper function?
How to call PHP functions/variables with {{ }} inside .blade.php files?
Why name paths?
How to name nested paths?
How do we create layouts that will stop repetition of code?
Make sure to repeat your knowledge regarding organizing your project
What is controller?
How to create a controller?
How to name controllers?
Why do we create controllers?
How do we connect controller to specific route?
Why do we connect controller to routes and when do we connect them?
It's time to practise your knowledge regarding creating Controllers
How to set up a database in Laravel? How to connect database in MySQL to Laravel project?
What is schema?
What is migration?
How RAW SQL is represented in Laravel Project?
How do you create your first migration using artisan?
How do you migrate migration?
Definition of the schema in the database for the 'tasks' table
Text summary for model and migrations
1) what is @csrf used for?
2) How do we store new data in the table using eloquent ORM?
3) How do we access data from a request?
4) How to handle a post-request?
5) How to create 'store' method?
6) How do I save data to a table from a request?
How does the 'with' method work and how to use it?
How to use the @isset directive
How to use @foreach inside index.blade.php
How to use the all static method?
How to list all records from this to a list?
How to redirect action from user to specific route of your app?
How to add 'delete' button that will remove specific item from to do app?
How to set route parameters? How to send values to route parameters?
How to edit/update item using Laravel? How to create PUT method
1) How to create a custom method that doesn't follow CRUD convention?
2) How to mark the items from todoapp as complete?
3) How to show up only unmarked items from todoapp
4) or maybe how to change the color of marked items?
How mass assigment works? Why do we use mass assigment in Laravel?
How to group related routes by prefix & name?
How to group related routes by controller?
Would you like to learn to program in Laravel but are afraid of the lengthy, demanding courses?
My course is different.
It's only 3 hours long.
But it's super practical!
It covers the most important aspects of Laravel.
In the course, you'll make a real-world to-do list app, and while you're making it, you'll learn how Laravel works.
What are migrations? Routes? Controllers? How do I program and organize code in Laravel using MVC?
I won't explain this to you with dry theory. I'll simply show you right away how to use these tools, so you'll understand them immediately.
And you'll save your precious time and nerves.
I firmly believe that everyone has the ability to develop software if they're taught properly. You too! After my course, you'll understand how to code.
Over 350,000 students have taken my courses. I guarantee you'll be satisfied with this course. However, if, for some reason, you're not, I'm so confident in the quality that you can request a full refund within 30 days of purchase.
If you have any questions about the topics covered in the Laravel course, feel free to ask.
I'm always happy to help those who want to learn!
Don't buy a pig in a poke!
Watch the free sample lessons before purchasing.
JOIN NOW and become a Laravel programmer.
Create your own practical task management application!