Support the ongoing development of Laravel.io →

Controllers via Routes Not Working

System Information MacOSX - 10.7.5 Apache - 2.2.27 (Macports) PHP - 5.4.33 (Macports) [Mycryp...

0 Likes
15 Replies
Solved

No file get in the uploading of file

Hi everyone, Im new to laravel and I don't know whats happening in my controller. I was trying to ha...

0 Likes
0 Replies

Wrong decimal places for float and decimal

I have a great problem with Laravel at the moment. I've tried float and decimal datatypes without an...

0 Likes
3 Replies
Solved

Redirect::intended - Disable URL saving for ajax requests

How to disable remembering of the 'intended' URL for specific route or for all AJAX requests?

0 Likes
2 Replies

[Laravel 4.3] Form class outputs htmlentities

Hi, EDIT: when posting, it transforms the entities "& gt ;" (without spaces) and so on...

0 Likes
7 Replies
Solved

Laravel Form objects dumping in as text. (L5)

I did a fresh L5 install for testing against all my L4.3 sites. Created a new layout and a basic vie...

0 Likes
1 Replies
Solved
posted 10 years ago

help with basic query from the controller to the model

hello have a look see, it is about a query, a model this is my controller .... public function ge...

0 Likes
7 Replies
posted 10 years ago

Laravel 5 developement cannot load serviceprovider with boot class with parameters

I got this error in laravel: Declaration of App\Providers\ErrorServiceProvider::boot() should be com...

0 Likes
1 Replies
posted 10 years ago

Google Webmasters Tool

Hello, Need help getting Google Webmasters Tool to work. I already tried several of their methods (a...

0 Likes
5 Replies
Solved

Please help with syntax problem in migration/Schema code

I have the following code that produces the following error: "Undefined variable: tbl" The...

0 Likes
2 Replies
Solved

OneToMany relation -> How to save when i have the id?

I have model called Reference which can have many child References but only one parent Reference. So...

0 Likes
3 Replies
posted 10 years ago

Eloquent not respecting camelCase to snake_case conversion

I have a weird anomaly with laravel and was wondering if anyone could point me in the right directio...

0 Likes
0 Replies
posted 10 years ago

Simple relation not working?

I have two models. Article: class Article extends Eloquent { protected $table = 'articles';...

0 Likes
0 Replies
posted 10 years ago

Handling translatable SEO urls

Hello there. I am trying to figure out a clevel way of handling my SEO urls with assumptions that th...

0 Likes
3 Replies
posted 10 years ago

how to config multi queue name

queue config: 'default => 'redis', 'connections'=> array( 'redis'=> array( 'driver' => '...

0 Likes
1 Replies
posted 10 years ago

Forcing A Unique Rule To Ignore A Given ID

Hi, According to the Laravel documentation, I can do: 'email' => 'unique:users,email_address,10'...

0 Likes
1 Replies
Solved
posted 10 years ago

How to define custom vlidation rules

Hi, I have two parameters that can have various values. One of the rules that I need to have is: &qu...

0 Likes
2 Replies
Solved
posted 10 years ago

Database access in Laravel 5

On using the DB inside the controller I am getting an FatalErrorException stating class 'App/Http/Co...

0 Likes
4 Replies

Multiple forms with same names on one page

So I have two forms on a single page. Login (email, password) and register (username, email, passwor...

0 Likes
3 Replies
posted 10 years ago

Using a package without a service provider and facade

Hi, I found a package on packagist.com that I want to use in my Laravel project. I've installed the...

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