All Projects → melihovv → laravel-compile-views

melihovv / laravel-compile-views

Licence: MIT license
Missing view:compile command for laravel [ABANDONED]

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to laravel-compile-views

Django Braces
Reusable, generic mixins for Django
Stars: ✭ 1,756 (+8680%)
Mutual labels:  views
Django
The Web framework for perfectionists with deadlines.
Stars: ✭ 61,277 (+306285%)
Mutual labels:  views
overview
🤖 A collection of tools to make your Angular views more modular, scalable, and maintainable
Stars: ✭ 76 (+280%)
Mutual labels:  views
simpleDjangoProject
simpleDjangoProject
Stars: ✭ 30 (+50%)
Mutual labels:  views
django-speedinfo
Django views profiler for small projects
Stars: ✭ 55 (+175%)
Mutual labels:  views
EasyMoney-Widgets
The widgets (EditText and TextView) for support of money requirements like currency, number formatting, comma formatting etc.
Stars: ✭ 91 (+355%)
Mutual labels:  views
CleanUI
Android library to create beautiful, clean and minimal UIs.
Stars: ✭ 19 (-5%)
Mutual labels:  views
graphsurge
Graphs analytics on collections of views!
Stars: ✭ 22 (+10%)
Mutual labels:  views
snabberb
A simple component view framework for Ruby Opal based on Snabbdom
Stars: ✭ 41 (+105%)
Mutual labels:  views
ci-theme
UPDATED: Now themes are independent from application with the use of Actions and Filters :D .. The branch WP-Like is not available for public usage but you may contact me if you want a copy of it.
Stars: ✭ 20 (+0%)
Mutual labels:  views
tododjangoccb
A todo application with django web framework with class based views and ajax modal crud
Stars: ✭ 32 (+60%)
Mutual labels:  views
laravel-counters
Counters Management for laravel project.
Stars: ✭ 43 (+115%)
Mutual labels:  views
rack-component
Handle HTTP requests with modular, React-style components, in any Rack app
Stars: ✭ 68 (+240%)
Mutual labels:  views
MySQL-cheatsheet
Cheatsheet for MySQL
Stars: ✭ 43 (+115%)
Mutual labels:  views
yii2-render-many
Trait for Yii Framework 2
Stars: ✭ 14 (-30%)
Mutual labels:  views
SceneryView
🏜 The scenery is unique here~ 自定义View,圆、三角形、云朵,平移及旋转动画。
Stars: ✭ 30 (+50%)
Mutual labels:  views

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].