Support the ongoing development of Laravel.io →

ctrlaltdylan

Joined 24 Apr 2014

Statistics

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

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

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

0 Likes
0 Replies
posted 9 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...

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

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

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

0 Likes
0 Replies
replied 9 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 9 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 9 years ago

slug build from title and random string

Route::get('/news/post/{title}/{other_random_string}', NewsController@handlePostCreate); //Controll...

0 Likes
Solved
replied 9 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.

© 2024 Laravel.io - All rights reserved.