https://github.com/backstagephp/redirects
https://github.com/backstagephp/redirects
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/backstagephp/redirects
- Owner: backstagephp
- License: mit
- Created: 2024-10-30T13:40:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-11T14:30:21.000Z (10 months ago)
- Last Synced: 2025-04-11T15:29:47.725Z (10 months ago)
- Language: PHP
- Size: 82 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
# Manage Redirects in your Laravel application through Filament.
[](https://packagist.org/packages/backstage/filament-redirects)
[](https://github.com/backstagephp/filament-redirects/actions?query=workflow%3Arun-tests+branch%3Amain)
[](https://github.com/backstagephp/filament-redirects/actions?query=workflow%3A"Fix+PHP+code+styling"+branch%3Amain)
[](https://packagist.org/packages/backstage/filament-redirects)
This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.
## Installation
You can install the package via composer:
```bash
composer require backstage/redirects
```
You can publish and run the migrations with:
```bash
php artisan vendor:publish --tag="filament-redirects-migrations"
php artisan migrate
```
You can publish the config file with:
```bash
php artisan vendor:publish --tag="filament-redirects-config"
```
Optionally, you can publish the views using
```bash
php artisan vendor:publish --tag="filament-redirects-views"
```
This is the contents of the published config file:
```php
return [
];
```
## Usage
```php
...
```
## Testing
```bash
composer test
```
## Changelog
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
## Contributing
Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.
## Security Vulnerabilities
Please review [our security policy](../../security/policy) on how to report security vulnerabilities.
## Credits
- [Mark van Eijk](https://github.com/markvaneijk)
- [All Contributors](../../contributors)
## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.