Deskripsi
1.) Introduction of Laravel Framework
- Installing Laravel
- Artisan CLI (Command Line Interface)
- Configuring New Laravel Project
- etc
2.) HTML Template to Blade Template
- Generating Views using blade
- Executing PHP function in blade
- Adding assets & Integrate with bootstrap style
- etc
3.) Migrations
- Introduction to Migrations
- Requirements for running migrations
- Artisan migration command
- Migration structure
- etc
4.) Using Forms and Gathering Input
- Creating contact us form
- Validating user input
- Sending email
- etc
5.) Creating a Registration & User Login Form
- Using Artisan command to create an inbuilt user
- register and login system
- Adding Custom Fields to Registration Form
- Creating a user profile page
6.) Admin Panel Setup
- Setup Admin Panel using the Bootstrap theme
- Create Admin login
- Creating an admin authentication system
- Encrypting and decrypting data
7.) Using Controllers and Routes for URLs and APIs
- Introduction
- Creating a basic controller
- Creating a route using a closure
- etc
8.) Eloquent ORM
- Eloquent ORM Models
- Naming conventions
- Table name and primary keys
9.) Creating & Using Composer Package
- Introduction
- Downloading and installing packages
- How to use a basic Shopping
- Cart package in our project
10.) Using Ajax & jQuery
- What’s AJAX & jQuery
- Build simple API using Laravel API Resource
- How to use Ajax to execute laravel resource
- etc
11.) Security & Session
- Using Security
- Sessions Effective
