|
Introduction to Laravel Framework
|
|
|
|
Installing Laravel
|
|
|
|
How To Install Laravel For The First Time
10:00
|
|
|
|
Artisan CLI ( command-line interface )
|
|
|
|
Laravel Directory Structure
|
|
|
|
Configuring a new Laravel project
|
|
|
|
A Simple test
|
|
|
Architecture & Basics
|
|
|
|
Architecture overview -Basic routing
|
|
|
|
Call a controller method from a route
|
|
|
|
Passing variables from controllers to views
|
|
|
|
CSRF protection
|
|
|
|
Validation, Error handling
|
|
|
|
Controller, Request
|
|
|
|
Views, Session
|
|
|
HTML Templates to Laravel Blade Templates
|
|
|
|
Master layout
|
|
|
|
Extending the master layout
|
|
|
|
Displaying variables
|
|
|
|
Blade conditional statements & loops
|
|
|
|
PHP functions in blade
|
|
|
|
Creating and using a basic views
|
|
|
|
Loading a view into another view/nested views
|
|
|
|
Adding assets
|
|
|
|
Integrating with Bootstrap
|
|
|
Security & Session
|
|
|
|
Authentication
|
|
|
|
Authorization
|
|
|
|
Encryption
|
|
|
|
Hashing
|
|
|
|
Using Security
|
|
|
|
Sessions Effective
|
|
|
Database
|
|
|
|
Introduction
|
|
|
|
Query Builder
|
|
|
|
Migrations
|
|
|
|
Seeding
|
|
|
Eloquent ORM ( Storing and Using Data )
|
|
|
|
Eloquent ORM INSERT, READ , UPDATE , DELETE
|
|
|
|
Using models in controllers
|
|
|
|
Displaying data from models in views
|
|
|
|
Timestamps
|
|
|
|
Eloquent ORM INSERT, READ , UPDATE , DELETE
|
|
|
Creating a registration & user login form
|
|
|
|
Artisan command to create inbuilt user register and login system
|
|
|
|
Authenticating Your Application
|
|
|
|
Adding Custom Fields to Registration Form
|
|
|
|
Creating user profile page
|
|
|
Admin Panel Setup
|
|
|
|
Introduction
|
|
|
|
Setup Admin Panel using Bootstrap theme
|
|
|
|
Create Admin login
|
|
|
|
Creating an admin authentication system
|
|
|
|
Encrypting and decrypting data
|
|
|
Using Ajax and jQuery
|
|
|
|
Introduction
|
|
|
|
Getting data from another page
|
|
|
|
Setting up a controller to return JSON data
|
|
|
Final Project
|
|