You hear about "single reason to change" when it comes to the scope of a class and how big...
I have the following action in my repository: public function getAsset($filename, $prefix = null, $...
Hi, I'm getting product updates from several suppliers on their stock via XML files. Most products...
Hi, I have Laravel 5 set debug true, enviroment: local Now not show errors (only log) and not show d...
I'd like this to be global.I tried putting it in index.php, and it doesn't work. Maybe it can go in...
I have action and I wanna take json with time = 11: public function getView( $id ) { return ['dat...
Could you please help me to pass id of a product from view page to controller page with the help of...
I am new to Laravel 4, I have project that required me to create "permalink settings feature&qu...
Hello, I have a problem when I use a class in Laravel. If I use this code: Session::put('name', 'val...
Hi guys, i have a problem, // my var $teste = "<b>Página</b> inicial"; {{ $tes...
Dear Laravel.io members, Last month I started with getting known to L5. I'd like to create a multi-s...
I appreciate any response to this. I don't need any code examples, but mainly direction or perspect...
I am having trouble installing robin malfait formgenerator. Keep getting this error: [InvalidArgumen...
How would i go about making the laravel pagination always show? Because right now if there is less i...
I cannot seem to get past the first step: exception 'Symfony\Component\Debug\Exception\FatalErrorExc...
Hi all, i have a form that should me make a creat one invoice. One Invoice hasMany Products. So i ca...
I have a trait with a boot method that adds an observer to the model which sets a field on creating....
php artisan route:cache doesn't work with route model bindings $this->bind('project', function ($...
I wish to create a grouped dropdown list using Blade and Form builder. That should be simple, but th...
Hi, I am trying to install Laravel 4.2 in a Windows 8 desktop. I have the latest version of WAMP an...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community