https://github.com/buchin/db-slug
Mass slugify existing database column
https://github.com/buchin/db-slug
Last synced: 20 days ago
JSON representation
Mass slugify existing database column
- Host: GitHub
- URL: https://github.com/buchin/db-slug
- Owner: buchin
- Created: 2016-11-20T13:13:10.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-23T15:36:55.000Z (over 9 years ago)
- Last Synced: 2025-12-14T23:20:42.653Z (6 months ago)
- Language: PHP
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# db-slug
Mass slugify existing database column
## Installation
```php
composer require buchin/db-slug
```
## Usage
```php
slug($table, $column);
```