PHP code example of madnh / laravel-setting

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

    

madnh / laravel-setting example snippets


'providers' => [
    ...
    \MaDnh\LaravelUpload\LaravelUploadServiceProvider::class,
    ...
]

php artisan app:setting.publish
php artisan app:setting.publish all

php artisan app:setting.publish request controller setting_init

php artisan app:setting.publish request controller setting_init --subns=Dashboard

php artisan app:setting.publish --tag=config --tag=styles
php artisan app:setting.publish controller vendor --subns=Dashboard --tag=scripts