Download the PHP package ndx/statamic-simple-redirects without Composer

On this page you can find all versions of the php package ndx/statamic-simple-redirects. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package statamic-simple-redirects

Statamic Simple Redirects

Simple, lightweight redirect management for Statamic CMS.

Overview

This addon lets you create and manage redirects for 404 pages directly from the Statamic Control Panel. It is simple by design, focusing on the essentials with a clean and straightforward setup.

If you need more advanced features like analytics or automatic redirect creation, take a look at the excellent Redirect addon by Rias.

Features

Installation

Require it using Composer:

Configuration

Publish the configuration file:

Storage Drivers

By default, redirects are stored as flat files in content/redirects/. To switch to database storage, follow these steps:

1. Update the driver configuration

2. Publish the migration

3. Run migrations and clear the cache

Note: Switching drivers does not automatically migrate existing redirects. If you have existing flat-file redirects, you'll need to recreate them manually or export them to CSV first and re-import after switching.

How to Use

Permissions

This addon registers a manage redirects permission. For non-admin users, this permission must be enabled in their role before they can access the redirects section.

Wildcard Redirects

The default match type supports wildcards using *:

Regex Redirects

For advanced patterns, enable the Regex option:

Import/Export

Redirects can be imported and exported as CSV files directly from the Control Panel.

The importer supports various CSV formats, but at least source and destination columns are required.

About Us

We're a digital agency building web applications with Laravel and websites with Statamic – from initial concept to long-term maintenance.

new-data-services.de


All versions of statamic-simple-redirects with dependencies

PHP Build Version
Package Version
Requires statamic/cms Version ^6.10
league/csv Version ^9.27
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package ndx/statamic-simple-redirects contains the following files

Loading the files please wait ...