Ejemplo: tabla base de laravel o vista no encontrada hasmany
// Laravel can't determine the plural form of the word you used for your table name.
// Just specify your table in the model as such:
class Cotizacion extends Model{
public $table = "your table name";
¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)