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

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

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);

```