Support the ongoing development of Laravel.io →

RixhersAjazi

Joined 1 Feb 2014

Statistics

Threads 8
Replies 24
Solutions 1
Articles 0

Laravel 5 Forms + PHP Storm

Any one else think the new laravel blade syntax is ridiculous? We now finally have PHP storm support...

0 Likes
3 Replies

$_ENV from local file not passing bool to config

Hello, I'm quite confused with this. Pretty much I have to environments prod and local. Prod has deb...

0 Likes
1 Replies
Solved

Column not found, using Alias with OrderBy and GroupBy

As the title says, for some reason when using DB::raw and an alias within DB::raw the alias name (fo...

0 Likes
5 Replies
posted 10 years ago

Need another pair of fresh eyes - Queue question

Hello, I am trying to implement a polling queue called MasterQueue that every 15 minutes this Master...

0 Likes
1 Replies

Best practice to keep track of logged in time?

Hello, I am trying to keep track of how long a user is logged in for. I am kinda stumped though. I k...

0 Likes
4 Replies
replied 9 years ago

Buffalo, NY Any Laravelites?

I'm in Rochester, NY at R.I.T.

0 Likes
replied 9 years ago

$_ENV from local file not passing bool to config

Misread the docs. The $_ENV is meant for API keys and DB PW's not for the environment specific value...

0 Likes
Solved
replied 10 years ago

Column not found, using Alias with OrderBy and GroupBy

I copy/paste word for word the entire query (I'm not showing it all for readability purposes) and it...

0 Likes
replied 10 years ago

Column not found, using Alias with OrderBy and GroupBy

select `applicationAssessment`.`applicationID` as `appID`, CONCAT(student.lastName...

0 Likes
replied 10 years ago

Column not found, using Alias with OrderBy and GroupBy

Also I am having issue even using the alias without the DB::raw. Like this in this example: ->sel...

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.