PHP Laravel cơ bản trong 3 giờ | PHP Laravel for beginners



PHP Laravel cơ bản trong 3 giờ | PHP Laravel for beginners

PHP Laravel cơ bản trong 3 giờ | PHP Laravel for beginners

Video này chia sẻ với các bạn về lập trình PHP laravel với mô hình MVC(Model-View-Controller)
Controller: Giữ nhiệm vụ nhận điều hướng các yêu cầu từ người dùng và gọi đúng những phương thức xử lý chúng.
Model: Là thành phần chứa tất cả các nghiệp vụ logic, phương thức xử lý, truy xuất database, đối tượng mô tả dữ liệu như các Class, hàm xử lý…
View: Đảm nhận việc hiển thị thông tin, tương tác với người dùng, nơi chứa tất cả các đối tượng GUI như textbox, images…
0:00 – Introduction to PHP Laravel and MVC Architecture
2:33 – Install XAMPP in Windows 11
3:04 – Download and install Composer
4:39 – Start PHP Laravel project in default port
6:36 – Install some PHP extensions in Visual Studio Code
10:06 – Configure Environment Variables in PHP Laravel
13:56 – Install Laravel dependencies with Composer
16:51 – Define or configure route in PHP Laravel
21:12 – Create controller with php artisan
24:52 – Pass data from Controller to View
31:47 – Nil coalescing or default value in PHP
32:37 – Validate input parameters of a request using Regular Expression
35:02 – Get route’s name and navigate within pages
39:57 – Configure Header and Footer of a View using app layout
45:37 – Configure Navigation and nav-item
49:02 – Save images to Storage
50:57 – Some basic commands-syntax in Laravel Blade
1:07:27 – Add SASS in a Laravel Project
1:11:13 – Add MySQL Database using XAMPP
1:14:26 – Database Migration
1:23:09 – Some SQL commands in Eloquent
1:41:49 – Insert fake data to MySQL
1:49:14 – CRUD with Controller and View in Laravel
1:57:21 – Prevent CSRF attack
2:21:53 – Add more models and migrate
2:41:23 – Validate input request
2:49:21 – Validation by creating a custom Request
2:52:10 – Upload image to server
Code:
https://github.com/sunlight3d/YoutubeChannel/tree/master/Complete%20Laravel%20Tutorial%202022

Support – https://www.paypal.me/sunlight4d
SUBSCRIBE TO MY CHANNEL FOR MORE INTERESTING VIDEOS:
https://www.youtube.com/c/NguyenDucHoang
You can see code in github:
https://github.com/sunlight3d?tab=repositories
Twitter: https://twitter.com/NguyenD97601913
Facebook: https://www.facebook.com/nguyen.duc.hoang.bk

Comments are closed.