Support the ongoing development of Laravel.io →

Limit output data in eloquent query

Hi! I have two models, for example User (name, email) and Address (user_id, address, zip); If I call...

0 Likes
0 Replies
posted 10 years ago

ViewComposers apply their data after view()'s data

Just playing around with ViewComposers, and it looks like they apply their data after the data param...

0 Likes
2 Replies

Where conditions on eloquent relationship

I have two tables auctions and bids and models for them are as follows public function bid() { retu...

0 Likes
2 Replies
posted 10 years ago

Queue - working with my own classes (possibly a namespace problem)

Hi, i'm new to Laravel (i'm using 4.2 right now). I'm using it to automate some home automation usin...

0 Likes
0 Replies
posted 10 years ago

Laravel 4.2 queue:work unserialize error

I am using redis on Laravel 4.2 to utilize queue:push via closures to perform commands while the use...

0 Likes
0 Replies

Saving one form to 2 tables

Hello, I have, for example, 2 tables: Table1 which has: id, name, address, details Table2 which has:...

0 Likes
1 Replies
posted 10 years ago

Call controller function from view

How can I call controller function from view in an easy way?

0 Likes
1 Replies

Call to a member function delete() on null

I keep getting the error "Call to a member function delete() on null" for the following, w...

0 Likes
0 Replies
posted 10 years ago

Formatting dates to daylight saving time

Hello, Is it possible to format dates so a UK datetime in the middle of the summer, is the same date...

0 Likes
0 Replies
posted 10 years ago

a hoop side

Chelsea vs Manchester United Live Stream https://www.reddit.com/r/crockpot/comments/330ic5

0 Likes
0 Replies

Two-Sided Eloquent Relation?

Hello, in my application users can add other users (to establish a "friendship"). Therefor...

0 Likes
0 Replies

Laravel 5 SSH and an editor for news/blog entries with images

Hey folks, I have two questions. First, I saw that Laravel 4 apparently had some built in deployment...

0 Likes
0 Replies

Eloquent Relationships related question

Hi laravel community, I am a new laravel user and currently working on a simple project management t...

0 Likes
3 Replies

Email activation with Laravel 5

Hy i need Email activation with Laravel 5 and he dont active cant login thx for help

0 Likes
3 Replies

Ultimate Laravel Dropet for DigitalOcean?

Hi Guys. Great new today, you can now share droplets with external people on DigitalOcean!! So... wh...

0 Likes
8 Replies

L [5] : Use Eloquent model Globally without using namespace

I want the Eloquent model in app ->Models ->users.php and in every file i h...

0 Likes
4 Replies

Foreign key insertion problem in qualification table using laravel 4.2

// qualification.php model <?php class Qualification extends \Eloquent { protected $fillable...

0 Likes
1 Replies

Problems with 'php artisan app:name xxx'

the first thing I feel NOT so sure about L5 is the ' php artisan app:name xxx 'command, it always ca...

0 Likes
1 Replies
posted 10 years ago

Home state not getting set in Laravel 5 - Angularjs 1.3 app

I have a project with laravel 5 as backend and angularjs 1.3 as front-end. ####Laravel5 setup:...

0 Likes
0 Replies

Route::post does not execute method call anymore

I'm wondering what is the difference between: Route::post('insert/{slug}/{page_number}/{person_type_...

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.