Hi, Currently im using Laravel 4 for a few years now. And I really love it! But I have a questions h...
$listings->appends(Request::query())->render() if query contains array than pagination messes...
Duplication of this question. http://stackoverflow.com/questions/30615012/is-there-a-way-i-can-separ...
Hi, I've been reading a lot about how to remember a file upload after validation.. I tried setting t...
This must documented somewhere, but I had no luck trying to locate. I am using the backend just as a...
Blade::extend(function($value) { return preg_replace('/\@define(.+)/', '<?php ${1}; ?>', $v...
Hello, I am planning to build a new development (+ gaming) rig. I would like you to help me choose p...
I have following files structure now for email templates: ~/resources/views/emails/$template.blade.p...
Hello, I'm having trouble with my validation. I'm sending this JSON: { "promotor": {...
HI Ive tried to use the command bus in my package and it keeps giving me errors saying that the hand...
I'm working with a form that uploads files and stores them in S3, using code such as the following:...
On L4 you could create a config file myconf.php then add another to override just some of its settin...
Hi all, I am new to laravel, i wanted to fetch list of all controllers in my app, and then fetch lis...
Hello. I got Zizaco/Entrast package installed. https://github.com/Zizaco/entrust/tree/1.0 I create a...
Hi, I'm creating an API but i'm not sure what is the right way to take... Routes I have right now :...
// get all the files to upload in an array $files=Input::file('images'); // count the number of file...
Hi, Lavarel was working good but suddenly it shows "The connection was reset" on Firefox a...
Hi, i'm having an issue. After registration users get automatically logged in and have no problems....
Hi, I'm trying to use a database seeder to create user accounts for testing. The seeder works fine a...
So given the following schema: users id (int) some_group_id (int) some_field (string) so...
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