PHP code example of labelworx / shift-styles
1. Go to this page and download the library: Download labelworx/shift-styles 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/ */
labelworx / shift-styles example snippets
$finder = PhpCsFixer\Finder::create()
->in([
__DIR__ . '/app',
__DIR__ . '/config',
__DIR__ . '/database',
__DIR__ . '/resources',
__DIR__ . '/routes',
__DIR__ . '/tests',
]);
return Labelworx\styles($finder);
sh
php artisan shift:setup
sh
php artisan shift