Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/al-one/laravel-soft-deletes-unix

SoftDeletes With Unix Timestamp For Laravel
https://github.com/al-one/laravel-soft-deletes-unix

eloquent laravel soft-deletes

Last synced: 2 months ago
JSON representation

SoftDeletes With Unix Timestamp For Laravel

Awesome Lists containing this project

README

        

# Laravel SoftDeletes With Unix Timestamp

## Installing

```
# composer.json

"minimum-stability": "dev",
"prefer-stable": true,
```

```sh
$ composer require al-one/laravel-soft-deletes-unix -vvv
```

or

```sh
$ composer require al-one/laravel-soft-deletes-unix:dev-master -vvv
```

## Usage

```php