Support the ongoing development of Laravel.io →

ranisalt

Joined 10 Feb 2014

Statistics

Threads 10
Replies 18
Solutions 2
Articles 0

Route group capturing every route

I'm using creolab/laravel-modules to create an application and the administration area will be a mod...

Likes Replies

Dynamic validation rules

I need to have some validation rules based on configuration files (those at app/config), so the rule...

Likes Replies
Solved

Null value for deleted_at to be '0' and not 'null'

As I have asked a few times before, I'm developing a website/CMS to a game server for which I can no...

Likes Replies
Solved

Query inside switch returns null

I have a controller with a method for when the user wants to soft-delete his record (Character model...

Likes Replies

How to get timestamp integer instead of Carbon object

My application has to adapt to an existing database which uses integer timestamps instead of string...

Likes Replies
Solved
replied 9 years ago

Dynamic validation rules

yfktn said: What if you put that in static function of boot method in your model? Hmm I totally fo...

0 Likes
replied 9 years ago

Laravel mySql joins

You may use the following code: dd($your_query->toSql()); Then access the page and your code wil...

0 Likes
replied 9 years ago

Renaming create method() ??

You don't even need to rename the method. You can use: Route::get('annoncer/opret', 'YourController@...

0 Likes
Solved
replied 9 years ago

Null value for deleted_at to be '0' and not 'null'

One more fix: when I use relations (such as hasMany specifically in this case), they get broken sinc...

0 Likes
replied 9 years ago

Integrating Bootstrap framework with Laravel

That's great. I used to get in a lot of trouble with bootstrap before abandoning it in favor of more...

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.