Download the PHP package backendprogramer/laravel-redirect-panel without Composer
On this page you can find all versions of the php package backendprogramer/laravel-redirect-panel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download backendprogramer/laravel-redirect-panel
More information about backendprogramer/laravel-redirect-panel
Files in backendprogramer/laravel-redirect-panel
Package laravel-redirect-panel
Short Description A panel for adding redirects to the `.htaccess` file.
License MIT
Homepage https://github.com/backendprogramer/laravel-redirect-panel
Informations about the package laravel-redirect-panel
Management panel for .htaccess file redirects.
The Redirect Panel provides the capability to manage redirects in the .htaccess file. The Redirect Panel creates a table in the database, and every redirect added is stored both in the database and in the .htaccess file. When you edit or delete a redirect, the changes are also applied to the .htaccess file.
Installation
You can install the package via composer:
You can publish and run the migrations with:
You can publish the config file with:
This is the contents of the published config file:
Optionally, you can publish the views using
Optionally, you can publish the lang using
Artisan commands
To publish the config and translations files, views and migration run this command:
Usage
To add to the router, please add the following code to the routes/web.php
file.
Supported localizations
Local | Language |
---|---|
en |
English |
fa |
farsi |
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected]
instead of using the issue tracker.
Credits
- Ali Ghorbani
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
PREVIEW
All versions of laravel-redirect-panel with dependencies
illuminate/contracts Version ^10.0
livewire/livewire Version ^3.0
spatie/laravel-package-tools Version ^1.14.0