Skip to content

Latest commit

 

History

History
85 lines (50 loc) · 3.9 KB

README.md

File metadata and controls

85 lines (50 loc) · 3.9 KB

Content Management System (cms)

a feature-rich cms platform with strong administration capabilities.

you can find an installation guide bellow

Screenshots

home page :

image

the user can view a post, leave a comment, or a reply to a comment

image image

the user can click through a category and view all posts in it :

image

the user can search posts :

image image

see recent comments on the platform and click through it to see the related post :

image

the user can create a post :

image

the user receives a notification when someone comment on his post :

image

the user can update his information, change password, activate two-factor authentication ,manage sessions on other browsers, delete the account from the edit account page :

image image image

the admin can see the statistics of the website :

image

the admin can add/delete a category :

image

the admin can add/delete/edit a user :

image

the admin can add/delete/edit a post :

image

the admin can add/delete roles for users :

image image

the admin can define what capabilities each role can have :

image

the admin can add/delete/edit a page :

image image

installation

  • git clone github.com/AHMED-GAMAL-AG/Content-Management-System.git
  • Create a .env file and configure the database.
  • composer install
  • npm install
  • php artisan key:generate
  • php artisan migrate --seed
  • php artisan storage:link