Skip to content

Jesús Amieiro

Information technologies. Per aspera ad astra

Tag: laravel

How to add a new project in Laravel Homestead

If you want to add a new project in Laravel Homestead, you have to edit the “Homestead.yaml” file, adding a new site:

Continue reading How to add a new project in Laravel Homestead
Published 08/05/2016
Categorized as laravel Tagged homestead, laravel, PHP

Laravel Cheat Sheet

Two good Laravel Cheat Sheets

  1. http://cheats.jesse-obrien.ca/#
  2. https://aufree.github.io/laravel5-cheatsheet/# (source code https://github.com/Aufree/laravel5-cheatsheet)
Published 14/04/2016
Categorized as laravel Tagged cheat sheet, 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.

Continue reading Nothing to publish for tag [] in Laravel
Published 16/03/2016
Categorized as laravel Tagged error, laravel, PHP

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

Continue reading Class not found en Laravel
Published 15/01/2016
Categorized as laravel Tagged error, laravel

Posts navigation

Newer posts Page 1 … Page 5

Search

  • About me
  • Contact me
  • Talks
  • Uses
  • Running, trekking and other stuff
  • Cookies

Side projects

  • La semana PHP
  • Descargar máquinas virtuales
  • WP polyglots facilitator
  • Control the Work

Interesting links

  • Command Line Linux Tips and Tricks
  • Calendar of events, conferences, and meetups
Jesús Amieiro
Proudly powered by WordPress.