Laravel Redirection is a package for Laravel 8 and 9 to manage URL redirections inside your Laravel application using different data sources. This package requires PHP ^7.4 or higher. You can install the package via composer: composer require SiroDiaz/laravel-redirection You can publish and run the migrations with: php artisan vendor:publish --provider="SiroDiaz\Redirection\RedirectionServiceProvider" --tag="redirection-migrations" php artisan migrate
Here is a basic example of how to extend the functionality of the default Redirection model.