Laravel 9 Complete Course | Blog Implementation

preview_player
Показать описание
In this course, we will learn how to build web applications using the Laravel framework. We will build a personal blog, with an admin section where you can create, update, and delete blogs and images. This course will also include user management.

To keep things simple, we will use Laravel blade, jQuery, and bootstrap 5 for the frontend. For the backend, its mostly just Laravel.

Some of the topics that we will cover will include but not limited to:
• Laravel Installing dependencies
• Laravel Compiling Assets using Webpack
• Laravel Blade Creating Views
• Laravel Server-Side Rendering
• Laravel CSRF Tokens.
• Laravel API Routing.
• Laravel User Authentication.
• Laravel Mass data indexing APIs with search, pagination, and ordering operations.
• Laravel CRUID APIs
• Laravel Models
• Laravel Resources
• Laravel Services
• Laravel Repositories
• Laravel Middleware
• Laravel Controllers

Follow us

Chapters
0:00 Introduction
1:18 Demo
3:31 Course Requirments
10:32 Installing Laravel Mix
25:26 Laravel Blade Website Template
1:17:21 Database Design
1:18:31 Laravel Migrations
1:27:50 Laravel Models
1:36:22 Server vs Client side rendering
1:38:30 Laravel Middlewares
1:41:40 Laravel CRUID API (Controller, Request Validation, Services, Resources & Repository)
2:06:33 User Authentication (Login\Logout)
2:31:18 Blog Admin Template
2:41:45 Laravel Datatables Implementation
3:29:09 Postman Setup
3:34:25 Laravel Sanctum
3:40:03 Laravel CRUID API & Form
4:19:13 Blog Admin Implementation
Рекомендации по теме
Комментарии
Автор

Ini dia yang aku cari. Terima kasih my brother!!

sultanaditia
Автор

Good tutorial, the only downside is using URLS rather than a file upload system. realistically how many people use URLs for their image rather than images stored on their server. would be nice if you'd show us how to convert the forms from text to file.

suelobeats
Автор

Question
Which software do you use to design your database

kribo
Автор

Issue
1:10:02
My javascript doesn't work after cleanup.
Works fine inline, in the home.blade.php but
Will not work in app.js.
And yes I ran the command `npm run dev`
I keep getting a ReferenceError.
It's as if my function disappears when I move it to app.js

kribo
Автор

sir can you please tell me what command i should run once i clone your project

jeromeskypingol
Автор

In user authentication I am getting error 422
The GET method is not supported for route api/login. Supported methods: POST
Anybody knows how to fix ?

pratappawar
Автор

Hai brother, I'm kinda stuck on User Authentication, I already uncommented \Laravel\Sactum but still got "Session store not set on request." message.

uqudgilbert
Автор

I highly recommand you guys use docker to run your laravel project locally.

emadzaamout