
Brian Dillingham @im_brian_d
✨ Composer comes with an `InstalledVersions` class that lets you check dependencies at runtime. #php #laravel https://t.co/U6THJxjAdA
Brian Dillingham @im_brian_d
✨ Composer comes with an `InstalledVersions` class that lets you check dependencies at runtime. #php #laravel https://t.co/U6THJxjAdA
Felix Schmid @schmidfelix13
It's about the small things that make developing with Laravel such a nice experience! I haven't thought that that validation would work.. https://t.co/EqPwAXXKaA
The Laravel Dev @TheLaravelDev
While adding a New Column to existing table using Migration, the column is always added at the last. ✅You can use the after() to place the New Column after a specific column. ✅You can also use the first() to place the New Column at the start of the table. #Laravel https://t.co/hNaiFuYZi5
Stephanie Eckles @5t3ph
CSS tip for Windows High Contrast Mode: Use `currentColor` for properties used for visual semantics, and then swap to `CanvasText` within the `-ms-high-contrast` media query. @CodePen with extended example including a gradient: https://t.co/Jp7FzeZC2P https://t.co/Vfvu0jNlfZ
Laravel Daily @DailyLaravel
Laravel tip of the day: if you want to ensure that your Route parameter is a number, you can add a regex rule directly in the routes/web.php https://t.co/FZFZumKzdx
Alex Garrett-Smith @alexjgarrett
👀 Did you know you can pass an optional column to the Eloquent builder latest() method? https://t.co/xvb93iIlc2
Povilas Korop @PovilasKorop
Quick Laravel tip: if you want to have a custom validation rule but it's a short one-liner, you may specify it directly in the $rules array, as a callback function. https://t.co/su7vUvZTM4
Miguel Piedrafita 🚀 @m1guelpf
🔥 You can submit forms from a button outside of the form tag by using the form attribute https://t.co/72pjoWu5Ll
Simon Høiberg @SimonHoiberg
Sometimes you end up with a lot of Providers in React. It can make your root component quite nested and hard to read. Use this utility function to combine a list of Providers into a single Provider. 👉 https://t.co/lSXJAm9gdV https://t.co/NW5EdVjThU
Simon Høiberg @SimonHoiberg
If you've been working with the AWS SDK for Node.js, you probably know that the DynamoDB client returns entries in a quite annoying format. Use this utility function to unwrap it into a normal-shaped object. 👉 https://t.co/uou6cBvO9d https://t.co/Jub2m8kb4p