Merge pull request #3 from sebathefox/Multi-language

v.0.5.8 - Multi language
This commit is contained in:
Neerholt
2020-08-07 08:53:29 +02:00
committed by GitHub
37 changed files with 295 additions and 74 deletions
@@ -13,6 +13,7 @@ class GuideController extends Controller
public function __construct()
{
$this->middleware([ "auth" ]);
$this->middleware([ "lang" ]);
$this->middleware([ "check.auth:guides.list" ])->only("index");
$this->middleware([ "check.auth:guides.show" ])->only("show");