GithubHelp home page GithubHelp logo

view-clear's Introduction

View clearing command for Laravel 5.

Latest Version Software License Total Downloads

Simple artisan command to clear view folder in Laravel 5.1 and Laravel-5.0

Simply put: clears storage/framework/views folder.

Laravel 5.1 UPDATE

If you are using Laravel 5.1.* you do NOT need this package since it is part of Laravel base commands.

$ php artisan view:clear

Setup

Version(s)

  • For Laravel 5.0 use version ~1.0.0
  • For Laravel 5.1 use version ~2.0.0 Laravel 5.1 has its own view:clear command, this package is not needed.

Composer

Pull this package in through Composer.

{
    "require-dev": {
        "kyslik/view-clear": "~2.0.0"
    }
}
$ composer update

Add the package to your application service providers in config/app.php

'providers' => [

    App\Providers\RouteServiceProvider::class,

    /*
     * Third Party Service Providers...
     */
    Kyslik\ViewClear\ViewClearServiceProvider::class,
],

Usage

$ php artisan view:clear --help

Use case

When developing blade extensions it is useful to clear view cache in process.

view-clear's People

Contributors

kyslik avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

view-clear's Issues

Laravel 5.1 support

I know it is just 1 day after the release, but can you please allow Laravel 5.1 to be installed so we can detect bugs or help you to improve the view-clear for 5.1? Now we cannot install laravel as composer is blocking it by your dependency setting.

Thanks.
Peter

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.