Hi guys, I'm working on one of my sites which should be able to basically have a "multisite&quo...
Hi there, I've got two tables linked by a Many-to-Many relationship. users id users_items user_id...
Can you post the error that comes with your code? Some pointers what may be wrong: Is your Client...
Are you using Laravel 5 or 4? In Laravel 5 it got changed to middleware so instead of 'before' =>...
You can save the locale in the session and add a middleware that checks for either that query string...
<?php namespace Example\Facades; use Illuminate\Support\Facades\Facade; class ExampleFacade exte...
The Laravel portal for problem solving, knowledge sharing and community building.