Davor Minchorov: "Building maintainable PHP applications" PHPSkopje 1
– www.youtube.com - submitted by Davor Minchorov
The recording of my first ever talk at the first PHP Skopje meetup
Read more [www.youtube.com]
In this section you'll find links submitted by others.
Did you write or stumbled across a blog post, tutorial or video that might be interesting for others?
To be able to submit a link you need to log in first.
Log in– www.youtube.com - submitted by Davor Minchorov
The recording of my first ever talk at the first PHP Skopje meetup
Read more [www.youtube.com]
– qirolab.com - submitted by Harish Kumar
Laravel Clockwork is a powerful debugging and profiling tool seamlessly integrated into the Laravel framework. With its real-time web interface, Clockwork provides developers with instant insights into their application's runtime behavior.
Read more [qirolab.com]
– dcblog.dev - submitted by David Carr
In this post, I explain what traits are and their common use cases
Read more [dcblog.dev]
– fly.io - submitted by Johannes Werbrouck
Having reusable input components is great. Knowing how to make them is even better! Follow along to see how we can create a generic TextInput component with a fluent interface that can be reused everywhere with just a few lines of code. While it won’t be a Livewire component, it can still make use of `wire:model` and other Livewire goodies. How is that possible? Read on to find out!
Read more [fly.io]
– seankegel.com - submitted by Sean Kegel
Using controller-like classes and Laravel-data for efficient API communication
Read more [seankegel.com]
– www.youtube.com - submitted by Harish Kumar
Spatie/BrowserShot is a versatile Laravel package that facilitates the generation of PDFs or screenshots by leveraging headless browsers. This package seamlessly integrates with Laravel applications, allowing developers to capture the rendered HTML of web pages or views and convert them into PDFs or images.
Read more [www.youtube.com]
– github.com - submitted by Khalil Bouzidi
Discountify is a Laravel package designed for managing dynamic discounts with custom conditions. It allows you to create flexible and powerful discounting strategies, easily defining conditions and applying percentage-based discounts to enhance your e-commerce application
Read more [github.com]
– www.laraveldeploy.com - submitted by Patrick
Generate a custom Laravel Forge deploy script that handles both dev and prod deployments for your application in seconds.
Read more [www.laraveldeploy.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]