• Post category:StudyBullet-16
  • Reading time:8 mins read


Build Complete Blog with Admin Panel in PHP CodeIgniter 4 MySQL and Bootstrap and 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 Shield package

Learn how the MVC structure works in CodeIgniter

Integrate your own theme easily

Work with Models the professional way

Work with views the professional way

Work with Controllers 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

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

Learn how to build a full blog system from scratch using PHP CodeIgniter 4 in this beginner-friendly course.

This course is designed for beginners with very little experience in PHP or web development. We will start by covering the basics of PHP, and then we will dive into CodeIgniter 4. By the end of the course, you will be able to:

  • Create a new CodeIgniter 4 project
  • Configure a database
  • Create models, controllers, and views
  • Write secure and efficient code
  • Implement user authentication and authorization
  • Add features like comments, tags, and search
  • Creating full featured admin panel

The course is taught by an experienced web developer with significant experience. The lessons are clear and concise, and the code is well-commented so that you can easily follow along.


Get Instant Notification of New Courses on our Telegram channel.


Who this course is for:

  • Absolute beginners with very little experience in PHP or web development
  • Developers who want to learn how to use CodeIgniter 4
  • Anyone who wants to build a full blog system from scratch

What you need to get started:

  • A computer with PHP installed
  • A web browser
  • A text editor or IDE
  • A basic understanding of PHP Codeigniter will help a lot

Enroll now and start learning how to build your own blog system with PHP CodeIgniter 4!

English
language

Content

Introduction

Introduction

Installation

Installing Xampp
Installing VS Code

Getting Started and Creating Authentication System

Design and Code for the Blog
Creating our Project with CodeIgniter pt.1
Creating our Project with CodeIgniter pt.2
Creating Authentication System with Shield
Creating Master Template and Home Page

Getting Main Features Done

Displaying Posts in Home Page pt.1
Displaying Posts in Home Page pt.2
Displaying Posts for Business Section
Displaying More Posts

Working with Posts Categories and Comments

Displaying Posts by Category
Displaying Categories
Dsiplaying Single Post
Displaying Comments for every Post
Displaying Related Posts
Inserting New Comments
Inserting New Posts
Deleting Posts
Updating Posts

Taking Care of Users Pages and Searching for Posts and More

Validating and Cleaning up pt.1
Validating and Cleaning up pt.2
Displaying Posts for every User
Cleaning up Routes and More
Searching for Posts

Getting Started with Admin Panel

Design and Code for Admin Panel
Creating Authentication System pt.1
Creating Authentication System pt.2
Validating Authentication System pt.1
Validating Authentication System pt.2

Working with Admins Section

Working with Index Page
Displaying all Admins
Creating New Admins

Working with Categories Section

Displaying New Categories
Creating New Categories
Updating Categories
Deleting Categories

Working with Posts Section

Displaying all Posts
Deleting Posts
Deleing Posts with Images