Support the ongoing development of Laravel.io →

Eloquent 5 in Lumen giving unwanted response.

I've recently started using Laravel 5 and the new Eloquent 5.* and I'm experiencing some unwanted re...

0 Likes
0 Replies

Laravel 5.2 .env sometimes doesn't load in time

I am reading some configurables from my .env file. These configurables are used in various places wi...

0 Likes
4 Replies

Routing stopped working after upgrade from 5.1 to 5.2

HI my routes look like Admin Routes Route::group(['middleware' => ['web']], function() { Route::g...

0 Likes
2 Replies

Special characters in controller not passing to view

Hi. Example in one controller: return 'À'; The string comes blank due to the accent, if i change to...

0 Likes
1 Replies
Solved

config/marketo.php not being loaded.

Hi I've installed https://packagist.org/packages/micfai/marketo-php and it has created config/marke...

0 Likes
0 Replies

dealing with precision numbers / money and storing it using eloquent

Ive been doing some calculations in code converting strings to float because thats the only way I co...

0 Likes
2 Replies
posted 10 years ago

How do you test your events are firing with L5?

My Middleware \Event::fire(new RouteRequested($request->route()->getName())); My test $r...

0 Likes
4 Replies

Export to excel

Hi I use this to display data on my form after the user selected criteria for the report: @foreach($...

0 Likes
9 Replies
Solved
posted 9 years ago

Larvavel for big e-shop

HI, is Laravel good for creating big e-shops? If yes, why? If not, why? Thank you

0 Likes
1 Replies

Trying to mass assign Checkbox Input values to database

Hi, Laravel 5.2 here. I can't save my checkbox values to db $data = $request->all(); $data["...

0 Likes
0 Replies

Order by + Pagination

Hi guys , I'm having a problem with pagination . Well it works pretty fine at first page , but when...

0 Likes
0 Replies

Create own login validation without database

Hi All, I have a project with Laravel 5.2 and besides that I have an other program that has the poss...

0 Likes
1 Replies

Convert this GeoLocation Query to Query Builder for $$$

If someone can help me get this query working properly in Query Builder I would be willing to pay a...

0 Likes
9 Replies
posted 9 years ago

middleware WEB

Hey to all. i'm using laravel 5.2 . when i'm watched a lesson of validation, in the video all routes...

0 Likes
1 Replies
posted 9 years ago

any thought on these relationship queries?

hi friends I am new to laravel. I am working on a project with complex query (complex to me :-) Ple...

0 Likes
0 Replies

Policy for the create method

Hi, I'm implementing roles and permission for a project, and using policies, but I have a problem wh...

0 Likes
0 Replies

Get sum's of a related table field?

Hey Guys, i want to create a small invoicing software for my company using laravel and, of course, e...

0 Likes
2 Replies

how to ensure sequence of integers

I have a table with categories: string: label integer: order I wish for order to be a continuous lis...

0 Likes
0 Replies
posted 9 years ago

Syntax error or access violation: 1064

Hello, I get an issue on my DB::insert query. Can anyone please advise what is wrong. The error here...

0 Likes
0 Replies

Model::create SQL Insert Error

Hi, when i try to create/insert a new Model instance with $maintenance = Maintenance::create(array(...

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.