i have this multiple select from a form: {{Form::select('category[]',$category_details,null,arra...
i have strange issue i have a table with a column of longtext. when i use laravel to retrieve the da...
I want something similar to withTrashed() and onlyTrashed() for my posts so I can get only public po...
Hi everybody, I would like sign in users with runkeeper in my website. So i use the OAuth-4-laravel...
// validate $rules = array( 'product_code' => 'required',...
Hi there I am developing a package that users can use to generate and save XML report definition fil...
Laravel 4 TwigBridge: https://github.com/barryvdh/laravel-twigbridge This packages adds Twig as a La...
Hi all, I am trying to figure out how to create a unique validation based on 2 fields. My app create...
I want to apply conditional loop like this dynamically. I'm not getting logic of how to do that. Her...
I have simple app http://www.zimoonline.com/clients/howdoyou and for output i have set route with bl...
Hi, I am writing a PHPUnit test that checks if a userId exists in the header and asserts accordingly...
Anyone know a way to add a column to the BEGINNING of a table. With just the 'after()' method I'm no...
Hi How can I keep the users logged in for 2 weeks? I currently do this: Auth::attempt(array('email'...
I can see there is guessPackagePath( ) method in service provider class, but how can i get the packa...
I'm trying to achieve this: ->join( 'table_a', function( $join ) use( $ids) { $join ->on( 'tab...
Hello i'm trying to make a REST API that will accept as a parameter on a HTTP POST method an image u...
So for my website I have been using a layout structure in where each page pulls the main layout. Thi...
Hi I'm trying to rollback my migration but it's not working. I get this error "{"error&quo...
Hi I have a weblog system which I want to program it with Laravel . In auth part we have 3 seperated...
Does anyone know of a package for Laravel 4 that is similar to Rails' Better Errors gem? The live RE...
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