Support the ongoing development of Laravel.io →

Cache::tags(...)->flush() issue: different context in Eloquent observer/event?

Hi, I'm experiencing a strange behavior in the model observer/event callbacks. I'm trying to clear t...

0 Likes
0 Replies

Trying to get property of non-object

my project address:https://github.com/xsmyqf/startlaravel when I visit the routes:startlaravel/publi...

0 Likes
0 Replies
posted 10 years ago

Model relationship to insert related data

Hello, I'm having a struggle with Laravel while trying to make post tags to work... Here is my probl...

0 Likes
2 Replies
Solved

Change the non-debug exception handler

Hi all :) I'm using my database to store sessions, and running a few tests to see what happens if so...

0 Likes
0 Replies
posted 10 years ago

Is there a difference between echo View::make('...') and @include('...')

Is there a difference, in a blade template view, between <?= View::make('...') ?> or @include(...

0 Likes
1 Replies

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 11 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

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.