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 →
Agent Run Observability in Laravel AI SDK 0.11 image

Agent Run Observability in Laravel AI SDK 0.11

Read article
Debounced Queued Event Listeners in Laravel image

Debounced Queued Event Listeners in Laravel

Read article
Statamic Mailables Viewer Previews Laravel Emails in the Control Panel image

Statamic Mailables Viewer Previews Laravel Emails in the Control Panel

Read article
Laravel Tackle: Run an AI Coding Agent in Your Laravel App image

Laravel Tackle: Run an AI Coding Agent in Your Laravel App

Read article
Queue::forward(): Reroute Laravel Queues in One Place image

Queue::forward(): Reroute Laravel Queues in One Place

Read article
Laravel Read-Through Filesystem: Lazy Storage Migration image

Laravel Read-Through Filesystem: Lazy Storage Migration

Read article