Hi, I have a little question. I am group owner and I want remove user from my group using repository...
Im wondering if there is a elegant way to create an globally accessible variable in some elegant way...
Hi I have big routes.php file. There a lot of route rules. I would like split rules to own files. I...
I'm experiencing strange behaviour with Filters and TestCases. It seems like filters are only being...
When I fire Product::create($request->all()) method it creates two rows in a table with the same...
//Backend's Route Route::group(array('domain' => 'admin.web.com', 'before' => 'inGroup:Adminis...
###Good day, people! May be someone knows how to get url aliases like that: /goods, /goods/subgoods,...
Hello, Under Laravel 4.2, i meet a problems with parameters of my routes inside Route group prefix....
In a Blade template, is it at all possible to request the current route name? I know that I can use...
Hi, I'm having problems with my web application. I have first, an index page, that display a form (p...
I need to change the location of a bunch of image files on my site and not sure how to handle from a...
Hi! I want to use Wordpress as my front site, and Laravel as my app. So index.php in public folder s...
Hi guys! Since I started today with only Laravel, I'm really come quite far! Have somehow fallen in...
Hi, I'm rebuilding a website. For SEO I need to forward the old URLs to the new URLs. Is there an ea...
A user is not having flashed sessions (Session::flash) nor "put" sessions (Session::put) p...
Hi, I have installed Laravel Administrator and am experiencing a strange issue with CSRF. I have tr...
Greetings everybody. I have L 4.2 project working fine in testing env and having 404 on all routes i...
Hello guys, I have this Route defitinion: Route::get('packages/{package}', ['uses' => 'ProductsCo...
I'm adding a mobile-friendly website to my laravel app, so I added the following code to /app/config...
Hi :) I followed the docs to make a password reminder. I'm new to Laravel and PHP so I just play aro...
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