PHP code example of jackiedo / workbench

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

    

jackiedo / workbench example snippets


...
'providers' => array(
    ...
    Jackiedo\Workbench\WorkbenchServiceProvider::class,
),

"post-autoload-dump": [
    ...
    "@php artisan package:discover",
    "@php artisan workbench:discover"
]

$ php artisan workbench:make vendor/name

$ php artisan workbench:make vendor/name --resources

$ php artisan workbench:dump-autoload

$ php artisan workbench:discover