melihovv / laravel-compile-views
Missing view:compile command for laravel.
Installs: 18 898
Dependents: 0
Suggesters: 0
Security: 0
Stars: 21
Watchers: 2
Forks: 3
Open Issues: 0
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.