Support the ongoing development of Laravel.io →

orrd

Joined 3 Feb 2014

Statistics

Threads 5
Replies 8
Solutions 2
Articles 0
posted 7 years ago

How to fix Bootstrap alignment problem

I didn't see a solution for this elsewhere online, so I'm posting it here just in case anyone is sea...

Likes Replies

Laravel 5.1 lists() inconsistency? (Eloquent vs Query Builder)

I'm in the process of upgrading to 5.1 and I'm really liking the changes that have been made, and th...

Likes Replies
posted 8 years ago

How to use {{-- --}} Blade comments with L5 if keeping the L4-style output/escaping tags?

I find that a lot of the output I do in my views shouldn't be or doesn't need to be escaped. After...

Likes Replies
posted 8 years ago

Eloquent model events are not triggered when testing bug #1181

After spending hours of time trying to track down a frustrating issue with unit testing where my mod...

Likes Replies
posted 8 years ago

Why doesn't a One to Many relationship's data get updated after adding an item?

If I use $post->comments()->save($comment) to add a new comment to a post, why does $post->...

Likes Replies
replied 7 years ago

just started a new project in 5.0, should I upgrade?

I really don't think you need to do the fresh install & copy method that jimgwhit is suggesting...

0 Likes
replied 7 years ago

Missing .env in fresh Laravel project.

Just to double-check.. are you viewing the files in a way that would show you hidden dot files? For...

0 Likes
Solved
replied 7 years ago

How to change User Table in Laravel?

Did you specify "protected $table = 'xxx'" in your Eloquent model? (I'm not sure if that'...

0 Likes
replied 7 years ago

Run a query every 24 hours?

See http://laravel.com/docs/master/scheduling.

0 Likes
replied 7 years ago

Best practice defining multiple many-to-many relationships in one table?

Personally I wouldn't recommend the "use boolean, where 0=Men, 1=Women" idea. Sure, you'r...

0 Likes

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.

© 2023 Laravel.io - All rights reserved.