• Post category:StudyBullet-14
  • Reading time:9 mins read


Build Complete CMS Blog in PHP Laravel, MySQL and Bootstrap and Build up your Web Development Skills

What you will learn

Learn to setup the necessary tools for building modern web apps

Set up the authentication system in seconds with Laravel UI package

Learn how the MVC structure works in Laravel

Integrate your own theme easily

Work with Models and Eloquent the professional way

Work with views and Eloquent the professional way

Work with Controllers and Eloquent the professional way

Learn to Perform CRUD operations in the simplest way possible

Learn to create a working search box

Learn some advanced routing ways

work with Middlewares and Guards

Learn to validate with Requests

Create your own custom admin panel

Handle validation like a pro and prevent user to sensitive date

Write professional maintainable code

Work with some SQL complex queries

Learn file uploading and how to fully update and delete it

Learn how to integrate different parts of code together so they can work in the same system

Learn to fix bugs along the way of developing this web app

Learn security tips and tricks

Create full posting system

Create full categories system

Create full comments system

Description

If you’re interested in learning how to build a CMS blog with PHP Laravel, this course is perfect for you. Throughout the course, you will learn how to create a complete content management system (CMS) with the Laravel PHP framework. You’ll be creating your CMS from scratch, complete with page, user, and blog management capabilities.

The course is designed to be hands-on, so you will be working on real-world projects throughout the course. You will learn how to use PHP Laravel to create a dynamic and interactive web application that is both functional and user-friendly. By the end of the course, you will have a complete CMS blog that you can use as a template for your own web applications.


Get Instant Notification of New Courses on our Telegram channel.


Here’s what you can expect to learn in the course:

  • How to install and set up PHP Laravel
  • How to create a database and connect it to your application
  • How to create a user authentication system
  • How to integrate your own theme
  • How to create a full posting system
  • How to create full categories system
  • How to create a commenting system
  • How to create a full comments system
  • How to create a search system
  • How to build a custom admin panel
  • How to work with MVC structure

and So much more. Whether you are a beginner or an experienced developer, this course is perfect for anyone who wants to learn how to build a complete CMS blog using PHP Laravel. So, if you’re ready to take your web development skills to the next level, enroll in the course today!

English
language

Content

Introduction

Introduction

Installation

Before you Start with the Course
Installing Xampp
Installing VS Code

Getting Started and Authentication System

Design and Code for the Project
Getting Started and Running the Server
Creating Authentication System
Integrating our Theme pt.1
Integrating our Theme pt.2

Getting Main Features Done

Grabbing Posts pt.1
Grabbing Posts pt.2
Grabbing Posts for Business Category
Grabbing Posts for Culture Category
Grabbing Posts for Politics Category
Grabbing Posts for Travel

Working with Posts and Comments and Categories

Displaying Single Post
Displaying Author Info
Displaying Popular Posts
Displaying Categories
Displaying Comments
Displaying More Posts
Inserting Comments
Displaying Number of Comments
Inserting Posts pt.1
Inserting Posts pt.2
Inserting Posts pt.3
Deleting Posts
Updating Posts pt.1
Updating Posts pt.2
Validating and Cleaning up pt.1
Validating and Cleaning up pt.2

Taking Care of Users Pages and Searching Through Posts

Displaying Posts by Category pt.1
Displaying Posts by Category pt.2
Updating User Info pt.1
Updating User Info pt.2
Validating with Requests
Working with Public Profile
Searching Through Posts

Building Custom PHP Laravel Admin Panel

Design and Code for Admin Panel
Logging Users in pt.1
Logging Users in pt.2
Validating and Enhancing

Finishing Admins Section

Working with Index Page
Showing Admins
Creating New Admins

Finishing Categories Section

Showing Categories
Inserting New Categories
Deleting Categories
Updating Categories

Finishing Posts Section

Displaying Posts
Deleting Posts

New Lectures: Enhancing and Improving Further

Deleting with Images