Skip to content

Latest commit

 

History

History
83 lines (46 loc) · 3.09 KB

README.md

File metadata and controls

83 lines (46 loc) · 3.09 KB

In this project, I have built a news portal application using Laravel PHP and MySQL :

The front/client side of the application 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.

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

What I have learned while building this project:

Build advanced application with Laravel
Laravel Application structure
Laravel MVC Architecture
Laravel Models, Controllers, Routes, Views, among others

Demo Vide

Watch the Demo Video 1

Watch the Demo Video 2

Demo Screenshots

Screenshot 1 Screenshot 2 Screenshot 3 Screenshot 4 Screenshot 5 Screenshot 6 Screenshot 7 Screenshot 8 Screenshot 9 Screenshot 10 Screenshot 11 Screenshot 12 Screenshot 13 Screenshot 14 Screenshot 15