Giter VIP home page Giter VIP logo

adminr's Introduction

AdminR v0.4.7

Total Downloads Latest Stable Version License


NOTE: I would like to inform you that this project is abandoned and is no longer receiving any update.


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.

adminr's People

Contributors

thedevsbuddy avatar iamspydey avatar

Stargazers

Abdurrahman YİĞİT avatar Rihards Mantejs avatar WILFRED FOLORUNSHO avatar Haikal Fiqih avatar Aydin avatar Lakatos Tibor avatar Rui Tai Low avatar Toheeb Oyekola avatar Floris avatar Haykel Rekik avatar Hussain Aminu avatar Abbas Roholamin avatar hamjah avatar Oussama Bendriss avatar Youssef F. Shaath  avatar  avatar Daniel avatar Temam Awelu Said avatar Noé Hassiel Monterrosas Bandala avatar WeboAp avatar Alexssander Cusin avatar Hassan Saad avatar  avatar  avatar Brilyan Hidayat avatar Josh avatar  avatar

Watchers

Kostas Georgiou avatar WILFRED FOLORUNSHO avatar  avatar  avatar  avatar

adminr's Issues

Failed to migrate

this is the error message when migrating:

INFO Preparing database.

Creating migration table ........................................................... 9ms DONE

INFO Running migrations.

2014_10_12_000000_create_users_table .............................................. 28ms DONE
2014_10_12_100000_create_password_resets_table .................................... 11ms DONE
2019_08_19_000000_create_failed_jobs_table ........................................ 19ms DONE
2019_12_14_000001_create_personal_access_tokens_table ............................. 19ms DONE
2021_11_01_000000_create_settings_table ............................................ 6ms DONE
2021_12_17_160743_create_permission_tables ....................................... 143ms DONE
2021_12_18_074724_add_resource_column_to_permissions_table ........................ 13ms DONE
2021_12_18_074724_create_adminr_menus_table ........................................ 9ms FAIL

Illuminate\Database\QueryException

SQLSTATE[HY000]: General error: 1824 Failed to open the referenced table 'adminr_resources' (SQL: alter table adminr_menus add constraint adminr_menus_resource_foreign foreign key (resource) references adminr_resources (id) on delete cascade)

at vendor/laravel/framework/src/Illuminate/Database/Connection.php:760
756▕ // If an exception occurs when attempting to run a query, we'll format the error
757▕ // message to include the bindings with SQL, which will make this exception a
758▕ // lot more helpful to the developer instead of just the database's errors.
759▕ catch (Exception $e) {
➜ 760▕ throw new QueryException(
761▕ $query, $this->prepareBindings($bindings), $e
762▕ );
763▕ }
764▕ }

  +35 vendor frames 

36 artisan:37
Illuminate\Foundation\Console\Kernel::handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))

Error on generate

After doing npm run production, the styles are OFF.

image

And unable to generate from builder as it's getting error
image

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.