After some interest in the Laravel subreddit, I've decided to run a refactoring exercise a few times...
Ahem. public function edit($id) { $practice_group = $this->practice_group->find($id); ......
It's not difficult. I just do something like this: https://gist.github.com/thepsion5/eb0af8b3040eaa0...
You could also create a service class to compile that information if you envision it being used acro...
That's just namespacing basics. Since your facade is in the MyFacades\Services namespace, just tryin...
The problem is that your htaccess file is redirecting anything that starts with "public",...
The Laravel portal for problem solving, knowledge sharing and community building.