Skip to content
forked from devsbuddy/adminr

A simple yet powerful laravel starter with admin panel and CRUD resources generation to help you build application faster.

Notifications You must be signed in to change notification settings

zah0ah90/adminr

 
 

Repository files navigation

AdminR v0.4.7

Total Downloads Latest Stable Version License


WARNING: This project is in under major changes and will not be available with same name.

As i am working on this project again from ground up to make it more stable and optimized and new project will use new structure for the projects and resource generations.And new project will also use the laravel 10 as the backbone.

The update will be available with the new name as RapidCMS. Which will be completely different project and this project will be abandoned.

AdminR

About AdminR

AdminR is a simple admin panel built on top of Laravel Framework to help developers create laravel backend and APIs with ease so they can more focus on creating actual web app or any client side apps.

AdminR help to reduce approx 90% of the work for developers which they do to build a backend or admin panel and the APIs for their apps.

Known Issues

I am aware of (and fixing them)

  • No issue known.
  • Please report issues in issue tab if found any issue

Future plans

I am preparing to add

  • indexing option for resource generation (on SQL level).
  • DataTable option for every resource
    • You will have an option to select whether to use datatable or native table.
    • Import export options on resources.
  • Search option for resources.
  • Many more features.

Support me

If you found this package helpful you can show support by clicking on the following button below and donating some amount to help me work on these projects frequently.


Get Started

Install the project

composer create-project thedevsbuddy/adminr <your-app-name>

Generate app key

php artisan key:generate

Setup / update database connection

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=adminr
DB_USERNAME=root
DB_PASSWORD=secret

Migrate database and seed demo data

php artisan migrate --seed

Link storage folder

php artisan storage:link

By default, you will get 3 users and role


Super admin (super.admin)
email: [email protected]
pwd: password

Admin (admin)
email: [email protected]
pwd: password

User (user)
email: [email protected]
pwd: password

That's it your project setup is completed.

Happy coding.

Special thanks to

CoreUI

For the admin panel UI we have used coreui which is an awesome admin template out there.

Security Vulnerabilities

If you discover a security vulnerability within AdminR, please send an e-mail to Devsbuddy via [email protected]. All security vulnerabilities will be promptly addressed.

License

The AdminR is open-source software licensed under the MIT license.

About

A simple yet powerful laravel starter with admin panel and CRUD resources generation to help you build application faster.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 51.2%
  • Blade 38.1%
  • JavaScript 4.5%
  • CSS 4.5%
  • SCSS 1.2%
  • Shell 0.3%
  • Vue 0.2%