feat: add plugin model

initial implementation of playlist

feat: added support for playlists
This commit is contained in:
Benjamin Nussbaum 2025-03-11 22:34:28 +01:00
parent 276511fc98
commit 4195269414
17 changed files with 669 additions and 15 deletions

View file

@ -16,6 +16,12 @@ pest()->extend(Tests\TestCase::class)
->in('Feature');
registerSpatiePestHelpers();
arch()->preset()->laravel();
arch()
->expect('App')
->not->toUse(['die', 'dd', 'dump']);
/*
|--------------------------------------------------------------------------
| Expectations