Download the PHP package novius/laravel-backpack-redirection-manager without Composer
On this page you can find all versions of the php package novius/laravel-backpack-redirection-manager. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download novius/laravel-backpack-redirection-manager
More information about novius/laravel-backpack-redirection-manager
Files in novius/laravel-backpack-redirection-manager
Package laravel-backpack-redirection-manager
Short Description This packages provides an interface to manage redirections via the Backpack admin panel
License AGPL-3.0-or-later
Informations about the package laravel-backpack-redirection-manager
Backpack Redirection Manager
This package provides an admin panel to manage redirections with spatie/laravel-missing-page-redirector.
Installation
You can install the package via composer:
The package will automatically register itself.
Next you must register the Spatie\MissingPageRedirector\RedirectsMissingPages
middleware :
Finally you can add a link in the Backpack sidebar :
Configuration
This package provides a configuration file whose values overwrite the configuration of spatie/laravel-missing-page-redirector
.
You can publish the configuration file if you want to change these values :
You can also publish the migrations, lang and routes :
Lint
Run php-cs with:
Contributing
Contributions are welcome! Leave an issue on Github, or create a Pull Request.
Licence
This package is under GNU Affero General Public License v3 or (at your option) any later version.
All versions of laravel-backpack-redirection-manager with dependencies
backpack/crud Version ~3.4.0
spatie/laravel-missing-page-redirector Version ~2.4.0