Skip to content

Tags: always-open/laravel-totem

Tags

v11.1.2

Toggle v11.1.2's commit message
Style fixing

v11.1.1

Toggle v11.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Making route binding more unique to help with external conflicts (#403)

* Making route binding more unique to help with external conflicts

v11.1.0

Toggle v11.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Laravel 12 updates (#402)

* Updating composer deps for laravel 12; Removed old versions from readme; Updating workflows; updated phpunit version

v11.0.0

Toggle v11.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
adds laravel 11.x and php 8.x support

v9.1.1

Toggle v9.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update 2019_09_25_103421_update_task_results_duration_type.php (#371)

- add missing table name

v10.0.2

Toggle v10.0.2's commit message
fixing GHA

v10.0.1

Toggle v10.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Laravel 10.x support (#359)

v10.0.0

Toggle v10.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
FIX: make authUsing nullable (#354) (#355)

`authUsing` needs to be nullable in order to prevent `accessed before initialization` error.

v9.1.0

Toggle v9.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
FIX: make authUsing nullable (#354) (#355)

`authUsing` needs to be nullable in order to prevent `accessed before initialization` error.

v9.0.0

Toggle v9.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Laravel 9 (#314)

* Updated to allow Laravel 9 usage; Updated CI to do a matrix of versions

* Updated typing

* Laravel 9 tests and styling fixed (#327)

* allow constraints

* fix contract break

* reverted types to get tests to pass

* remove unneeded element

Co-authored-by: James Freeman <me@james-freeman.info>

* Laravel 9 style fixes  (#330)

* Handle null is_active

Co-authored-by: Alban Horrocks <alban@townsend-music.com>
Co-authored-by: James Freeman <me@james-freeman.info>