melihovv / laravel-compile-views

Missing view:compile command for laravel [ABANDONED]

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Missing view:compile command for laravel [ABANDONED]

License:MIT License


Languages

Language:PHP 100.0%