Open faworityf opened 5 years ago
Because you are in local environment and using default config?
no im doing it on test server and i didnt touch tconfig(
But your test server .env file probably has APP_ENV=local and default config says:
'ignore_environments' => array(
'local',
),
yep you right thank you very much!!!!!! )
installed package in my project and added service provider and Facade in config/app.php after that i ran command php artisan vendor:publish and published - Provider: Devfactory\Minify\MinifyServiceProvider in public css i added folder 'builds' with rights 775 in my blade i added {!! Minify::stylesheet(['/front/assets/css/base.css']) !!} but its not minifying files
php 7.1.3 laravel 5.6