.editorconfig | |
|
|
.gitattributes | |
|
|
.github/FUNDING.yml | |
|
|
.github/ISSUE_TEMPLATE/bug_report.yml | |
|
|
.github/ISSUE_TEMPLATE/config.yml | |
|
|
.github/ISSUE_TEMPLATE/feature_request.yml | |
|
|
.github/PULL_REQUEST_TEMPLATE.md | |
|
|
.github/assets/support.png | |
|
|
.github/dependabot.yml | |
|
|
.github/workflows/php.yml | |
|
|
.gitignore | |
|
|
.styleci.yml | |
|
|
LICENSE.md | |
|
|
MIGRATIONS.md | |
|
|
README.md | |
|
|
composer.json | |
|
|
database/migrations/0000_00_00_000000_create_rewind_states_table.php | 5 | A 0 mins |
|
phpunit.xml | |
|
|
src/Events/StateCreated.php | 12 | A 0 mins |
|
src/Events/StateDeleted.php | 11 | A 0 mins |
|
src/Events/StateRestored.php | 11 | A 0 mins |
|
src/Events/StateRetrieved.php | 11 | A 0 mins |
|
src/Events/StatesCleared.php | 11 | A 0 mins |
|
src/Events/StatesPruned.php | 11 | A 0 mins |
|
src/HasRewind.php | 66 | A 0 mins |
|
src/Migrations/RewindStateMigration.php | 16 | A 0 mins |
|
src/Models/RewindState.php | 32 | A 0 mins |
|
src/Rewind.php | 156 | A 0 mins |
|
src/RewindServiceProvider.php | 22 | A 0 mins |
|
src/Scopes/LimitStatesScope.php | 31 | A 0 mins |
|