Commit Graph

7 Commits (edb4368b08008c977ea618c1dff96c0e61a61ceb)

Author SHA1 Message Date
Your Name edb4368b08 refactor: replace deprecated laravel/helpers with native alternatives
Replace all deprecated helper function calls:
- str_slug() → Str::slug()
- starts_with() → str_starts_with()
- ends_with() → str_ends_with()
- array_first() → Arr::first()
- array_last() → Arr::last()
- array_flatten() → Arr::flatten()

Remove laravel/helpers package from composer.json as it is no longer
needed and will not be maintained for Laravel 13.
4 weeks ago
Daniel Supernault 9fe9b7eb32
Update AdminInviteController 3 months ago
Daniel Supernault 374344754e
Lint 9 months ago
Daniel Supernault 207bb36c89
Increase username length limit from 15 to 30 2 years ago
Daniel Supernault 9bbd6dcd23
Update v1.1 api, add post moderation endpoint 4 years ago
Daniel Supernault 39d683b9fe
Update AdminInviteController 4 years ago
Daniel Supernault b73ca9a1ea
Add Admin Invites 4 years ago