Two good Laravel Cheat Sheets
Tag: laravel
Nothing to publish for tag [] in Laravel
If you are trying to publish a new package in a Laravel project and you receive the output “Nothing to publish for tag [].”, this is happening because you have cached your config files.
Class not found en Laravel
Si en Laravel, al tratar de resetear y volver a ejecutar todas las migraciones con el comando
$ php artisan migrate:refresh
os devuelve el siguiente error (puede ser con otra tabla)
[Symfony\Component\Debug\Exception\FatalThrowableError] Fatal error: Class 'UsersTable' not found
se resuelve ejecutando