Blog CMS made with laravel framework. Laravel is accessible, powerful, and provides tools required for large, robust applications.
- Intuitive Dashboard.
- Responsive Themes.
- Built-in SEO Tools.
- Detailed Analytics.
- Content Seeder.
- Login and Registration.
- Creating and editing content.
- Blogger and role-based administration.
Front End dashr.miguelemmara.me
Dashboard dashr.miguelemmara.me/login
Demo login
username: admin
password: password
git clone https://github.com/MiguelEmmara-ai/dashr.git dashr
cd dashr
cp .env.example .env
composer install OR composer update
php artisan key:generate
php artisan storage:link
nano .env << Configure .env
After opning your .env file, change the database name (DB_DATABASE) to whatever you have, username (DB_USERNAME) and password (DB_PASSWORD) field correspond to your configuration.
Then we can run
php artisan migrate:fresh --seed
npm install && npm run build
php artisan optimize:clear
php artisan serve
Premade auth
username: admin
password: password
- Register - This page allow the new blogers register an account
- Login - Login user, check if the users is on the records
- Become A Driver - This page is for drivers to create their new account
- Dashboard - Intuitive Dashboard with simple analytics
- Settings/General Settings - Inbuild simple seo and website settings
- Settings/Accont Settings - Edit user account information
- Post/Post - List all the post sort from recent post
- Post/Create Post - Create post
- Categories/Categories - List all the categories
- Categories/Create Categories - Create Categories
- Authors/Authors - List all the Authors (Only for super admin)
This app build with below technologies
Copyright 2022. Code released under the MIT license.