Answers for "laravel restrict route methods"

PHP
0

laravel restrict route methods

public function __construct()
    {
        $this->middleware('auth')->except(['index', 'show']);
    }
Posted by: Guest on June-28-2020

Browse Popular Code Answers by Language