2017 © Pedro Peláez
 

library view-clear

Simple artisan command to clear compiled views in Laravel 5.0

image

kyslik/view-clear

Simple artisan command to clear compiled views in Laravel 5.0

  • Thursday, July 13, 2017
  • by Kyslik
  • Repository
  • 0 Watchers
  • 3 Stars
  • 3,605 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 6 Versions
  • 10 % Grown

The README.md

View clearing command for Laravel 5.

Latest Version Software License Total Downloads, (*1)

Simple artisan command to clear view folder in Laravel 5.1 and Laravel-5.0, (*2)

Simply put: clears storage/framework/views folder., (*3)

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., (*4)

$ php artisan view:clear, (*5)

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., (*6)

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

Add the package to your application service providers in config/app.php, (*7)

'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., (*8)

The Versions

13/07 2017

dev-master

9999999-dev

Simple artisan command to clear compiled views in Laravel 5.0

  Sources   Download

MIT

The Requires

 

by Martin Kiesel

laravel command artisan clear laravel5 view

11/06 2015

2.0.2

2.0.2.0

Simple artisan command to clear view folder in Laravel 5.

  Sources   Download

MIT

The Requires

 

by Martin Kiesel

laravel command artisan clear laravel5 view

11/06 2015

dev-Laravel-5.0

dev-Laravel-5.0

Simple artisan command to clear view folder in Laravel 5.

  Sources   Download

MIT

The Requires

 

by Martin Kiesel

laravel command artisan clear laravel5 view

11/06 2015

2.0.0

2.0.0.0

Simple artisan command to clear view folder in Laravel 5.

  Sources   Download

MIT

The Requires

 

by Martin Kiesel

laravel command artisan clear laravel5 view

11/06 2015

2.0.1

2.0.1.0

Simple artisan command to clear view folder in Laravel 5.

  Sources   Download

MIT

The Requires

 

by Martin Kiesel

laravel command artisan clear laravel5 view

04/03 2015

1.0.0

1.0.0.0

Simple artisan command to clear view folder in Laravel 5.

  Sources   Download

MIT

The Requires

 

by Martin Kiesel

laravel command artisan clear laravel5 view