Laravel Tutorials

Protecting Routes with Invoke

Published
[![Protect Laravel Routes with Invoke](https://i1.wp.com/wp.laravel-news.com/media/2015/06/laravel-invoke.png?resize=525%2C261&ssl=1)](http://blog.phpdeveloper.org/2015/06/24/laravel-route-protection-with-invoke/)
Photo by Pixabay
Chris Cornutt has a new tutorial showing how to implement the [Invoke package with Laravel](http://blog.phpdeveloper.org/2015/06/24/laravel-route-protection-with-invoke/) to restrict routes.

For those not familiar with Invoke:

The Invoke system helps you protect your application based on the endpoints and the URI requested. It uses a configuration file (or array of settings) to define the permissions needed to request a resource. For example, it will let you define things like:

“For this endpoint, I want to allow only authenticated users that have the group named ‘test’ to get through”.

Chris goes through the installation, setup, and creates an example middleware.

Eric L. Barnes photo

Eric is the creator of Laravel News and has been covering Laravel since 2012.

Sponsored

laravelcloud logo
Laravel Cloud

Easily create and manage your servers and deploy your Laravel applications in seconds.

Visit Laravel Cloud

The latest

View all →
CPX: The Composer Package Executor for PHP image

CPX: The Composer Package Executor for PHP

Read article
Laravel AI SDK Adds Human-in-the-Loop Tool Approval image

Laravel AI SDK Adds Human-in-the-Loop Tool Approval

Read article
Pest 5 Released With Test Impact Analysis, Agent Verification, and Evals image

Pest 5 Released With Test Impact Analysis, Agent Verification, and Evals

Read article
Queue-SQL: Run Mass Deletes and Updates Across Parallel Queue Jobs image

Queue-SQL: Run Mass Deletes and Updates Across Parallel Queue Jobs

Read article
Blade Formatting in Laravel Pint image

Blade Formatting in Laravel Pint

Read article
Inertia DevTools Is Now on the Chrome Web Store image

Inertia DevTools Is Now on the Chrome Web Store

Read article