dmyers/laravel-moved

A simple URL rewriter package for Laravel 5.

Installs: 259

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 2

Forks: 0

Open Issues: 0

pkg:composer/dmyers/laravel-moved

v2.0.3 2019-12-27 02:44 UTC

This package is auto-updated.

Last update: 2025-09-27 15:08:13 UTC


README

Moved is a URL rewriter for Laravel 5 applications.

Installation

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

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.

$ php artisan vendor:publish

Usage

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