Support the ongoing development of Laravel.io →

Running Jobs at a specific time

Hi, Currently im using Laravel 4 for a few years now. And I really love it! But I have a questions h...

0 Likes
5 Replies

Pagination of query string that contains an array

$listings->appends(Request::query())->render() if query contains array than pagination messes...

0 Likes
10 Replies
posted 10 years ago

Is there a way I can separately include section in Laravel blade?

Duplication of this question. http://stackoverflow.com/questions/30615012/is-there-a-way-i-can-separ...

0 Likes
1 Replies
posted 10 years ago

Remember image upload after validation

Hi, I've been reading a lot about how to remember a file upload after validation.. I tried setting t...

0 Likes
1 Replies

Error Messages on Controller Store()

This must documented somewhere, but I had no luck trying to locate. I am using the backend just as a...

0 Likes
3 Replies
posted 10 years ago

How do i use <?php ?> in Blade like @define

Blade::extend(function($value) { return preg_replace('/\@define(.+)/', '<?php ${1}; ?>', $v...

0 Likes
1 Replies

Help me build my new Ultimate Development PC Build

Hello, I am planning to build a new development (+ gaming) rig. I would like you to help me choose p...

0 Likes
0 Replies

What is best way/solution to localize emails in laravel?

I have following files structure now for email templates: ~/resources/views/emails/$template.blade.p...

0 Likes
0 Replies

Validation not working

Hello, I'm having trouble with my validation. I'm sending this JSON: { "promotor": {...

0 Likes
1 Replies
posted 10 years ago

command bus

HI Ive tried to use the command bus in my package and it keeps giving me errors saying that the hand...

0 Likes
3 Replies
Solved

Storage: S3->Put() causes no server response for larger (still small) files

I'm working with a form that uploads files and stores them in S3, using code such as the following:...

0 Likes
0 Replies
posted 10 years ago

Nesting/cascading/inheriting config files?

On L4 you could create a config file myconf.php then add another to override just some of its settin...

0 Likes
3 Replies

How to fetch list of all controllers and actions of my app

Hi all, I am new to laravel, i wanted to fetch list of all controllers in my app, and then fetch lis...

0 Likes
1 Replies

Edit Permission a role From checked checkbox

Hello. I got Zizaco/Entrast package installed. https://github.com/Zizaco/entrust/tree/1.0 I create a...

0 Likes
2 Replies
posted 10 years ago

API Routing and optional parameters

Hi, I'm creating an API but i'm not sure what is the right way to take... Routes I have right now :...

0 Likes
0 Replies

Input:file wrong counting

// get all the files to upload in an array $files=Input::file('images'); // count the number of file...

0 Likes
0 Replies

The connection was reset

Hi, Lavarel was working good but suddenly it shows "The connection was reset" on Firefox a...

0 Likes
1 Replies

Users can't login after logout

Hi, i'm having an issue. After registration users get automatically logged in and have no problems....

0 Likes
3 Replies

Seeded passwords are always invalid

Hi, I'm trying to use a database seeder to create user accounts for testing. The seeder works fine a...

0 Likes
5 Replies
Solved
posted 11 years ago

Accessing relations using snake_case

So given the following schema: users id (int) some_group_id (int) some_field (string) so...

0 Likes
4 Replies
Solved

Thanks to our community

Solutions given in the past year. Excluding solutions from thread authors.

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2025 Laravel.io - All rights reserved.