a feature-rich cms platform with strong administration capabilities.
you can find an installation guide bellow
home page :
the user can view a post, leave a comment, or a reply to a comment
the user can click through a category and view all posts in it :
the user can search posts :
see recent comments on the platform and click through it to see the related post :
the user can create a post :
the user receives a notification when someone comment on his post :
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 :
the admin can see the statistics of the website :
the admin can add/delete a category :
the admin can add/delete/edit a user :
the admin can add/delete/edit a post :
the admin can add/delete roles for users :
the admin can define what capabilities each role can have :
the admin can add/delete/edit a page :
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