PHP code example of seguce92 / laravel-adminmd

1. Go to this page and download the library: Download seguce92/laravel-adminmd 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/ */

    

seguce92 / laravel-adminmd example snippets


Seguce92\AdminMD\ServiceProvider::class,
Collective\Html\HtmlServiceProvider::class,

'Form' => Collective\Html\FormFacade::class,
'Html' => Collective\Html\HtmlFacade::class,


/**
 * @package AdminMD
 */
return [
    /* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
     * COLOR SIDEBAR THEME
     * ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
     *
     * themes available [amber, black, blue-grey, blue, brown, cyan, deep-orange, deep-purple, green, grey, indigo, light-blue, lime, orange, pink, purple, red, teal, yellow]
     */
    'theme' =>  'deep-purple'
];
bash
$ php artisan vendor:publish