Support the ongoing development of Laravel.io →

orrd

Joined 3 Feb 2014

Statistics

Threads 5
Replies 8
Solutions 2
Articles 0
posted 8 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...

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

0 Likes
1 Replies
posted 9 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...

0 Likes
0 Replies
posted 9 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...

0 Likes
1 Replies
posted 9 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->...

0 Likes
1 Replies
replied 8 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 8 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 8 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 8 years ago

Run a query every 24 hours?

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

0 Likes
replied 8 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.

© 2024 Laravel.io - All rights reserved.