Since running 'composer update' to go from Laravel 5.0 to 5.1 I'm getting useless info when my app t...
What specific AWS IAM permissions are required for Laravel Forge deployments?
Hi, I have this: return( Self::orderBy( 'name', 'asc' )->lists( 'name', 'id' ) ); That works but...
In Laravel 5.1 I've setup my models and added the $fillable array like I usually would. My User mod...
I have the following in my stylesheet (generated by Gradient.app): div.home_block_clients { backgr...
PovilasKorop said: Seems like your $fillables is empty. Are you sure it's properly set up in Settin...
Yes, I'm sure - the code looks like this: protected $fillable = [ 'user_id', 'lang', 'date_format',...
Solved here: https://laracasts.com/discuss/channels/general-discussion/why-does-laravel-elixir-with-...
DeClaessens said: Edit composer.json, edit app.php in /config and then run composer update. Doesn'...
The Laravel portal for problem solving, knowledge sharing and community building.