Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dmyers/laravel-moved

A simple URL rewriter package for Laravel 5.
https://github.com/dmyers/laravel-moved

Last synced: 1 day ago
JSON representation

A simple URL rewriter package for Laravel 5.

Awesome Lists containing this project

README

        

# Moved Package for Laravel 5

Moved is a URL rewriter for Laravel 5 applications.

## Installation

To get started, use Composer to add the package to your project's dependencies:

```bash
composer require dmyers/laravel-moved
```

## Laravel 4

Use the `1.0` branch or the `v1.*` tags for Laravel 4 support.

## Configuration

Publish the default config file to your application so you can make modifications.

```console
$ php artisan vendor:publish
```

## Usage

Add URLs to the config that should be redirected to your new routes that have moved.