Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/al-one/laravel-soft-deletes-unix
- Owner: al-one
- License: mit
- Created: 2017-01-01T07:32:58.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-05-18T03:14:40.000Z (over 3 years ago)
- Last Synced: 2024-05-27T12:05:58.772Z (7 months ago)
- Topics: eloquent, laravel, soft-deletes
- Language: PHP
- Size: 11.7 KB
- Stars: 12
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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