Skip to content

Instantly share code, notes, and snippets.

View stivncastillo's full-sized avatar
🎯
Focused

Stiven Castillo stivncastillo

🎯
Focused
View GitHub Profile
@cjonstrup
cjonstrup / Laravel\app\commands\ViewsCommand.php
Last active August 1, 2019 21:17
Clear Laravel 4.* app/storage/views artisan views:clear
<?php
use Illuminate\Console\Command;
use Illuminate\Filesystem\Filesystem;
class ViewsCommand extends Command {
/**
* The console command name.
*
* @var string