Support the ongoing development of Laravel.io →
posted 10 years ago

Converting SQL Query into Laravel

I want my query to return the rows of the table where a column contains a specific value first, and...

0 Likes
0 Replies
posted 11 years ago

PSR-0 autoloading vs classmap rules - which is better for large libraries

Overall laravel doc is excellent but documentation regarding Optimization and Performance is a bit l...

0 Likes
4 Replies

hot to install laravel dependencies by using git

hi guys, im new to laravel and im wondering if it is posible to install laravel dependencies by usin...

0 Likes
2 Replies
posted 10 years ago

Blade help: making a form select box from an object

I wish to make a select box of city names for a form. I have been able to create and pass to my view...

0 Likes
7 Replies

Is this good code design?

Is this a good design? use Acme\Interfaces\AuthenticateInterface as AuthenticateInterface; class Lo...

0 Likes
1 Replies
posted 10 years ago

Does anybody out there know how to use Carbon to get the difference between two date/times in hours and minutes

My dateTime fields are stored in mySQL as a timestamp and the fields are mutated? as below: public f...

0 Likes
2 Replies
Solved
posted 10 years ago

Check if value is number?

Hey, i have this code $skin = Input::get('skin'); if(is_int($skin) && $skin<300) {...

0 Likes
2 Replies
Solved

Eloquent swapping other data into new insert when it shouldn't be

Hello all! I'm having a rather frustrating time with an error and can not seem to work it out. I h...

0 Likes
2 Replies
Solved

SQLite Database on Capsule does not update

Retrieving records works correctly but updating items through save() does not do anything. It doesn'...

0 Likes
1 Replies

Eloquent Model outside Laravel, updating/deleting not working

Hi everyone, I'm using the Eloquent module outside of Laravel in this way (with sql server) // Compo...

0 Likes
4 Replies

Blade help - Route [crowds.create] not defined

I am getting this error once I add a prefix to the route in routes.php Route::group(array('before' =...

0 Likes
3 Replies
Solved
posted 10 years ago

How to pronounce route

I've thought it was "rout" not "root". Please let me know which is the correct o...

0 Likes
2 Replies
Solved

Hashing both the email and password fields

The client wants users to be able to login using their email addresses and password, so I can use th...

0 Likes
5 Replies
posted 10 years ago

Laravel Forge feature request

I'm not sure if this is the right place for this but... I would love to be able to setup mongodb dat...

0 Likes
0 Replies
posted 10 years ago

Designing a box model for my layout

Hi, I want to have a layout like image below, as you see there are two areas(content, sidebar). Ever...

0 Likes
0 Replies
posted 10 years ago

[Package] PredictionIO, an recommendation engine for Laravel

The Laravel PredictionIO library provides a client which offers easy access to a PredictionIO recomm...

0 Likes
0 Replies
posted 10 years ago

Load testing

Hi all, does anyone know a good tool to perform load testing ? (I used JMeter but I need another too...

0 Likes
0 Replies

Polymorphic relationship listing

I decided to test out polymorphic relationships and of course, I got stuck at the beginning. I want...

0 Likes
0 Replies

Model events not firing when saving model returned from cache

So I'm trying to bake automatic caching into some of my models. I use ardent for validation, so I've...

0 Likes
2 Replies
Solved

Redirect to a form after validate with value in a field

Hi all, i need to validate if marks is choosen and that's it with routes.php but when the validation...

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.