Curriculum
- 1 Section
- 51 Lessons
- Lifetime
Expand all sectionsCollapse all sections
- Primera51
- 2.1Laravel 5.8 Tutorial From Scratch – e02 – Web Routes
- 2.2Laravel 5.8 Tutorial From Scratch – e03 – Views
- 2.3Laravel 5.8 Tutorial From Scratch – e04 – Passing Data to Views
- 2.4Laravel 5.8 Tutorial From Scratch – e05 – Controllers
- 2.5Laravel 5.8 Tutorial From Scratch – e06 – Blade Templating Basics
- 2.6Laravel 5.8 Tutorial From Scratch – e07 – SQLite Database
- 2.7Laravel 5.8 Tutorial From Scratch – e08 – Adding Customers To The Database
- 2.8Laravel 5.8 Tutorial From Scratch – e09 – Form Validation
- 2.9Laravel 5.8 Tutorial From Scratch – e10 – Adding Email For Customers
- 2.10Laravel 5.8 Tutorial From Scratch – e11 – Cleaning Up The Views
- 2.11Laravel 5.8 Tutorial From Scratch – e12 – Eloquent Where Clause
- 2.12Laravel 5.8 Tutorial From Scratch – e13 – Eloquent Scopes & Mass Assignment
- 2.13Laravel 5.8 Tutorial From Scratch – e14 – Eloquent BelongsTo & HasMany Relationships
- 2.14Laravel 5.8 Tutorial From Scratch – e15 – Eloquent Accessors & RESTful Controller – Part 1
- 2.15Laravel 5.8 Tutorial From Scratch – e16 – Eloquent Route Model Binding & RESTful Controller – Part 2
- 2.16Laravel 5.8 Tutorial From Scratch – e17 – Eloquent Route Model Binding & RESTful Controller – Part 3
- 2.17Laravel 5.8 Tutorial From Scratch – e18 – Eloquent Route Model Binding & RESTful Controller – Part 4
- 2.18Laravel 5.8 Tutorial From Scratch – e19 – Handling a Contact Form Using a Laravel Mailable
- 2.19Laravel 5.8 Tutorial From Scratch – e20 – Flashing Data to Session & Conditional Alerts in View
- 2.20Laravel 5.8 Tutorial From Scratch – e21 – Artisan Authentication – Register, Login & Password Reset
- 2.21Laravel 5.8 Tutorial From Scratch – e22 – Artisan Authentication Restricting Access with Middleware
- 2.22Laravel 5.8 Tutorial From Scratch – e23 – Adding a Custom Middleware
- 2.23Laravel 5.8 Tutorial From Scratch – e24 – URL Helpers
- 2.24Laravel 5.8 Tutorial From Scratch – e25 – Front End Setup with NPM, Node, Vue & Webpack
- 2.25Laravel 5.8 Tutorial From Scratch – e26 – Vue Basics 101
- 2.26Laravel 5.8 Tutorial From Scratch – e27 – Frontend Presets for React, Vue, Bootstrap & Tailwind CSS
- 2.27Laravel 5.8 Tutorial From Scratch – e28 – Events & Listeners
- 2.28Laravel 5.8 Tutorial From Scratch – e29 – Queues: Database Driver
- 2.29Laravel 5.8 Tutorial From Scratch – e30 – queue:work In The Background
- 2.30Laravel 5.8 Tutorial From Scratch – e31 – Deployment: Basic Server Setup – SSH, UFW, Nginx – Part 1
- 2.31Laravel 5.8 Tutorial From Scratch – e32 – Deployment: Basic Server Setup – MySQL, PHP 7 – Part 2
- 2.32Laravel 5.8 Tutorial From Scratch – e33 – Deployment: Basic Server Setup – SSL, HTTPS – Part 3
- 2.33Laravel 5.8 Tutorial From Scratch – e34 – Artisan Commands – Part 1
- 2.34Laravel 5.8 Tutorial From Scratch – e35 – Artisan Commands – Part 2
- 2.35Laravel 5.8 Tutorial From Scratch – e36 – Artisan Commands (Closure) – Part 3
- 2.36Laravel 5.8 Tutorial From Scratch – e37 – Model Factories
- 2.37Laravel 5.8 Tutorial From Scratch – e38 – Database & Table Seeders
- 2.38Laravel 5.8 Tutorial From Scratch – e39 – Image Upload – Part 1
- 2.39Laravel 5.8 Tutorial From Scratch – e40 – Image Upload: Cropping & Resizing – Part 2
- 2.40Laravel 5.8 Tutorial From Scratch – e41 – Telescope
- 2.41Laravel 5.8 Tutorial From Scratch – e42 – Lazy Loading vs. Eager Loading (Fixing N + 1 Problem)
- 2.42Laravel 5.8 Tutorial From Scratch – e43 – Pagination
- 2.43Laravel 5.8 Tutorial From Scratch – e44 – Policies
- 2.44Laravel 5.8 Tutorial From Scratch – e45 – Eloquent Relationships One To One (hasOne, BelongsTo)
- 2.45Laravel 5.8 Tutorial From Scratch – e46 – Eloquent Relationships One To Many (hasMany, BelongsTo)
- 2.46Laravel 5.8 Tutorial From Scratch – e47 – Eloquent Relationships Many To Many (BelongsToMany)
- 2.47Laravel 5.8 Tutorial From Scratch – e48 – Eloquent Relationships Many To Many Part 2 (BelongsToMany)
- 2.48Laravel 5.8 Tutorial From Scratch – e49 – Testing 101 Using PHPUnit
- 2.49Laravel 5.8 Tutorial From Scratch – e50 – SEO Friendly URLs
- 2.50Laravel 5.8 Tutorial From Scratch – e51 – Localization, Translations & Language Files
- 2.51Laravel 5.8 Tutorial From Scratch – e52 – Multi Image File Upload & Gallery