PHP code example of nobir / the-backend-wizard

1. Go to this page and download the library: Download nobir/the-backend-wizard library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

nobir / the-backend-wizard example snippets


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,
];
bash
php artisan vendor:publish --tag="backend-config"
bash
php artisan nobir:backend setup