You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 14, 2024. It is now read-only.
[](https://app.codeship.com/projects/169050)
Schedule a force delete of your soft deleted Eloquent models or pivot tables after they've been soft deleted for a given period of time.
8
8
9
9
Quicksand is an Artisan command that you can run in your scheduler daily.
@@ -18,7 +18,7 @@ Quicksand is an Artisan command that you can run in your scheduler daily.
18
18
19
19
1. Add Quicksand to your Composer file: `composer require tightenco/quicksand`
20
20
2. Register the Quicksand Service provider in `config/app.php` (you can skip this step if you're using Laravel 5.5 or higher due to package auto-discovery):
21
-
21
+
22
22
```php
23
23
'providers' => [
24
24
...
@@ -76,7 +76,7 @@ By default, Quicksand will log to the standard `laravel.log` file.
76
76
77
77
## Versioning
78
78
79
-
We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/tighten/quicksand/tags).
79
+
We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/tighten/quicksand/tags).
0 commit comments