Newest content
-
· 10 mins, 1828 words
Your First App in Flutter: Default One VS Understandable One
-
· 1 min, 163 words
FREE E-book: 100 Laravel Quick Tips (and counting)
-
Random Quick Laravel Tip:
Markdown made easyLaravel provides an interface to convert markdown in HTML out of the box, without the need to install new composer packages.
1$html = Str::markdown('# Changelogfy')Output:
1<h1>Changelogfy</h1>Tip given by @paulocastellano
-
· Updated Aug 2022 · 4 mins, 735 words
8 Tricks with Laravel Timestamps
-
· 2 mins, 286 words
Taylor Otwell: Laravel 7 Will Move Auth Controllers into UI Package
-
· 3 mins, 504 words
Upload and Parse CSV with Laravel MediaLibrary and SpreadsheetReader
-
Premium Course: Laravel Testing For Beginners: PHPUnit, Pest, TDD
-
· Updated Aug 2022 · 3 mins, 454 words
Eloquent: Recursive hasMany Relationship with Unlimited Subcategories
-
· 4 mins, 607 words
The Biggest Problem with Eloquent Accessors "Magic"
-
· Updated Aug 2022 · 2 mins, 253 words
Get Array of IDs from Eloquent Collection: pluck() or modelKeys()
-
· 2 mins, 352 words
Laravel: Get Newest/Oldest Records from Pivot Table in BelongsToMany
-
· 6 mins, 1134 words
Laravel Two-Step Registration: Optional Fields for Country and Bio