Skip to content
This repository has been archived by the owner on Mar 6, 2020. It is now read-only.

Missing view:compile command for laravel [ABANDONED]

License

Notifications You must be signed in to change notification settings

melihovv/laravel-compile-views

Repository files navigation

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 [email protected] instead of using the issue tracker.

Credits

This package is bootstrapped with the help of melihovv/laravel-package-generator.