Knowledge Base Entries
Title: Excel shorts tutorial
Content: https://www.youtube.com/watch?app=desktop&v=n0Ds_oA7KYE&list=PLh2C-DWBMDe64aygpNZTgeqyv1otL0ZUe
Title: Guide to Flutters Most Useful Packages
Content: https://medium.com/reversebits/the-ultimate-guide-to-flutters-most-useful-packages-e39a5334451f While working on different Flutter projects, I came across some libraries that really made my life ea...
Title: Laravel log Tips
Content: https://www.youtube.com/watch?v=OYx7r8BEaUI
Title: Laravel Sign In with QR Code using Livewire
Content: https://www.youtube.com/watch?v=Or3nY7gxlP4 https://github.com/LaravelDaily/laravel-login-with-qr-code
Title: Laravel Add unique validation validation rule for field
Content: 1. In controller , function store: public function store(Request $request) { $slug = Str::slug($request->input('title')); $validated = $request->validate([ 'title' => 'requi...
Title: Laravel 12.8: Automatic Eager Loading to Avoid N+1 Query
Content: https://www.youtube.com/watch?v=fV_jmlMAaTg
Title: Laravel Wayfinder
Content: https://devdojo.com/tnylea/laravel-wayfinder
Title: Laravel Pennant
Content: https://laravel-news.com/laravel-pennant https://laravel.com/docs/10.x/pennant https://laravel-news.com/feature-flags-with-laravel-pennant?ref=dailydev Laravel Pennant is a package created by the...
Title: Laravel Reverb Dashboard with Real-Time Data Refresh
Content: https://laracasts.com/series/get-real-with-laravel-reverb https://laraveldaily.com/lesson/laravel-reverb/real-time-dashboard
Title: Laravel Unique
Content: https://laravel-news.com/laravel-unique?ref=dailydev https://github.com/willvincent/laravel-unique Laravel Unique is a package created by Will Vincent that provides a trait for Laravel Eloquent...