learnphp
Learn Lavarel
Learn Lavarel
  • 😁😎 Convert array to collection (ok)
  • 😀bagisto gần giống với laravel nghiên cứu xem?
  • 😍School Management System (ok)
  • Tìm kiếm việc làm CNTT crawlTopcv Source (ok)
  • 😅Bạn biết gì về Arr::get(), Arr::has(), Arr::hasAny() (ok)
  • KHÔNG DÙNG ELOQUENT THÌ DÙNG LARAVEL LÀM GÌ?
  • 😆Request đặc biệt, tự làm Request khác với mặc định (ok)
  • 😍Những mẹo hay và ngắn chúng ta thường không nhớ sử dụng.
  • 😂Form old value full (ok)
  • 😂Sử dụng .env, @import '~bootstrap, Route::has('login'), Route::has('register'), now()->subYears (ok)
  • 😁Laravel Soft Delete - Làm thế nào để xoá dữ liệu một cách an toàn trong Laravel (ok)
  • Working With Soft Deletes in Laravel 8 and 9 (By Example)
  • 🥳BelongsToMany full, có chức năng phần quyền auth, validateCredentials, use ✔️ with (ok)
  • 🤩convert-to-json Convert Pagination Results To JSON (ok)
  • 😁Cách sử dụng AppServiceProvider để pagination bootstrap dễ nhất (ok)
  • 😅Phân trang trong Laravel kết hợp sử dụng Ajax, pagination full (ok)
  • 🤣Pagination withQueryString, withPath để thay đổi URL theo ý bạn, appends add query string full (ok)
  • 😆Laravel pagination pretty URL for SEO (ok)
  • 😂How to Create Laravel Eloquent API Resources to Convert Models into JSON
  • [COMMON] app/config/app.php providers & vendor:publish (ok)
  • 😇Tạo, Ủy quyền,Adding After Hooks (form request), validate dùng chung, Tùy chỉnh error Phần 1 (ok)
  • 😆Tạo trình validation thủ công (Manually creating validator) Phần 2 (ok)
  • 🤩Các rule validation có sẵn (Available validation rules) Phần 3 (ok)
  • [ERROR] conflick package, giải quyết xung đột package (ok)
  • ==== START LARAVEL BASIC ====
  • Laravel Carbon, diffForHumans, firstOfMonth, endOfMonth, Compare Two Dates, fomat full (ok)
  • How to use Laravel Model Observers, Eloquent Hook giống với wordpress? (ok)
  • Laravel Eloquent Relationships Tutorial From Scratch
  • Laravel One to One Eloquent Relationship Tutorial (ok)
  • 😆Laravel One to Many Eloquent Relationship Tutorial, whereNOTIn in Eloquent (ok)
  • Laravel Many to Many Eloquent Relationship Tutorial
  • Laravel Eloquent Relationships Tutorial From Scratch (ok)
  • Laravel One to Many Polymorphic Relationship Tutorial (ok)
  • Laravel Many to Many Polymorphic Relationship Tutorial (ok)
  • Laravel Has Many Through Eloquent Relationship Tutorial
  • Laravel One to Many Polymorphic Relationship Tutorial
  • Laravel Many to Many Polymorphic Relationship Tutorial
  • Laravel Eager Loading Tutorial
  • ==== END LARAVEL BASIC ====
  • 🧐[COMMON] Schema để thao tác với Database, foreign (ok)
  • [ERROR] Livewire is not defined (ok)
  • [ERROR] 'cloud18i_dbpethu.sessions' doesn't exist (ok)
  • 😆Cách sử dụng font local, folder trong thư mục public, image, .htaccess (ok)
  • Cách copy thư mục từ resources/font sang thư mục public/font (ok)
  • [ARTISAN] php artisan make:controller ProductController --resource --model=Product (ok)
  • [COMMON] $products = Product::latest()->paginate(5) (ok)
  • [COMMON] Lấy tham số đường dẫn http://localhost/test/products?page=3 (ok)
  • [COMMON] cách đặt quy luật và bắt lỗi error, validate (ok)
  • [COMMON] Use Product::create($request->all()), $product->update($request->all()) thay $p->save (ok)
  • [COMMON] Image Upload, File upload, Multiple Image,Files, filesystems, Route::controller full (ok)
  • 😅[COMMON] validator->fails, ajax, unique full (ok)
  • Form Validation Using jQuery Validator (ok)
  • Xử lý định dạng date người dùng đưa fomat m/d/Y ghi vào db là Y-m-d như nào? (ok)
  • [COMMON] sử dụng Session::get('success'), Session::get('images') một cách thành thạo (ok)
  • Sử dụng bcrypt đăng ký pass, sử dụng get, post cho cùng 1 route, validate form (ok)
  • Bạn đã hiểu rõ lệnh php artisan make:model Post -mcr chưa? (ok)
  • How to integrate TinyMCE Editor in Laravel?
  • ==== START LARAVEL 9 ====
  • How to Send an Email on Error Exceptions in Laravel 9
  • Laravel 9 Get Current User Location From IP Address
  • Laravel 9 Image Intervention Tutorial With Example
  • Laravel 9 Create RSS Feed Example Tutorial
  • 😒Cách tự tạo một middleware cho phép đăng nhập đường dẫn, Authentication (ok)
  • Laravel 9 Middleware Tutorial Example
  • Laravel 9 Generate Sitemap XML File Tutorial Example
  • Laravel 9 Webcam a Take Photo and Save From Camera Example
  • How to use Google ReCaptcha V3 in Laravel 9?
  • How to Install Tailwind CSS in Laravel 9?
  • How to add Google ReCaptcha V2 in Laravel 9?
  • Laravel 9 Contact US Form with Send Email Example
  • How to Send Automatic Email in Laravel 9?
  • Laravel 9 Clear Cache of Route, View, Config, Event Commands
  • Laravel 9 Send Email using Queue Example
  • Laravel 9 Authentication using Jetstream Tutorial
  • 😇Laravel 9 Eloquent Mutators and Accessors Example (ok)
  • 😞Thuộc tính $casts (ok)
  • Laravel 9 Multiple Image Upload Tutorial
  • Laravel 9 Image Upload Example Tutorial
  • Laravel 9 CRUD Application Tutorial Example
  • Laravel 9 Create Custom Helper Functions Example (ok)
  • Laravel 9 Multiple File Upload Tutorial
  • Laravel 9 File Upload Tutorial Example
  • Laravel 9 Form Validation Tutorial Example
  • Laravel 9 Markdown | Laravel 9 Send Email using Markdown Mailables
  • Laravel 9 React JS Auth Scaffolding Tutorial
  • Laravel 9 PDF | Laravel 9 Generate PDF File using DomPDF
  • Laravel 9 Bootstrap Auth Scaffolding Tutorial
  • Laravel 9 Auth with Inertia JS Jetstream Example
  • Laravel 9 Send Mail using Gmail SMTP Server
  • Laravel 9 Mail | Laravel 9 Send Email Tutorial (ok)
  • Laravel 9 Import Export Excel and CSV File Tutorial (ok)
  • Laravel 9 Vue JS Auth Scaffolding Tutorial
  • 😃Laravel 9 Authentication using Breeze Tutorial (ok)
  • Laravel 9 Auth with Livewire Jetstream Example
  • Laravel 9 Guzzle Http Request Example, Http::get,Http::post,ttp::put, Http::delete (ok)
  • Laravel 9 Flash Message Example Tutorial
  • Laravel 9 Get Current Logged in User Data Example
  • Laravel 9 Autocomplete Search using JQuery UI Example
  • Laravel 9 Get Client IP Address Example
  • Laravel 9 Ajax Form Validation Example
  • How to Create Migration in Laravel 9? (ok)
  • Laravel 9 REST API Authentication using Sanctum Tutorial
  • Laravel 9 Queues: How to Use Queue in Laravel 9?
  • Laravel 9 Ajax Image Upload Example
  • Laravel 9 Yajra Datatables Example Tutorial
  • Laravel 9 Ajax Request Example Tutorial
  • Laravel 9 Database Seeder Tutorial Example
  • Laravel 9 Change Date Format Examples
  • Laravel 9 REST API with Passport Authentication Tutorial
  • Laravel 9 Scout Full Text Search Tutorial (ok)
  • Laravel 9 Drag and Drop File Upload with Dropzone JS
  • Laravel 9 Cron Job Task Scheduling Tutorial
  • How to Get Last Executed Query in Laravel 9?
  • Laravel 9 Autocomplete Search with Select2 JS Example
  • Laravel 9 Autocomplete Search from Database Example
  • Laravel 9 Livewire CRUD using Jetstream & Tailwind CSS
  • Laravel 9 Model Observers Example Tutorial
  • Laravel 9 Multi Auth: Create Multiple Authentication in Laravel
  • Laravel 9 Resize Image Before Upload Example
  • Laravel 9 Socialite Login with Google Account Example
  • Laravel 9 Socialite Login with Facebook Account Example
  • Laravel 9 Socialite Login with Twitter Account Example
  • Laravel 9 Multiple Database Connections Example
  • Laravel 9 Pagination Example Tutorial
  • Laravel 9 Google Recaptcha V3 Example Tutorial
  • How to Get Last Inserted Id in Laravel 9?
  • Laravel 9 ChartJS Chart Example Tutorial
  • Laravel 9 User Roles and Permissions Tutorial
  • Laravel 9 Create Multi Language Website Tutorial
  • 😅Language Full (ok)
  • Laravel 9 Localization Guide Example Tutorial
  • How to Merge Multiple PDF Files in Laravel 9?
  • How to Get Current Full URL in Laravel 9?
  • Laravel 9 Razorpay Payment Gateway Integration Example
  • Laravel 9 Stripe Payment Gateway Integration Tutorial
  • How to Create Custom Error Page in Laravel 9?
    • Laravel 9 Has Many Through Eloquent Relationship Example
  • 😎Laravel 9 Many to Many Eloquent Relationship Tutorial, full (ok)
  • Laravel 9 One to One Relationship Example (ok)
  • Laravel 9 One to Many Eloquent Relationship Tutorial (ok)
  • Laravel 9 Google Charts Tutorial Example
    • Laravel 9 One to One Relationship Example
  • Laravel 9 Highcharts Example Tutorial
  • Laravel 9 QR Code Generator Example
  • Laravel 9 Fullcalendar Ajax Tutorial Example
  • Laravel 9 ChartJS Chart Example Tutoria
  • Laravel 9 Summernote Editor with Image Upload, TinyMCE Editor (ok)
  • Laravel 9 Socialite Login with Github Account Example
  • Laravel 9 Model Events Example Tutorial
  • Thay cách sử dụng Tinker cũ bị báo lỗi (ok)
  • Laravel 9 Generate Test or Dummy Data using Factory Tinker (ok)
  • Laravel Google Maps Multiple Markers Example
  • Laravel 9 CRUD with Image Upload Tutorial
  • Laravel 9 Inertia JS CRUD with Jetstream & Tailwind CSS
  • Laravel 9 Barcode Generator Example
  • Laravel 9 Autocomplete Search using Typeahead JS Example
  • Laravel 9 Resource Route and Controller Example (ok)
  • ==== END LARAVEL 9 ====
  • Create Custom Factory (ok)
  • Giới hạn số bài viết $category_posts = Post::where('post_category_id',$id)->take(6)->get() (ok)
  • Cách sử dụng CustomerResource, CustomerResource::collection để chuyển dữ liệu về dạn Json (ok)
  • Sử dụng only, except (ok)
  • Sau khi gặp các lỗi phát sinh migration giờ chúng ta có bản full (ok)
  • Một điều đặc biệt chú ý là khi tạo khóa phụ thì bảng phục phải được sinh ra trước, migration (ok)
  • 😅Tổng hợp những trường dữ liệu để facker, seeder, migration, migrate, factory full (ok)
  • === START STUDY SPATIE/LARAVEL-PERMISSION ===
  • 😁Laravel 8 User Roles & Permissions and Product CRUD With Images spatie/laravel-permission Full (ok)
  • 1. CreateAdminUserSeeder && PermissionTableSeeder (ok)
  • 2. 1 List view users (ok)
  • 2. 2 Create User (ok)
  • 2. 3 Show User (ok)
  • 2.4 Edit User (ok)
  • 2.5 Delete User (ok)
  • 3. 1 List view roles (ok)
  • 3. 2 Create Role (ok)
  • 3. 3 Show Role (ok)
  • 3. 4 Edit Role (ok)
  • 3. 5 Delete Role (ok)
  • 😇Hoàn chỉnh code User && Role
  • 4.1 List View Product (ok)
  • 4.2 Create Product (ok)
  • 4.3 Show Product (ok)
  • 4.4 Edit Product (ok)
  • 4.5 Delete Product (ok)
  • Menu && Spatie
  • 1. 1 Create Roles && Permissions (ok)
  • 1. 2 Create Database Menu (ok)
  • 2.0.1 Study addLink (ok)
  • 2.0.2 Study MenuBuilder.php (ok)
  • 2.0.3 Study addTitle (ok)
  • 2.0.4.1 Study addDropdown (ok)
  • 2.0.4.2 Study addDropdown (ok)
  • 2.1 Create middleware get.menu (ok)
  • 2.2 Create middleware get.menu (ok)
  • 2.3 Create table role_hierarchy (ok)
  • 2.4 Study middleware role:admin (ok)
  • 🥰2.5 Resource Users (ok)
  • 2.6.1 Resource Menus menu.menu.index (ok)
  • 🥲2.6.2.1 Create Function helpers (ok)
  • 😁2.6.2.2 Create Folder Helpers & include files (ok)
  • 😅2.6.2.3 Sử dụng copyfiles, copy-assets copy thư mục fonts sang thư mục dist (ok)
  • 2. 7 Edit menu element (ok)
  • 2.8 Change Menu (ok)
  • 2.9 Menu roles Resource (ok)
  • Studing Media :(
  • 3.1.1 Thêm thư viện dropzone upload ảnh, thêm bảng tickets và sử dụng laravel-medialibrary (ok)
  • 3.1.2 sử dụng library yajra/laravel-datatables-oracle (ok)
  • 🤣Study yajra/laravel-datatables-oracle :(
  • 😅Chú ý cách lấy ảnh thumb (ok)
  • 3.2 Crud tickets lấy nguồn tham khảo (ok)
  • 😅😊Laravel Drag and Drop menu editor like wordpress (ok)
  • 😂[ERROR] Livewire page component layout view not found: [components.layouts.app] (ok)
  • 😄Package spatie/menu full phần 1 (ok)
  • Package spatie/menu full phần 2 tách ra để nghiên cứu (ok)
  • 😝Package spatie/menu full phần 3 tách ra để nghiên cứu (ok)
  • 😆Package spatie/menu full phần 4 tách ra để nghiên cứu (ok)
  • === START Spatie Media Library ===
  • 😆Use package lavary/laravel-menu create menu have role & permission (ok)
  • Laravel 9 Upload Images with Spatie Media Library Tutorial (ok)
  • Laravel Media Library Full (ok)
  • === END Spatie Media Library ===
  • === START Step by step guide for using Laravel-permissions package from spatie ===
  • 😇Bài viết gốc
  • 😅Tích hợp tailwindcss vào scss
  • 1.1 Create sample data (ok)
  • 😆1.2 Hoàn thành 1 project nhỏ Crud dựa trên bài viết gốc (ok)
  • === START Step by step guide for using Laravel-permissions package from spatie ===
  • 😅Create database using json file,Tạo database menu file json permission, role (ok)
  • === END STUDY SPATIE/LARAVEL-PERMISSION ===
  • === START LARAVEL MODULES ===
  • [ERROR] Class "Modules\Blog\Providers\BlogServiceProvider" not found (ok)
  • 😀Hello Modules
  • How To Build Modular Applications In Laravel: The Plug N Play Approach — Part 1
  • How To Build Modular Applications in Laravel: The Plug N Play Approach — Part 2
  • 😅Build a Simple Module Laravel Project (ok)
  • Page 1
  • Page
  • === END LARAVEL MODULES ===
  • Pivot table Trong Laravel
  • Faker Images, numberBetween(1, 20) in Laravel, migration (ok)
  • Create Version API (ok)
  • [VUEJS] Phân trang pagination full (ok)
  • Cách sử dụng mới CustomerController::class thay vì dùng CustomerController@index như cũ 😂 (ok)
  • Cách sử dụng ngắn gọn để chuyển về json thay vì tạo custom ép về dạng json (ok)
  • Sử dụng Postman để post dữ liệu theo cách mới Customer::create($request->all()) (ok)
  • [ERROR] 'mix' is not recognized as an internal or external command (ok)
  • [ERROR] Cannot find module 'webpack/lib/rules/DescriptionDataMatcherRulePlugin' Require stack:
  • Laravel 5.5 Pagination for Bootstrap 4 (ok)
  • Một ví dụ sử dụng làm mẫu code (ok)✌️✌️✌️
  • Laravel Livewire Wizard Form Example
  • Auth với JWT Laravel + Reactjs
  • Tích hợp TinyMCE và Laravel Filemanager vào dự án Laravel
  • 😝Cách lấy chỉ số để phân trang pagination, pagination in view, pagination in Controller (ok)
  • ==== START LARAVEL 8 ===
  • Laravel 8 CRUD Application Tutorial for Beginners, get message, get error (ok)
  • Laravel 8 User Roles and Permissions Tutorial (ok)
  • Laravel 8 CRUD Tutorial Step By Step
  • Laravel 8 Image Upload Tutorial
  • Laravel 8 Ajax Get Data From Database Example
  • Laravel 8 Crud with Image Upload Tutorial
  • Laravel 8 DataTables | Install and Use Yajra Datatables Laravel 8
  • Laravel 8 Image Upload with Preview Tutorial
  • Laravel 8 Ajax Get Data From Database Example
  • Form Submit using Ajax in Laravel 8 with Validation
  • Laravel 8 jQuery Validation Tutorial Example
  • Laravel 8 Form Google v2 ReCAPTCHA Validation
  • Laravel 8 Form Validation Example Tutorial
  • Laravel 8 Form Example Tutorial
  • Installing Laravel 8 on Windows 10 Xampp
  • Laravel 8 New Features List
  • How to Create Email Verification in Laravel 8 with Gmail (ok)
  • === START STUDY @can ===
  • How to use Laravel 8/7 Authorization using Gates?, Authentication, add column to table, @can (ok)
  • === END STUDY @can ===
  • ==== END LARAVEL 8 ===
  • Tìm kiếm nhiều trường trong một bảng, search many tables (ok)
    • PHP MySQL Ajax Autocomplete TextBox From DB Example
  • PHP Ajax Live Search From MySQL Database
  • PHP MySQL Ajax Add Edit Delete Same Page
  • PHP MySQL Contact us Form with database
  • How to Fetch and Update Data From Database in PHP
  • How to Fetch Data From Database in PHP and Display in HTML Table
  • APP_KEY php artisan key:generate (ok)
  • Tối ưu hóa các view (ok)
  • Công cụ debugbar không thể thiếu (ok)
  • Xóa cache config php artisan config:cache full (ok)
  • Laravel 7/6 Notification Tutorial | Create Notification with Laravel 7/6 gửi mail đến phần 1 (ok)
  • Push Notifications with Laravel and Webpush phần 2 (ok)
  • Beginners guide to Web Push Notifications using Service Workers
  • Hướng dẫn cho người mới bắt đầu về Thông báo đẩy web bằng cách sử dụng Nhân viên dịch vụ (ok)
  • Web Push example in PHP (ok)
  • Setting a Local Development Environment for Laravel on Windows | Install Laravel on Windows
  • Đục khoét Javascript (Phần 8): Service Workers, vòng đời và các trường hợp sử dụng
  • Đục khoét Javascript (Phần 9): Cấu tạo của Web Push Notifications
  • App keys pusher (ok)
  • Cấu hình thành công htaccess chuyển từ http tới https Laravel 7 (ok)
  • Các sử dụng .htaccess redirect www sang non-www và ngược lại (ok)
  • JAVASCRIPT SERVICE WORKER CƠ BẢN
  • Create Time with Carbon (ok)
  • How to Add Real-Time Notifications to Laravel with Pusher
  • Lưu và gửi Notification real time trong laravel (ok)
  • Tạo thông báo Real-Time với laravel
  • Laravel 5 – Remove Public from URL
  • Cách tạo Web Push Notification (ok)
  • --------- Start Error ----------------
  • [Error] navigator.serviceWorker.ready + Cannot read property 'ready' of undefined
  • [Error] Passport laravel createToken Personal access client not found (ok)
  • [Error] Passing glue string after array is deprecated. Swap the parameters (ok)
  • [Error] Column not found: 1054 Unknown column 'api_token' in 'where clause' (SQL: select * from (ok)
  • --------- End Error ----------------
  • Laravel 7 Tutorial for Beginners - Laravel 7 Send Email Example (ok)
  • Tạo avatar mặc định theo tên viết tắt như Google, icon, profile, first, letter, (ok)
  • Error Class name must be a valid object or a string (ok)
  • ----------- Start API ------------------
  • Building and Consuming a RESTful API in Laravel PHP (ok)
  • Sử dụng lệnh curl, api thêm người dùng bằng api (ok)
  • Laravel API Tutorial: How to Build and Test a RESTful API (ok)
  • [Laravel] Xác thực API với Laravel 5.6 Passport Authentication (Part1) (ok)
  • Create API Rest with Laravel 5.6 Passport Authentication (Part 1)
  • API Rest with Laravel 5.6 Passport Authentication — Confirm account + notifications (Part 2) (ok)
  • API Rest with Laravel 5.6 Passport Authentication — Generate avatar (Part 3)(ok)
  • API Rest with Laravel 5.6 Passport Authentication — Reset Password (Part 4)
  • API Rest with Laravel 5.6 Passport Authentication — Send Notifications with Queues on Redis (Part 5)
  • ----------- End API ------------------
  • Tìm hiểu Artisan trong Laravel
  • Call to undefined str_random() function not working (ok)
  • Thật tuyệt tạo dữ liệu mẫu với Database Seeding (ok)
  • Tìm hiểu về Authentication trong Laravel
  • Dùng xác thực có sẵn của Model User, use Illuminate\Foundation\Auth\User as Authenticatable (ok)
  • Sử dụng factory để tạo tự động User, Address (ok)
  • Làm Sao Để Xây Dựng Một Bảo Vệ Xác Thực Trong Laravel
  • Thêm authentication vào Laravel 6.x và 7.x (ok)
  • Mặc định thì php artisan make:auth không có (ok) php artisan ui:auth
  • VirtualHost, htdocs, VirtualHost cấu hình host, tên miền trỏ đến trực tiếp dự án trong htdocs (ok)
  • Class 'App\Product' not found (ok)
  • Tìm hiểu về Route trong Laravel (ok)
  • Truyền dữ liệu cho tất cả các view có trong source code (ok)
  • Xác định tồn tại của một view (Determining if a view exists) (ok)
  • Chúng ta có thể tùy chỉnh thứ tự xuất hiện một tập hợp cái template thông qua method first. (ok)
  • Hướng dẫn sử dụng và đăng ký View::composer (ok)
  • Hướng dẫn sử dụng và đăng ký sử dụng View::creator (ok)
  • 😅Laravel Blade passing variable @include, @extends full (ok)
  • 😆Blade Templates (ok)
  • I. Toàn tập Blade template Laravel (ok)
  • 1. Xác định bố cục (Defining layout) (ok)
  • 2. Kế thừa layout (Extending layout) (ok)
  • 3. cú pháp khác để xác định nội dung của một phần nào đó (ok)
  • 4. @yield còn có thể nhận tham số thứ hai làm giá trị mặc định (ok)
  • II. Toàn tập Blade template Laravel (ok)
  • 😆Cách sử dụng cách viết component <x-app-layout> full (ok)
  • 😅1. Khởi tạo component & slot (ok)
  • 2. The first available component (ok)
  • 3. Truyền dữ liệu cho component (Passing data to component) (ok)
  • 4. Aliasing component (ok)
  • 4. Aliasing component (chưa hiểu)
  • III. Toàn tập Blade template Laravel (ok)
  • 1. Displaying unescaped data (ok)
  • 2. Rendering JSON && php in blade (ok)
  • 3. Blade & JavaScript Frameworks (ok)
  • IV. Toàn tập Blade template Laravel (ok)
  • 1. Câu lệnh "if" ("if" statement) (ok)
  • 2. Blade template cung cấp cho chúng ta thẻ @unless, @isset, @empty, @auth, @guest, @hasSection
  • 3. Câu lệnh "switch" ("switch" statement)
  • 4. Vòng lặp (Loop) (ok)
  • 5. Laravel cung cấp cho chúng ta thẻ @forelse, @continue, @break (ok)
  • 6. Biến vòng lặp $loop (The loop variable)
  • V. Toàn tập Blade template Laravel (ok)
  • 1. Trường CSRF (CSRF field) (ok)
  • 2. Trường phương thức (Method field) (ok)
  • 3. Validation error (ok)
  • VI. Toàn tập Blade template Laravel (ok)
  • 1. Laravel cung cấp cho chúng ta thẻ @include, @includeIf, @includeWhen, @includeFirst (ok)
  • 2. Aliasing include (ok)
  • 3. Rendering views for collections (ok)
  • VII. Toàn tập Blade template Laravel (ok)
  • 1. Laravel cung cấp cho chúng ta thẻ @stack và @push
  • 2. Service injection (ok)
  • VII. Toàn tập Blade template Laravel (ok)
  • 1. Mở rộng Blade (Extending Blade) (chưa đọc đến đây)
  • 2. bạn cũng có thể tự tạo cho mình lệnh điều kiện riêng có thể gọi trong blade view (ok)
  • Tạo thư mục và tạo file theo artisan (ok)
  • Tự tạo Facade trong Laravel (ok)
  • Route Model Binding trong laravel (ok)
  • Laravel - Tối ưu URL với Eloquent Sluggable
  • -------------- (Bắt đầu) Hành trình chinh phục Laravel Framework --------------
  • Tập 3: Cấu trúc thư mục Laravel (Dicrectory Structure Laravel) (ok)
  • Tập 4: Thư mục "app" trong Laravel (App directory Laravel)
  • Tập 5: Vòng đời request Laravel (Request lifecycle Laravel)
  • Tập 6: Service container Laravel (ok)
  • Tập 7: Service provider Laravel (ok)
  • Tập 8: Facade Laravel
  • Tập 9: Contract Laravel
  • Tập 10: Giải thích về public function boot() (ok)
  • Tập 10: Mã hóa '/' (Encoded forward Slashes) cho tìm kiếm (ok)
  • Tập 10: IV. Đặt tên route (Set name for route) (ok)
  • Tập 10: V. Nhóm route (Route group) (ok)
  • Tập 10: VI. Route model binding (ok)
  • Tập 10: VII. Route dự phòng (Fallback route) ( ok)
  • Tập 10: VIII. Giới hạn truy cập (Rate limit) (ok)
  • Tập 10: IX. Truy cập route hiện tại (ok)
  • Tập 10: Routing Laravel Lê Chí Huy
  • Tập 11: Middleware Laravel
  • Tập 12: View Laravel
  • Tập 13: Blade template Laravel
  • Tập 14: Controller Laravel
  • 1. Định nghĩa controller (Defining controller)
  • 2. Controller & Namespace
  • 3. Single action controller
  • 4. Controller middleware (ok)
  • 5. Ngoài ra, bạn có thể tự định nghĩa một middleware trong controller với dạng Closure object. (ok)
  • 6. Resource controller (ok)
  • 7. Các tuyến tài nguyên một phần (Partial resource routes)
  • 8. API resouce route
  • 9. Bạn cũng có thể đăng ký nhiều API resource route cùng lúc với cú pháp
  • 10. Đặt tên các tuyến tài nguyên (Naming resource routes) (Chưa hiểu)
  • 11. Đặt tên tham số tuyến tài nguyên (Naming resource route parameters)
  • 12. Localizing Resource URIs (ok)
  • 13.Bổ sung cho bộ điều khiển tài nguyên (Supplementing resource controller)
  • 14. Dependency injection & Controller
  • 15. Route Caching (ok)
  • Tập 15: CSRF Laravel
  • 1. CSRF Laravel (Ok)
  • 2. CSRF token & Javascript, csrf toke ajax (ok)
  • 3. Ngoại trừ các URI khỏi bảo vệ CSRF (Excepting URIs from CSRF protection) (ok)
  • Tập 16: Request Laravel
  • 1. Truy cập request (Accessing the request)
  • 2. Dependency injection & Route parameters
  • 3. Truy cập request thông qua Route Closure (Accessing the request via route closure)
  • 4. Lấy request path (Retrieving the request path)
  • 5. Lấy request URL (Retrieving the request URL)
  • 6. Lấy request method (Retrieving the request method) (ok)
  • 7. Chuẩn hóa input (Input normalization)
  • 8. Lấy tất cả dữ liệu input (ok)
  • 9. Lấy dữ liệu của một input (Retriveing an input data)
  • 10. Lấy dữ liệu input từ chuỗi truy vấn (Retriveing input data from query string)
  • 11. Lấy dữ liệu input thông qua thuộc tính động (Retrieving input via dynamic properties) (ok)
  • 12. Lấy giá trị JSON input (Retrieving JSON input value) (ok)
  • 13. Lấy một phần dữ liệu input (Retrieving a portion of input data)
  • 14. Kiểm tra nếu có giá trị input (Checking if has input value)
  • 15. Flash input đến session (Flash input to the session)
  • 16. Flash input rồi chuyển hướng (Flash input then redirecting)
  • 17. Lấy old input (Retrieving old input) (ok)
  • 18. Lấy cookie từ request (Retrieving cookie from request) (ok)
  • 19. Đính kèm cookie đến response (Attaching cookie to response) (ok)
  • 1. Cấu hình Session Laravel (Configuration)
  • 2. Điều kiện tiên quyết của driver (Driver prerequisite)(ok)
  • 3. Sử dụng session Lưu trữ dữ liệu (Storing data) (Using the session)
  • 4. Sử dụng session Lấy tất cả dữ liệu session (Retrieving all session data) (Using the session)
  • 5. Sử dụng session Kiểm tra một session có tồn tại (Checking if a session exist) (Using the session)
  • 6. Sử dụng session Flash data (ok)
  • 7. Sử dụng session Xóa dữ liệu (Deleteing data)
  • 8. Sử dụng session Khởi tạo lại session ID (Regenerating the session ID)
  • 9. Sử dụng session Thêm session driver tùy chỉnh (Adding custom session driver)
  • 20. Generating cookie instances (ok)
  • 21. Lấy file được upload (Retrieving uploaded file) (ok)
  • 22. Kiểm tra một file có tồn tại trong request (Determining if a file is present on the request)(ok)
  • 23. Xác thực upload thành công (Validation successful upload) (ok)
  • 24. Lấy một số thuộc tính của file (Retrieving some properties of file)
  • 25. Lưu trữ file upload (Storing uploaded file) (ok)
  • 26. Cấu hình proxy tin cậy (Configuring trusted proxy) (ok)
  • Tập 17: Response Laravel
  • 1. Tạo response Chuỗi và mảng (String and array) (Creating response)
  • 2. Tạo response Đối tượng response (Creating response) (ok)
  • 3. Tạo response Đính kèm header vào response (Attaching header to response)(Creating response)(ok)
  • 4. Tạo response Cache controll middleware(Creating response)(ok)
  • 5. HTTP Caching (ok)
  • 6. Tạo response Đính kèm cookie cho response (Attaching cookie to response)(ok)
  • 7. Tạo response Cookie và mã hóa (Cookie and encryption)(ok)
  • 8. Chuyển hướng đến URI (Redirecting to URI)(ok)
  • 9. Chuyển hướng đến route được đặt tên (Redirecting to named route)(ok)
  • 10. Chuyển hướng đến controller action (Redirecting to controller action)(ok)
  • 11. Chuyển hướng đến tên miền bên ngoài (Redirecting to external domain)(ok)
  • 12. Chuyển hướng với flash session (Redirecting with flash session)(ok)
  • 13. Các loại response khác: View response (Other response types)
  • 14. Các loại response khác JSON response (Other response types)(ok)
  • 15. Các loại response khác Download file (Other response types)(ok)
  • 16. Các loại response khác Streamed download (Other response types)(ok)
  • 17. Các loại response khác Streamed download (Other response types)(ok)
  • Tập 18: URL Laravel
  • 1. Khởi tạo URL cơ bản (Generating basic URL)
  • 2. Truy cập URL hiện tại (Accessing the current URL) (ok)
  • 3. URL của route được đặt tên (URL for named route)
  • 4. Signed URL (ok)
  • 5. URL của controller action (URL for controller action)
  • 6. Giá trị mặc định (ok)
  • 7. Làm đường dẫn Ứng dụng của đa ngôn ngữ (ok)
  • Tập 19: Session Laravel
  • 😁Tập 20: Validation Laravel (ok)
  • 1. Bắt đầu nhanh validation (Validation quickstart)
  • 2. Hiển thị lỗi xác thực (Displaying the validation error)
  • 3. Lưu ý về các trường tùy chọn (A note on optional fields) (ok)
  • 4. AJAX request & validation (ok)
  • 5. Sử dụng token ajax trong Lavarel (ok)
  • 6. Form request validation (ok)
  • 7. Tùy chỉnh thông báo lỗi, Tùy chỉnh thuộc tính validation (ok)
  • 8. Tạo trình validation thủ công (ok)
  • 9. Làm việc với thông báo lỗi (Working with error message)
  • 😅Tập 21: Validation Laravel (tiếp theo)(ok)
  • 1. Các rule validation có sẵn (Available validation rules)
  • 2. Tùy chỉnh quy ước xác thực
  • Tập 22: Xử lý lỗi (Error handling)
  • -------------- (Kết thúc) Hành trình chinh phục Laravel Framework --------------
  • Đọc thêm bài viết của Lê Chí Huy
  • Class 'form' not found (ok)
  • Class 'App\Http\Controllers\Redirect' not found (Ok)
  • Class 'App\Http\Controllers\DB' not found (ok)
  • The GET method is not supported for this route. Supported methods: POST. (ok)
  • Illegal offset type (ok)
  • Xây dựng một blog đơn giản sử dụng Laravel (videos)
  • Laravel 7 CRUD Example | Laravel 7 Tutorial For Beginners (ok)
  • Laravel 7 CRUD Example | Laravel 7 Tutorial Step By Step (ok)
  • Laravel make view blade template use Artisan Console, make:view (ok)
  • Master layout (ok)
  • Tham số thứ 2 @yield (ok)
  • Trợ giúp toàn cầu view (ok)
  • JavaScript & CSS Scaffolding (Ok)
  • Tìm hiểu về Migration trong Laravel 0(ok)
  • Tìm hiểu về Migration trong Laravel 1 (ok)
  • Tìm hiểu về Migration trong Laravel 2 (ok)
  • Migration trong Laravel và những điều cần biết 3 (ok)
  • Migrate refresh khởi tạo lại Migrate ban đầu :) (ok)
  • Cấu hình ở local && Cấu hình production. (ok)
  • Quản lý file với Laravel Mix (Ok)
  • Tìm hiểu về Blade template engine trong Laravel 5x
  • QUERY BUILDER TRONG LARAVEL FULL CRUD (OK)
  • Laravel: Tìm hiểu về Query Builder (Phần 1)
  • https://viblo.asia/p/laravel-tim-hieu-ve-query-builder-phan-2-4dbZNEVmKYM
  • Laravel Vũ Thanh Tài
  • Lavarel Nguyễn Hữu Cường
  • https://freetuts.net/tong-quan-ve-route-trong-laravel-290.html
  • Đổi định dạng time mặc định sang dạng 3 phút trước (ok)
  • -------------- Start relationship ---------------
  • Eloquent: relationships in laravel-Phần 1
  • One to One (ok)
  • Định nghĩa các Inverse của Relationship (ok)
  • One To Many (ok)
  • Định nghĩa Inverse của quan hệ One To Many (ok)
  • Many To Many (ok)
  • Định nghĩa Inverse của quan hệ Many To Many (ok)
  • Retrieving Intermediate Table Columns (ok)
  • Has Many Through (ok)
  • Eloquent: relationships in laravel-Phần 2
  • Polymorphic Relations (Cấu trúc bảng)
  • Polymorphic Relations (Cấu trúc Model)
  • Retrieving Polymorphic Relations
  • Custom Polymorphic Types
  • Many To Many Polymorphic Relations (Table Structure)
  • Many To Many Polymorphic Relations (Model Structure)
  • Many To Many Polymorphic Relations (Defining The Inverse Of The Relationship)
  • Many To Many Polymorphic Relations (Retrieving The Relationship)
  • Eloquent: relationships in laravel-Phần 3
  • Querying Relations
  • Relationship Methods Vs. Dynamic Properties
  • Querying Relationship Existence
  • Querying Relationship Absence
  • Counting Related Models
  • Eager Loading
  • Constraining Eager Loads
  • Lazy Eager Loading
  • Inserting & Updating Related Models (The Save Method)
  • Inserting & Updating Related Models (The Create Method)
  • Inserting & Updating Related Models (Belongs To Relationships)
  • Inserting & Updating Related Models (Many To Many Relationships)
  • Inserting & Updating Related Models (Syncing Associations)
  • Inserting & Updating Related Models (Saving Additional Data On A Pivot Table)
  • Inserting & Updating Related Models (Updating A Record On A Pivot Table)
  • Eloquent Relationships in Laravel 5.3 (Chap 1)
  • Eloquent Relationships in Laravel 5.3 (Chap 2)
  • Eloquent Relationships in Laravel 5.3 (Chap 3)
  • Relationships sử dụng hasOne, belongsTo (ok)
  • Viết lại sử dụng static thay thuộc tính \App\Address::create, $user->address()->create (ok)
  • Nói về trường hợp mặc định về phương thức trùng với tên bảng nó sẽ quyết định id (ok)
  • One To Many relationship hasMany và phương thức thêm vô cùng hay (ok)
  • 😎Một chú ý đặc biệt về cách đặt key cho belongsToMany (ok)
  • Many To Many relationship - belongsToMany() - Laravel Eloquent Relationships
  • php artisan migrate:rollback muốn thêm bớt vào bảng field có sẵn thì bạn làm thế nào ??? (ok)
  • Adding & Retrieving Pivot Table Columns in Many To Many Laravel Eloquent Relationships
  • Thêm created_at, updated_at bằng phương thức, withTimestamps() (ok)
  • 😅Pivot tables và mối quan hệ nhiều-nhiều (many-to-many relationship) trong Laravel full (ok)
  • Thêm dữ liệu attach vô table project_user (ok)
  • Thêm một bảng mới và thêm giá trị bằng lệnh artisan (ok)
  • Cách lấy giá trị bảng pivot thật khó nhằn :( (ok)
  • Handle events on attach, detach or sync in Many To Many Laravel Eloquent Relationships (ok)
  • has-one-through & has-many-through Laravel Eloquent Relationships (phần 1)
  • has-one-through & has-many-through Laravel Eloquent Relationships (phần 2)
  • One to Many & One to One Polymorphic Relationships - Laravel Eloquent Relationships (phần 1)
  • One to Many & One to One Polymorphic Relationships - Laravel Eloquent Relationships (phần 2)
  • Eloquent: relationships in laravel-Phần 1
  • Laravel: 20 Laravel Eloquent Tips and Tricks (Phần 2)
  • Eloquent: relationships in laravel-Phần 3
  • Eloquent Relationships in Laravel 5.3 (Chap 2)
  • Eloquent: relationships in laravel-Phần 1
  • Laravel Model Events
  • Bảng trung gian product_order này sẽ chỉ lấy ra order_id, product_id, created_at, updated_at (ok)
  • Bảng trung gian (ok)
  • Sử dụng quan hệ Many to Many dùng theo một Model mà ta tự định nghĩa (ok)
  • Tìm hiểu Eloquent trong Laravel (phần 1): Eloquent Model - Database
  • Tìm hiểu Eloquent trong Laravel (phần 2): Relationship
  • Tìm hiểu về Migration trong Laravel. (ok)
  • Tìm hiểu về Seeder trong Laravel (ok)
  • -------------- End relationship ---------------
  • làm việc với Eloquent Relationship
Powered by GitBook
On this page

Was this helpful?

--------- End Error ----------------

Previous[Error] Column not found: 1054 Unknown column 'api_token' in 'where clause' (SQL: select * from (ok)NextLaravel 7 Tutorial for Beginners - Laravel 7 Send Email Example (ok)

Last updated 4 years ago

Was this helpful?