Description
Blog CMS built with Laravel
Features
· Create Blog
· Categories per post
· Middleware
· Admin Panel
· Charts on Admin Panel
· Media Uploader on Admin Panel
· Updated Comment section and use of Disqus API
· Search Post by name or body
#Installation
Its very simple, you just need to follow the standard Laravel installation
git clone https://github.com/antonispat10/Laravel_Blog_with_CMS
cd Laravel_Blog_with_CMS
composer install
php artisan key:generate
php artisan migrate --seed
login with the email admin@admin.com and password: 543210 in order to view
and use the admin panel