Laravel.io
@laravelio
The Laravel Community Portal. Maintained by @driesvints & @_joedixon.
ID: 920674514
https://laravel.io 02-11-2012 09:27:35
1,1K Tweet
49,49K Followers
19 Following
Check Every Key Exists in a PHP Array with Arr::hasAll() by Ash Allen 🚀 laravel.io/articles/check…
Formatting Monetary Values in JavaScript by Ash Allen 🚀 laravel.io/articles/forma…
Asymmetric Property Visibility in PHP by Ash Allen 🚀 laravel.io/articles/asymm…
Pass a Query Builder to "whereIn" to Reduce Your DB Queries by Ash Allen 🚀 laravel.io/articles/pass-…
Check if a Signed URL is Valid in Laravel Tests by Ash Allen 🚀 laravel.io/articles/check…
The "never" Type in PHP by Ash Allen 🚀 laravel.io/articles/the-n…
Boosting Laravel Boost by OussamaMater laravel.io/articles/boost…
We crossed 55,000 users on Laravel.io! 🥳 laravel.io
My new video. Laravel Schema Dump: Practical Demo from @LaravelIO youtube.com/watch?v=oGoTXx… Also, congratulations Dries Vints on (exactly) 12 years of LaravelIO project! :)
Thanks to Patricio & Hocine Saad we now get to use Filament 🦒 on Laravel.io 🥳 Here's the PR: github.com/laravelio/lara…
Laravel tip from Laravel.io source code. A simple user-roles system is just this: - DB column "role" or "type" as smallint - Model Constants of roles - Use those constants to check roles everywhere Need more roles later? Add more constants. No DB changes needed. Opinion?
Thanks to Hocine Saad you now have a way to connect and disconnect your GitHub account directly from the settings pannel! 🥳 PR: github.com/laravelio/lara…
Check If a String is Valid JSON in PHP by Ash Allen 🚀 laravel.io/articles/check…