melihovv / laravel-compile-views
This package is abandoned and no longer maintained.
No replacement package was suggested.
Missing view:compile command for laravel.
1.0.1
2017-12-23 16:16 UTC
Requires
- php: >=7.0
- illuminate/support: ^5.3
- illuminate/view: ^5.3
This package is auto-updated.
Last update: 2020-09-05 10:27:31 UTC
README
Recently view:cache command was built in Laravel. So there is no need in this package anymore :)
Missing view:compile command for laravel.
The perfect solution in combination with blade minifier: get minified compiled views with zero cost during your deploy script.
Installation
Install via composer
composer require melihovv/laravel-compile-views
Following step is optional if you use laravel>=5.5 with package auto discovery feature.
Add service provider to config/app.php in providers section
Melihovv\LaravelCompileViews\ServiceProvider::class,
Usage
php artisan view:compile
Security
If you discover any security related issues, please email amelihovv@ya.ru instead of using the issue tracker.
Credits
This package is bootstrapped with the help of melihovv/laravel-package-generator.