Knowledge Base

Empty filter

Knowledge Base Entries

Title: Security Tip: Excluding SVGs from Image Validation

Content: https://securinglaravel.com/security-tip-excluding-svgs-from-image-validation/ https://github.com/darylldoyle/svg-sanitizer?ref=securinglaravel.com Next up in our series on security-related ch...

Title: Laravel Authorization with Backed Enums

Content: https://laravel-news.com/authorization-backed-enums?ref=dailydev Laravel now offers direct support for backed enums in authorization, eliminating the need to reference the enum's value property....

Title: Laravel Spatie User can see only his records

Content: 1. public function index(Request $request) { $search = strtoupper($request->input('search', session('search'))); $exactMatch = $request->has('exact_match') ? true : session('exact_match',...

Title: Laravel Tips

Content: https://www.youtube.com/watch?v=3qktUaU2lOM Queues after commit with Transactions: https://x.com/enunomaduro/status/1890422409825505706 Traits method conflict: https://x.com/MrPunyapal/status/...

Title: Laravel Starter Kits

Content: https://github.com/tnylea/laravel-new https://www.youtube.com/watch?v=mmSHEDvdW5U https://www.youtube.com/watch?v=hSzSMrRFvtk&t=1s

Title: Laravel React Starter Kit

Content: https://www.youtube.com/watch?v=CRZe2GD6W6c https://www.youtube.com/watch?v=I5H-rK3FMz4 https://laraveldaily.com/course/react-laravel-starter-kit?mtm_campaign=20250313-newsletter

Title: Laravel Tips Security

Content: https://laraveldaily.com/post/laravel-security-tips-prevent-attacks Laravel Security: 9 Tips to Prevent Attacks Do you think you write SECURE code in Laravel? Let's see if you follow these 9 pie...

Title: Laravel 12 Eloquent: Expert Level

Content: https://laraveldaily.com/course/laravel-eloquent-expert?mtm_campaign=post-footer-courses

Title: Laravel Tip API

Content: https://laraveldaily.com/post/bad-practices-laravel-api 6 Bad Practices When Building Laravel APIs Laravel allows us to structure code in many ways, right? But with APIs, it's important to avoid...

Title: Laravel Typesense

Content: https://typesense.org/ https://github.com/typesense https://github.com/typesense/typesense https://www.youtube.com/watch?v=bDLVeJQei_Q&t=47s