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

v3.0.0 2024-10-18 12:02 UTC

README

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

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 -

  1. in commands array
  2. make a constant property and assign the same command.

adding files: in admins folders -

  1. folder with admin name
  2. folder with command name
  3. two folder - with-role-permission and without-role-permission.
  4. final location - Here setup all file according to their folder

Define Location:

  1. find the filelocation file.
  2. 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.

  1. two folder - with-role-permission and without-role-permission.
  2. 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.