LaravelPackages.net
Acme Inc.
Toggle sidebar
robbens/laravel-redirect

1.435
0
0.6.1
About robbens/laravel-redirect

robbens/laravel-redirect is a Laravel package. It currently has 0 GitHub stars and 1.435 downloads on Packagist (latest version 0.6.1). Install it with composer require robbens/laravel-redirect. Discover more Laravel packages by robbens or browse all Laravel packages to compare alternatives.

Last updated

Laravel Redirect

Latest Version on Packagist Build Status Quality Score Total Downloads

Create redirects with ease from ex. /about to /about-us.

Installation

Install the package via composer:

composer require robbens/laravel-redirect

Publish migrations

php artisan vendor:publish --provider="Robbens\LaravelRedirect\LaravelRedirectServiceProvider" --tag="migrations"

Run migrations

php artisan migrate

Usage

Robbens\LaravelRedirect\Models\Redirect::create([
    'from' => '/foo/bar',
    'to' => '/foo/baz',
]);

Testing

composer test

Changelog

Please see CHANGELOG for more information 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

License

The MIT License (MIT). Please see License File for more information.

Star History Chart