Skip to content

Instantly share code, notes, and snippets.

View MichalGallovic's full-sized avatar
👨‍💻
Laravel, Tailwind & VueJs

Michal Gallovič MichalGallovic

👨‍💻
Laravel, Tailwind & VueJs
  • Tratta
  • Slovakia
View GitHub Profile
@MichalGallovic
MichalGallovic / RefreshCompiledClassmap.php
Last active January 14, 2016 20:01
Laravel 5.x - refresh compiled classmap
<?php
namespace App\Console\Commands;
use Illuminate\Console\Command;
/*
* Add this to $commands array
* in App\Console\Kernel
*