Support the ongoing development of Laravel.io →

ctrlaltdylan

Joined 24 Apr 2014

Statistics

Threads 6
Replies 4
Solutions 1
Articles 0
posted 7 years ago

Unable to mock Config::get('my_config_param');

Unable to successfully mock Config::shouldReceive('get')->with('my_testing_param_here'); because...

Likes Replies
posted 8 years ago

Are migrations not able to inject classes like controllers can?

I've had a schema change on my application. I would like to use migrations to convert parts of the d...

Likes Replies

Object created but still producing "Call to a member function associate() on a non-object"

Error message: http://puu.sh/d4kdm/4a084d1170.png This has to be something stupid, I even have the t...

Likes Replies
Solved

Multi-table class inheritance possible with Eloquent?

I have an application that's getting pretty large. I've noticed that one of our tables "locatio...

Likes Replies

Frontend framework? jQuery templating? Too much in the view?

So as my application grows in complexity, there are many forms that have jQuery event driven conditi...

Likes Replies
replied 8 years ago

Multi-table class inheritance possible with Eloquent?

Found a great solution using polymorphic relationships http://richardbagshaw.co.uk/blog/laravel-user...

0 Likes
replied 8 years ago

Multiple Table Inheritance?

Having the same issue. Hate to be the bringer of bad news but I have yet to find a solution.

0 Likes
replied 8 years ago

slug build from title and random string

Route::get('/news/post/{title}/{other_random_string}', [email protected]); //Controll...

0 Likes
Solved
replied 8 years ago

Best Method for Multiple Types of Users

Hi toneee, There are actually a few different ways of managing user types (aka groups). My applicati...

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.