Commit Graph

3 Commits (a031ecef0cacdf03dee084b30ff5ea052d8691dc)

Author SHA1 Message Date
Your Name 30db57448f fix: replace str_random/str_limit/str_slug in Blade templates and tests
These deprecated helpers will throw 'undefined function' errors at
runtime since laravel/helpers was removed. Replace with Str::random(),
Str::limit(), and Str::slug() respectively.
1 month ago
Daniel Supernault e33dd43dc2
Update admin views 7 years ago
Daniel Supernault a49500fcbd
Add admin apps view 8 years ago