Support the ongoing development of Laravel.io →

Inject a webservice into a custom validator.

I've created a custom validator using the "extending the Validator Class" method like desc...

0 Likes
2 Replies

File upload location

I’m looking for best practices regarding file upload locations. I know I can use the public folder b...

0 Likes
1 Replies

Messagebag broken on 4.3

When parsing the errors in the following way it works as expected. @foreach($errors->all() as $er...

0 Likes
6 Replies
Solved
posted 10 years ago

Are there somewhere books for beginners

Hello, Im a beginner in Laverel and I wonder if there are somewhere books where a package is made f...

0 Likes
3 Replies
posted 10 years ago

Download and delete a mp3 file.

Hello all, I'm creating an app in which you can download some mp3 files. The mp3 files do not reside...

0 Likes
1 Replies
posted 10 years ago

How to expire session data?

Hello, I've developed a Laravel 4.1 application to take online orders, with the input spread over 3...

0 Likes
9 Replies

parseParameterFilter() not being called for custom route filters?

I'm trying to create a route filter that will accept multiple parameters (got it working with one pa...

0 Likes
0 Replies

Complex Join Query Not "Working"

Hi there, I'm not new to frameworks and ORMs, but I am new to Laravel and Eloquent. I've just starte...

0 Likes
1 Replies
Solved

Creatable fields

Hey, I'm new to laravel and still learning a lot every day :) But I have already my project in mind...

0 Likes
0 Replies

Collection::flatten returns Collection instead of array

http://laravel.com/api/source-class-Illuminate.Support.Collection.html#272-280 272: /** 273:...

0 Likes
0 Replies

Connection refused

I installed laravel on a linux VPS machine and started artisan. Now I try to browse it on port 8000,...

0 Likes
0 Replies

Migrate and primary keys

Hello, I have trouble creating my tables with the migrate tool. I'd like a table for countries with...

0 Likes
10 Replies
Solved

[tool] Windows script to handle subl: url scheme - very usefull when debugging

Hi I created a tool (vbs script) that handles subl: links on Windows allowing you to open subl: link...

0 Likes
0 Replies

Redirect /index.php to /

Is there a way to force laravel to redirect '/index.php' to '/'? I tried something simple like putti...

0 Likes
5 Replies
Solved

Handling async multiple users uploading at the same time.

I am at a standstill when it comes to this. I would like for there to be no issue or hang-up if mult...

0 Likes
0 Replies
posted 10 years ago

laravel showing different pagination on production

anyone aware why this would happen? in production it adds pagination class, that's it. in my local i...

0 Likes
1 Replies
posted 10 years ago

Classmap in composer and adding directories in global.php

I've two questions, Why the classmap directories defined in composer are also defined in global.php...

0 Likes
0 Replies
posted 10 years ago

Request to API on localhost freeze

I need to make GET/POST requests to php API in subfolder (public/forum/api.php), e.g. not url from r...

0 Likes
3 Replies
Solved

Not using form to upload the image

Hello, I would like to know, how i can upload a image from a <input type="file">. But the uplo...

0 Likes
0 Replies
posted 10 years ago

Category tree

Hello, how can i make category tree's like: Category 1 category 1.1 category 1.1.1 Categor...

0 Likes
3 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.