Is it possible to acces controller methods from View ?
Hi I had a few tests, no problem with phpunit execution. I added namespaces to my Models and control...
Hi Models : There is Party (should be renamed 'game') User can register to Party then user has a reg...
Ok, I was tired, read the doc then found https://github.com/JeffreyWay/Laravel-Test-Helpers/blob/mas...
I replaced $this->attributes = Factory::party(['id' => 1, 'name' => 'MyParty name - test'])...
Interesting ! What stability to expect ? Beta, alpha, rc, stable ?
Improvement : class Party extends Eloquent { public function players() { $relation = $this->bel...
The Laravel portal for problem solving, knowledge sharing and community building.