nobir / the-backend-wizard
This pakage is really a wizard, you can create your admin panel as your need with raw codding. really amaging
Fund package maintenance!
nobir
Installs: 16
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 1
Forks: 0
Open Issues: 0
Language:CSS
Requires
- php: ^8.2
README
This pakage is usefull when you want to store and use again and again a admin panel. ..
Rules to setup a module for a specific admin panel
Diagram: command register => adding specefic files => define their location SN: Remember, when you change anything you may change this in two place. with role permission, without role permission.
Command register: in CommandName file -
- in commands array
- make a constant property and assign the same command.
adding files: in admins folders -
- folder with admin name
- folder with command name
- two folder - with-role-permission and without-role-permission.
- final location - Here setup all file according to their folder
Define Location:
- find the filelocation file.
- here there are array with the admin name. and the array structure according to the above folder : admn name => command name => with-role-permission, without-role-permission folder => final location
At last run the command and see the magic.
- two folder - with-role-permission and without-role-permission.
- final locatin - Here setup all file according to their folder
Support us
We invest a lot of resources into creating best in class open source packages. You can support us by buying one of our paid products.
We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on our contact page. We publish all received postcards on our virtual postcard wall.
Installation
You can install the package via composer:
composer require nobir/the-backend-wizard
Publish the config file with:
php artisan vendor:publish --tag="backend-config"
This is the contents of the published config file:
return [ /** Available admins are :- * * taildash, * * upcoming more */ 'admin_name' => 'taildash', /** * code slightly change in case of role permission *HEre you can set role permission is set or not to the admin panel */ 'role_permission' => true, ];
Usage
At first set up a admin panel:
php artisan nobir:backend setup
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
License
The MIT License (MIT). Please see License File for more information.