Hi Folks, I have this (it works): Route::group(array('prefix' => 'backbone'), function() { Ro...
Ok so in many cases you want to update integers in a database incrementally, this helps ensure that...
After some interest in the Laravel subreddit, I've decided to run a refactoring exercise a few times...
I am pretty new to Laravel as well as frameworks in general, as such I am still getting use to the w...
I have a serious problem. I have 3 models Role Model: <?php class Role extends Eloquent{ /** *...
Please read if you are using Sentry. https://medium.com/@Cartalyst/sentinel-by-cartalyst-b304d5e7ed8...
#Sentinel Happy to announce Sentinel 1.0.* - http://bit.ly/1otk9ve Sentinel is a framework agnostic...
Hi everyone. I want to extend a class (in my case the Cart class from Moltin/Cart package). Somethin...
Hi guys, My users can submit a listing, but the administrator has to approve the listing for it to b...
I had this idea a few months ago, but it's only now that I'm in a position where I'd be interested i...
Hi, this outputs nothing @if(!isset($bla)) (complete) @else ({{ $missing }} missing) @endif but if...
Hi, i'm looking for a free webhoster to test a Laravel project. I testet 2 services so far but both...
I have installed a package (ipunkt/laravel-notify) that has assets that need to be published to the...
Hi, I'm new here so please don't bite. My question is I use MAMP for development (I know I need to m...
I started one small project and wanted to have fun, so i created dynamic migration, that gets inform...
Hello!, I looking for how to handle the route prefix with that no parameters like below my route Rou...
I using Sentry 2 in my project, in login function with remember password $dataLogin = array( 'userna...
I am having a problem about sessions, or cookies, i didn't understand the reason. I log on to my sit...
I am trying to echo some date information in one of my views in my own language. I use mb_internal_e...
Hi, I'm trying to use controller filters, but just can't get them to work. Obviously I'm missing som...
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