
Build a Laravel and Bootstrap based news portal featuring guest, writer, and admin roles; publish news and video posts, manage categories and settings, and handle advertising and writer requests.
Explore essential Visual Studio Code plugins for Laravel development, including bracket color highlighting, and Laravel snippets that provide code suggestions as you type and speed up file creation.
Access the Namaskar open source template, admin files, and user profile code to integrate an admin panel and profile setup for card and applications scoring in your news portal.
Learn to build a Laravel-based news portal with a backend CMS, defining categories, news items, and settings, and configure admin controls for navigation, breaking news, and restricted content.
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.
Build modular frontend layouts in Laravel using multiple Blade views, extends, and sections, and integrate assets, public files, and navigation for a news website.
Learn to integrate the front-end with a Laravel back end by creating an admin route and controller, configuring assets, applying admin dashboard theme, and preparing migrations for a news website.
Create models and migrations for categories, tags, posts, and settings; define fields like description, long description, image, and status flags such as special or breaking news; plan for comments.
Master Laravel model relationships with migrations and models, including one-to-many between categories and posts, belongs to and has many, and wiring user and category associations for easy data retrieval.
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.
Create and update site settings in a Laravel news portal, including logo, site name, description, and social links, using a settings table, CRUD routes, and an admin controller.
Learn how to implement a Laravel settings CRUD: create, update, and display site settings, handling requests, fillable fields, and storing social links and descriptions in the database.
Update the client-side settings in a Laravel-based news site to reflect the site name, description, and logo from the database, ensuring dynamic updates across the layout.
Troubleshoot and fix a bug in a Laravel-based news site, adjusting descriptions, settings, and social media links to improve the front-end and keep content current.
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.
Test the image upload functionality in a Laravel news site, updating the logo and validating front-end refresh, then clean admin settings before starting category work.
Develop and manage news categories in a Laravel-based portal using crud operations—create, read, update, and delete—alongside admin controls and routing.
Explore building a Laravel-based news website by implementing category CRUD: create and update categories via the admin controller, and manage category title, image, description, and date.
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.
Create and display categories in a Laravel-based news portal admin panel, covering listing latest categories, creating, deleting, and updating category data.
Update category functionality in a Laravel and Bootstrap news site by validating the id parameter, updating category data and image in the admin controller, and handling image requests.
Update, create, and delete categories in a Laravel and Bootstrap news portal, troubleshoot update errors, and verify that category descriptions reflect changes.
Learn to build a Laravel and Bootstrap based news portal with admin post CRUD, including creating posts, managing categories, descriptions, images, and breaking or special news indicators.
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.
Create a posts CRUD flow in a Laravel and Bootstrap news portal by wiring routes and admin controller methods, assigning and updating posts across categories via blade templates.
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.
Test and refine the posts crud in a Laravel and Bootstrap news portal. Wire up categories and admin controls to display and manage news items.
Solve a data table integration bug in a Laravel and Bootstrap news portal by ensuring required scripts and styles are included, wiring the database setup, layouts, and upcoming action fixes.
Explore data tables integration and adding action buttons within a Laravel and Bootstrap based news portal, focusing on display controls and interactive table actions.
remove unused links from the master admin layout in a Laravel and Bootstrap news portal, replacing scripts with a CDN and refining category handling in the admin controller.
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.
Build a Laravel and Bootstrap based feature to display breaking news and latest posts with front end and controller flow, showing top five items with category, title, and description.
Integrate CK-Editor into a Laravel and Bootstrap news portal to replace description textareas with a rich editor and enable image uploads via megaupload support.
Implement a single-post view by enabling item clicks to navigate to a news item, fetch the post by id in the controller, and render its content.
Explore how a single post page renders dynamic news content from the controller, displaying the title, description, and images. Build the view with Laravel and Bootstrap 2022.
Implement a frontend single category setup in a Laravel and Bootstrap news portal, loading category details, latest posts, and trending items via a category controller and Blade view.
Learn to render dynamic category posts in a Laravel and Bootstrap news portal by linking category clicks to post lists and single news items using category ids.
Explore building a dynamic menu and breaking news feature for a Laravel and Bootstrap news portal, including listing categories, latest posts, and breaking items linked to categories.
Display dynamic category data and recent posts in the client footer, with clickable category links that navigate to the corresponding category page and reveal related posts.
Learn how to implement user authentication scaffolding in a Laravel and Bootstrap news portal, enabling login, registration, and access control with npm install steps.
Configure client-side authentication layouts, switching register and log in views to the chosen layout. Validate redirects, logout behavior, and dynamic UI updates as users sign in.
Learn to conditionally render login and logout buttons based on user authentication, toggle user interface sections, and manage user state in a Laravel and Bootstrap news portal.
Create new pages by defining routes and corresponding controller methods for events, contact, and about pages, and connect front-end views to support advertising, event listings, and user inquiries.
Explore building a news portal with Laravel and Bootstrap by implementing writer controller methods, Blade templates, and protected routes with login, plus event and content handling.
Learn how to implement a rights request workflow in Laravel, including creating the model and migrations, wiring routes and a controller, processing authenticated user submissions, and updating the front end.
Install and configure toastr notifications in a Laravel and Bootstrap project by using composer, publishing assets, and triggering success and warning messages in the UI.
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 events feature in a Laravel app, adding the event model, migration, and fillable fields; fetch events for the client, paginate ten per page, and display no events when empty.
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.
Work on the admin side CRUD for events in Laravel, updating latest and past events, removing guards, refining controllers, models, and categories, and validating updates in the system.
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.
Fix errors and implement writer request handling and advertisement workflows in the Laravel and Bootstrap news portal, enabling creating, approving, deleting requests, and admin control.
Build a news portal with Laravel and Bootstrap by implementing advertise and writer edit and ban functionality, including approval flows and an admin dashboard.
Collaborate on building the about us page in a Laravel and Bootstrap news portal, configuring the settings, database migrations, and front end control to display site information.
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.
Debug the about section update bug in a Laravel and Bootstrap news portal by fixing admin controller data flow, image uploads, and database synchronization to the about page.
Explore building a Laravel and Bootstrap news portal by implementing 55 video sections CRUD part 1, with migrations, model relationships, file uploads, and admin video and event management.
Learn to implement crud operations for videos by creating and updating media, handling uploads, images, and category logic via routes and controller methods.
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.
Fix a bug in the video management flow by updating and deleting video posts, validating database changes, and finalizing the backend, admin, and video sections.
Add a category_id column to the videos table and establish its belongs-to relationship with categories, then update migrations and admin forms to select and display video categories.
Explore how to display dynamic video data in the Laravel and Bootstrap news portal, fetching media items, categories, and latest videos, and render them with clickable thumbnails.
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.