Skip to content

Blog CMS made with laravel framework. Laravel is accessible, powerful, and provides tools required for large, robust applications.

Notifications You must be signed in to change notification settings

MiguelEmmara-ai/dashr

Repository files navigation

Laravel Logo

Dashr

Blog CMS made with laravel framework. Laravel is accessible, powerful, and provides tools required for large, robust applications.

Dashr Features

  • Intuitive Dashboard.
  • Responsive Themes.
  • Built-in SEO Tools.
  • Detailed Analytics.
  • Content Seeder.
  • Login and Registration.
  • Creating and editing content.
  • Blogger and role-based administration.

Demo

Front End dashr.miguelemmara.me
Dashboard dashr.miguelemmara.me/login

Demo login

username: admin
password: password

Getting Started

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

How To Use

Front End

  1. Register - This page allow the new blogers register an account
  2. Login - Login user, check if the users is on the records
  3. Become A Driver - This page is for drivers to create their new account

Dashboard

  1. Dashboard - Intuitive Dashboard with simple analytics
  2. Settings/General Settings - Inbuild simple seo and website settings
  3. Settings/Accont Settings - Edit user account information
  4. Post/Post - List all the post sort from recent post
  5. Post/Create Post - Create post
  6. Categories/Categories - List all the categories
  7. Categories/Create Categories - Create Categories
  8. Authors/Authors - List all the Authors (Only for super admin)

Built With

This app build with below technologies

  • HTML
  • CSS
  • Bootstrap
  • Laravel

(back to top)

Screenshots

Screenshot 1

License

Copyright 2022. Code released under the MIT license.

About

Blog CMS made with laravel framework. Laravel is accessible, powerful, and provides tools required for large, robust applications.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published