PHP code example of isofman / laravel-setable
1. Go to this page and download the library: Download isofman/laravel-setable 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/ */
isofman / laravel-setable example snippets
config('setable.auto_publish'); // true
shell script
php artisan setable:setup
shell script
php artisan setable:list
php artisan setable:set auto_publish true boolean
php artisan setable:get auto_publish