Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

laravel restrict route methods

   public function __construct()
    {
        $this->middleware('auth')->except(['index', 'show']);
    }
 
PREVIOUS NEXT
Tagged: #laravel #restrict #route #methods
ADD COMMENT
Topic
Name
5+5 =