Support the ongoing development of Laravel.io →

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 9 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 9 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 10 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

Seeder File For Users Table

Is there a better way to write this up? <?php // Composer: "fzaninotto/faker": "v...

0 Likes
2 Replies

Is it possible to build an Eloquent query version of this SQL query?

Even if it included some Raw elements. :) Select concat(places.path, child_places.id, '/') as p...

0 Likes
4 Replies

Carbon mysql persistence

I have a datetime attribute that I want to convert to Carbon and persist it to mysql as a Carbon obj...

0 Likes
1 Replies
posted 10 years ago

Laracon UK, London specifically

So, this lunchtime I managed to get into a discussion on the IRC regarding the reason for Laracon EU...

0 Likes
16 Replies

Forum suggestions

Some ideas to make the forums flow better: 1 - A "JavaScript" tag - whether or not this is...

0 Likes
6 Replies
posted 9 years ago

get profile image for poster

User Model function comments(){ return $this->hasMany('Comment'); } function posts(){...

0 Likes
0 Replies
posted 9 years ago

Installation errors out

I'm trying to use composer to install the laravel installer (Mac OS X, Yosemite). Everytime I try, I...

0 Likes
4 Replies

How to interact Laravel and Angular file ?

Hello Laravel people, Anybody know how to solve by using AngularJS file with Laravel I am not sure h...

0 Likes
2 Replies

Error homestead?

Hi guys, I'm trying to install homestead under windows 8 environment in Laravel 5. And I encountered...

0 Likes
0 Replies

What is the best way to handle expired login forms (expired tokens)

If someone logs out and leaves their form open overnight and come back the following day and login t...

0 Likes
2 Replies

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.