PHP code example of akarumey95 / dashboard

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

    

akarumey95 / dashboard example snippets


Akarumey95\Dashboard\Providers\DashboardServiceProvider::class,

'Dashboard' => Akarumey95\Dashboard\Facades\Dashboard::class,
shell script
php artisan dashboard:install
shell script
php artisan dashboard:controller {Path to Model after App\\}
shell script
php artisan dashboard:view {ModelName}