Laracasts has a few episodes on Many-to-Many relations. Watch this episode and a couple after it.
If you are not using DB::raw or other raw database functions (like whereRaw), you are safe. But reme...
@CraftThatBlock, I don't see any errors in the two code snippets you posted, the error is most likel...
It should be in the root directory of your laravel project, same directory as artisan and composer.j...
Just tried this (added \Log::debug('test')) to boot method of RouteServiceProvider and it works. May...
The Laravel portal for problem solving, knowledge sharing and community building.