The Visitor Pattern in PHP
– doeken.org - submitted by Doeke Norg
The Visitor Pattern opens up your entities to extension without changing them (much); and keeps the code separate.
Read more [doeken.org]
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– doeken.org - submitted by Doeke Norg
The Visitor Pattern opens up your entities to extension without changing them (much); and keeps the code separate.
Read more [doeken.org]
– adevait.com - submitted by Filip Josifovski
Security is always a concern when you are developing a web application but fortunately, tools like the Laravel framework provide us with a lot of good practices and excellent features. This article dives into the Laravel security features and other out-of-the-box practices to help you understand how to better protect your applications.
Read more [adevait.com]
– blog.frankdejonge.nl - submitted by Robin Dirksen
Bugs caused by race conditions can be a huge source or frustration. They are difficult to identify and often difficult to remedy.
Read more [blog.frankdejonge.nl]
– protone.media - submitted by Pascal Baljet
The Laravel team released so many great Laravel 8.x updates over the last year, it's incredible! I wrote a series of blog posts highlighting some of the best new features and improvements. Today: Collections.
Read more [protone.media]
– lightit.io - submitted by Florencia
CDNs are crucial for fast content delivery. Here is a blog post with the step-by-step guide on how to use Digital Ocean Spaces and the Digital Ocean CDN through Laravel | Light-it
Read more [lightit.io]
– adevait.com - submitted by Filip Josifovski
Laravel doesn't support MongoDB by default, but that doesn't mean you can’t use them together. This comprehensive guide will walk you through the entire process of setting up Laravel with MongoDB to use as a drop-in replacement for your existing database management system.
Read more [adevait.com]
– dev.to - submitted by Farhan Hasin Chowdhury
The article attempts to demystify concepts like, dependency injection, inversion of control, the service container, and finally the service providers.
Read more [dev.to]
– twitter.com - submitted by Daniel Alm
Here's how I shaved several dozen ms of latency from my Laravel app. Some of the following steps are well-known, but a few took me a while to figure out.
Read more [twitter.com]
– postsrc.com - submitted by Sir Src
Learn how to get the previous and next records in Laravel using the record name or title to display links on the front-end to allow users to navigate easily
Read more [postsrc.com]
– protone.media - submitted by Pascal Baljet
For Artisan School, I wanted to create custom Open Graph images for each video page. When somebody shares a link on social media, platforms like Facebook and Twitter use the OG image to represent the shared link. I'll show you how to use Browsershot and Tailwind CSS to generate and save the OG images.
Read more [protone.media]
– twitter.com - submitted by Davor Minchorov
I’ve created a list of useful tips, tricks and links related to PHP, Laravel, Vue, MySQL etc. that I’ve found on the internet and will be updating it regularly as I find more content over time.
Read more [twitter.com]
– www.youtube.com - submitted by Dries Vints
A recording of the process involved for doing Laravel's weekly open-source releases.
Read more [www.youtube.com]
– doeken.org - submitted by Doeke Norg
In this post I want to introduce you to Tree structures. What they are, how you can use them, and in which situation they can be helpful.
Read more [doeken.org]
– adevait.com - submitted by Filip Josifovski
Apart from the traditional form-based authentication approach, Laravel comes with two dedicated packages for API authentication - Laravel Passport & Laravel Sanctum. This in-depth guide will show you all of the essentials of API authentication by using Laravel Passport.
Read more [adevait.com]
– www.csrhymes.com - submitted by Chris Rhymes
How to create a multi-worksheet Excel file using Spatie's Simple Excel package
Read more [www.csrhymes.com]
– devdojo.com - submitted by Mithicher Baro
If you’re building an admin panel, chances are that you will need to display the data in some tabular format. Writing every time - table, tr, td is a little bit cumbersome, when we need our work to be done quickly. In this blog post, we’ll see how we can build a simple reusable table component with Laravel Bade Components, AlpineJs and TailwindCSS.
Read more [devdojo.com]
– archte.ch - submitted by Samuel Štancl
A small Laravel package for easily adding pages by creating Markdown or Blade files inside the codebase.
Read more [archte.ch]
– doeken.org - submitted by Doeke Norg
The Adapter pattern and the Bridge Pattern have brought along a lot of confusion. Time to connect the dots.
Read more [doeken.org]
– adevait.com - submitted by Filip Josifovski
Learn how to deploy a Laravel App on an unmanaged Virtual Private Server from this step-by-step guide. It comes with a GitHub source code link to further help you out.
Read more [adevait.com]
– devdojo.com - submitted by Mithicher Baro
Reusable search autocomplete build with the power of laravel blade component along with Alpine.js and TailwindCSS.
Read more [devdojo.com]