Skip to content

Releases: drbyte/spatie-permissions-demo

2.0 - Updated composer to use latest laravel-permission version

21 Sep 16:02
Compare
Choose a tag to compare

No longer bound to the v2.5.3 release (which was just a proof-of-concept for having the Service Provider do the Blade registering in the boot() method vs the register() method).

1.5 - Rewrite tests to re-register permissions after setUp()

21 Sep 15:59
Compare
Choose a tag to compare

Rewrite tests to re-run permissions registrar after creating new permissions/roles in setUp().

Still using v2.5.3 of the laravel-permissions package.

1.1 Move testing to in-memory db

21 Sep 15:57
Compare
Choose a tag to compare

Use an in-memory database for unit tests

Simple demo using v2.5.3 for Blade and Seeded Unit Tests

21 Sep 15:56
Compare
Choose a tag to compare

Demo using laravel-permission v2.5.3 which registers Blade directives in boot()