Missing view:compile command for laravel
PHP
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
src
.editorconfig
.gitattributes
.gitignore
.sensiolabs.yml
.styleci.yml
.travis.yml
LICENSE
README.md
composer.json

README.md

Laravel Compile Views

Build Status styleci Scrutinizer Code Quality SensioLabsInsight

Packagist Packagist Packagist

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.