Download the PHP package atelfoto/sluggable without Composer
On this page you can find all versions of the php package atelfoto/sluggable. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package sluggable
Plugin Sluggable for CakePHP 5
- 1. Requirements
- 2. Installation
- 3. Configuration
- 3.1. Model Table
- 3.2. Controller
- 3.3. Route
1. Requirements
- cakephp 5.x.x
2. Installation
You can install this plugin into your CakePHP application using composer.
The recommended way to install composer packages is:
-
or add it in the composer.json
- And in a Table in
initialize();
add this line:
3. Configuration
3.1. Model Table
-
Field
- Default: name
- The field to slug
-
Slug
- Default: slug
- The slug field name in your database:
- Replacement
- Default:
-
- The replacement characters used to replace space:
- Default:
3.2. Controller
- To use in a finder:
3.3. Route
- In the Route
All versions of sluggable with dependencies
PHP Build Version
Package Version
The package atelfoto/sluggable contains the following files
Loading the files please wait ....