Skip to content
This repository was archived by the owner on Sep 14, 2021. It is now read-only.

ntpages/laravel-redirector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel Redirector

A simple module for managing your redirects. Can be useful on sites that are migrating from legacy routes or just have a CMS that needs to manage the redirects.

First steps

  1. Install the package
    composer require ntpages/laravel-redirector
  2. Register service provider
    Ntpages\LaravelRedirector\Provider::class in the config/app.php
  3. Run the migrations
    php artisan migrate
  4. Publish package files
    php artisan vendor:publish
  5. Use the middleware, official laravel docs about that.
    Ntpages\LaravelRedirector\RedirectMiddleware::class

Usage

todo

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages