Laravel 10 : Integrating Social Media Share Buttons
– pranabkalita.com - submitted by Pranab Kalita
Learn how to integrate the Social Media Share Icons in a Laravel App
Read more [pranabkalita.com]
– pranabkalita.com - submitted by Pranab Kalita
Learn how to integrate the Social Media Share Icons in a Laravel App
Read more [pranabkalita.com]
– baspa.dev - submitted by Bas van Dinther
Exporting data to an Excel file is a common requirement in many applications. Laravel Excel provides a straightforward way to generate Excel files with data from your application. In this guide, we'll walk through the process of creating an Excel export file using Laravel Excel and including dropdowns with predefined options.
Read more [baspa.dev]
– www.youtube.com - submitted by Andrew Cairns
Take a quick look at what is a Command Bus and develop a mental model on how to think about it and it's purpose.
Read more [www.youtube.com]
– boydbloemsma.com - submitted by Boyd Bloemsma
In this article we will be going over how to I used laravel-export to deploy the very blog you're reading right now; to Cloudflare Pages, Netlify and Vercel.
Read more [boydbloemsma.com]
– dcblogdev.hashnode.dev - submitted by David Carr
Recently discovered the parameter() and parameters($array) methods for setting placeholders in Laravel routes, perfect for renaming default placeholders. I explain a bit more in this post.
Read more [dcblogdev.hashnode.dev]
– www.youtube.com - submitted by Chris Fidao
This is how I like to do deployments for Laravel applications. Leverage CI pipelines to give yourself optionality and reduce issues!
Read more [www.youtube.com]
– ryangjchandler.co.uk - submitted by Ryan Chandler
I built this small little helper tool that makes it easy to see information about key presses inside of JavaScript events.
Read more [ryangjchandler.co.uk]
– svenluijten.com - submitted by Sven
How to effectively use interfaces to make your PHP package easier to work with and more customizable than ever before.
Read more [svenluijten.com]
– davorminchorov.com - submitted by Davor Minchorov
Learn about the differences between framework coupling and framework decoupling and how they affect the maintainability of the code.
Read more [davorminchorov.com]
– davorminchorov.com - submitted by Davor Minchorov
Learn about the differences between accidental and essential complexity, how to reduce the accidental complexity and deal with the essential complexity when building software products.
Read more [davorminchorov.com]
– aleksandertabor.com - submitted by Aleksander Tabor
How to use assertions in PHP to reduce if statements and take care of proper data validation.
Read more [aleksandertabor.com]
– ashallendesign.co.uk - submitted by Ash Allen
In this article, we'll check out 6 different ways to check whether a Laravel Collection is empty. We'll also take a look at a common gotcha that can cause bugs in your code.
Read more [ashallendesign.co.uk]
– pxplang.org - submitted by Ryan Chandler
PHP has historically been a dynamically-typed language, but with the introduction of various type declarations, could we dream up a future where PHP is both strong and statically-typed?
Read more [pxplang.org]
– ryangjchandler.co.uk - submitted by Ryan Chandler
I've been using Alpine.js for a long time now, these are a few of my favourite plugins.
Read more [ryangjchandler.co.uk]
– github.com - submitted by Doeke Norg
Quickly create full decorators in a matter of seconds, with the help of this simple composer command.
Read more [github.com]
– tighten.com - submitted by Jamison Valenta
Nico shares the incredible suite of conveniences Nuxt JS brings to Vue3 applications, from auto-imports to out-of-the-box server side rendering & more!
Read more [tighten.com]
– dev.to - submitted by Grant
A lot is changing in Laravel 11, including setting up middleware. This post explores how to do it and a lingering question I have after learning about it.
Read more [dev.to]
– youtu.be - submitted by Bert De Swaef
In this video we're going through what you could do with Laravel Pulse. We're tracking slow requests, slow jobs, queues, exceptions, user requests, cache....
Read more [youtu.be]
– www.conroyp.com - submitted by Paul Conroy
Idempotency is a critical concept to be aware of when building robust APIs, and is baked into the SDKs of companies like Stripe, Paypal, Shopify, and Amazon. But what exactly is idempotency? And how can we easily add support for it to our Laravel APIs?
Read more [www.conroyp.com]
– boydbloemsma.com - submitted by Boyd Bloemsma
To provide the best user experience on your website you first need to understand the user, this is what event tracking is for.
Read more [boydbloemsma.com]