Description
Our Projects in Laravel Course has been designed to not only help you learn the basics of Laravel, but it also bridges the gap between theory and practical application of the technology.
In short, you will not only learn about the fundamentals of Laravel and its many features, but you will also learn how to exactly use this framework to create different projects.
Syllabus :
1. Introduction & Basic Laravel Website
- What is Laravel
- Environment Setup
- Install Laravel
- Website Preview
- Routes, Views and Layouts
- Compiling Assets
- Contact Form
- Controllers and Validation
- Model, Database and Migration
- Pulling Data from DB
2. To do List
- Index Page
- Show Page and Includes
- Saving Todos
- Edit and Update Todos
- Delete Todos
3. Business Listings
- Authentication
- Dashboard User Listings
- Create Listings
- Edit Listings
- Delete Listings
- Public Listing Pages and Access Control
4. Photo Gallery
- Controllers, Models and Database
- Form and Views
- Cover Image Upload
- Display Albums
- Photo Upload
- Album Photo Listings
- Photo Page and Delete
5. REST API
- Handle GET Requests
- POST Request and Insert
- Handle Update and Delete Requests
6. Request Manager
- Guzzle and GET Requests
- Insert Items
- Edit Items
- Delete Items
7. OctoberCMS
- Installing OctoberCMS
- Working in the Backend
- Custom Theme Layout
- Inner Pages and Blog
- Create a Custom Component
8. Message System
- Authentication and Inbox
- Send and Sent Messages
- Reply Messages and Read Confirmation
- Delete and Deleted Messages
9. Contact Manager
- Contact Model Setup
- Backend API Routes
- Creating a vue.js Component
- Creating the Form
- Create and Fetch Contacts
- List, Update and Delete Contacts
10. Backpack Admin
- Backpack Base Package Setup
- Log Manager and Page Manager
- Creating CRUDs
- Customizing CRUD