
Explore the Laravel application structure, from public index to MVC components, controllers, models, migrations and config, and examine packages, vendor, resources, and views to build a news site.
explore setting up fillable properties on Laravel models, using guarded and available properties, and connect migrations and categories to build a functional news website with Laravel and Bootstrap.
Implement a reusable image upload method in Laravel, ensuring unique file naming, storage linking to public, and moving images into a dedicated directory for the news site.
Implement an image upload method in Laravel for a news portal, managing file naming, directory storage, and conditional logo updates to articles.
Create a news website category using Laravel by building the create form and controller method, handling image uploads, validating requests, and saving new categories for display.
Update, create, and delete categories in a Laravel and Bootstrap news portal, troubleshoot update errors, and verify that category descriptions reflect changes.
Build a Laravel and Bootstrap based news portal by implementing posts create, read, update, delete, category handling, and rich post descriptions, with admin controls for creating, updating, and ranking news.
Learn to integrate laravel datatables with a Yadira package to display and manage posts in a dynamic admin table, defining default and extra columns and adding edit and delete actions.
Display dynamic categories and latest breaking news on the frontend by fetching database data through the front-end controller and rendering it in a Laravel and Bootstrap news portal.
learn how to prevent duplicate user requests in a Laravel and Bootstrap news portal, enforcing single submissions until admin approval, and manage advertiser submissions and ads.
Configure the admin side to manage events with full CRUD—create, update, and delete events, adjust routes, and customize forms and fields for event details.
Add an events item to the sidebar by copying the master links in the card, renaming from news to events, and preparing for icon updates in a future session.
Explore testing of event create, update, delete functionality in a Laravel and Bootstrap news portal, including listing events via the admin controller with date pickers and front-end integration.
Create a Laravel and Bootstrap powered news portal by configuring admin panels for writers, advertiser requests, events, categories, and news, with review and approval workflows.
Build a news portal with Laravel and Bootstrap by implementing advertise and writer edit and ban functionality, including approval flows and an admin dashboard.
Update settings and add an about section for your Laravel and Bootstrap news portal. Learn to manage descriptions, long descriptions, and image uploads while refining the about page.
The lecture guides testing the video crud functionality in the admin media section, covering create, edit, update flows, selecting videos, applying modifications, and ensuring changes refresh correctly.
In this course, we are going to build a new portal application. The front/client side of the application is going to have the latest breaking news section, the news display section, the latest news section as well as other sections. The footer has the listing of the latest posts, as well as the categories display with the number of posts, count per category. The normal user won't be able to access the admin panel. The writer will be able to access the admin panel but will not be able to access some features like seeing or editing other people's posts. The admin will have full CRUD rights on all the sections of the admin panel. You will learn a lot in the course of going through this course with me. In the second video after the introduction, I show the application features in detail.
Application Features
Settings - Admin Can change the client-side display features from the admin dashboard
Admin can create categories
Admin can perform CRUD(Create, Read, Update and Delete) on categories
Admin can perform CRUD(Create, Read, Update and Delete) on news posts
Admin can perform CRUD(Create, Read, Update and Delete) on video posts
A writer can perform CRUD on His/Her own posts.
A writer can perform CRUD(Create, Read, Update and Delete) on the video posts that they made.
Admin can access all the items on the admin panel.
A writer can only access the Videos and Posts he/she posted and perform CRUD on them.
The normal User cannot access the admin panel.
The Laravel Features Covered
Laravel application structure
Models, Migrations, Controllers, Routes, Authentication, Middlewares, views, etc
3RD party Packages used
Laravel Data Tables
Toastr notification packages for flash notifications
CK-Editor
Others
How you will benefit by purchasing this course:
You get the application source code.
If you follow the whole course by following and doing what I do, you will develop enough logic to get you started with developing advanced applications
You get all the front-end and backend open source themes
Support in case of any challenges.
The course will be updated after each major laravel release.