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

0 Likes
0 Replies

Dynamic validation rules

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

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

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

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

0 Likes
2 Replies
Solved
replied 10 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 10 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 10 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 10 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 10 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.

© 2024 Laravel.io - All rights reserved.