Support the ongoing development of Laravel.io →

unohuim

Joined 1 Sep 2014

Statistics

Threads 9
Replies 9
Solutions 2
Articles 0

Looking for project partner

Not sure if this is even appropriate here, apologies if not. This is definitely the right crowd. I...

0 Likes
3 Replies
posted 8 years ago

unserialize error after power outage

sounds funny but I had my system running, the power goes out and comes back on within half a second...

0 Likes
0 Replies

MySQL DAYOFWEEK in DB::raw

I'm trying to get all services where the serviceDate is on a Monday, and am getting something wrong....

0 Likes
1 Replies
Solved
posted 9 years ago

Interface Too Big?

You hear about "single reason to change" when it comes to the scope of a class and how big...

0 Likes
2 Replies
posted 9 years ago

Decoupling logic from data, but what about the View?

I've been redoing my controllers to inject repositories and using those classes isntead as the only...

0 Likes
3 Replies
Solved
replied 8 years ago

MySQL DAYOFWEEK in DB::raw

got it from a dude over at Laracasts. ->where(DB::raw("DAYOFWEEK(serviceDate)"), $day_o...

0 Likes
Solved
replied 9 years ago

Decoupling logic from data, but what about the View?

Thanks Remi. What I'm choosing to move forward with is have the repository classes return multidimen...

0 Likes
replied 9 years ago

Interface Too Big?

Thanks Jay. My only question then becomes, are model relationships unnecessary? For example, my get...

0 Likes
replied 9 years ago

Displaying Year Over Year Revenue

Thanks again. So if my function goes through all three columns (or as many as I pass), what would th...

0 Likes
replied 9 years ago

Displaying Year Over Year Revenue

schema looks like this, Schema::create('services', function($table){ $table->bigIncrements('id...

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.