Commit Graph

11 Commits (e7ba43e2e1ea56243ecf2d4dfffce2d64f2b2317)

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 5c426dc026
Update session config 2 years ago
Daniel Supernault ea6b162340
Update cache config, use predis as default redis driver client 3 years ago
Daniel Supernault 85839b220a
Update cache/session config 3 years ago
Daniel Supernault ed6877df7a
Update cache config, use phpredis by default 6 years ago
Daniel Supernault a7c30388d8
Update config 7 years ago
trwnh 1213e65b8c
Update cache.php 7 years ago
daniel b8abbdd90f Apply fixes from StyleCI 8 years ago
Daniel Supernault de9237b5e1 Update cache.php config 8 years ago
Daniel Supernault da94721d62 Update cache.php, add more detailed redis config
Closes #19
8 years ago
Daniel Supernault a034358c98 Add Laravel Framework 9 years ago