Named arguments in PHP
– stitcher.io - submitted by Brent
Named arguments will be added in PHP 8
Read more [stitcher.io]
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– stitcher.io - submitted by Brent
Named arguments will be added in PHP 8
Read more [stitcher.io]
– barryvanveen.nl - submitted by Barry van Veen
I've been writing an artisan command to import data from a remote MySQL database. I can only connect to that database over an SSH connection using an SSH key. Here is an explanation of how to accomplish that.
Read more [barryvanveen.nl]
– danielvigueras.com - submitted by Daniel Vigueras
Hi Freek! I like very much your newsletter. Some days ago I wrote an article about how to start using GitHub Actions. In the article I included an example of a Laravel application. If you find it interesting enough it would be great if you would include it in your newsletter. Thanks and keep on with the good work you are doing in the newsletter. @danielvigueras
Read more [danielvigueras.com]
– www.youtube.com - submitted by Nuno Maduro
If you're interested in having a highly relevant search experience on your website, you're in luck. In this Livestream, Nuno Maduro will show you how to build a search experience that your users will love.
Read more [www.youtube.com]
– stackcoder.in - submitted by Channaveer Hakari
In this article, we will learn how to easily set up AMP (Accelerated Mobile Pages) to the Laravel project.
Read more [stackcoder.in]
– medium.com - submitted by Elisha Ukpong
How to use one laravel form class to validate multi request methods
Read more [medium.com]
– tighten.co - submitted by Jamison Valenta
Many of our clients have legacy PHP apps and want to move to Laravel. Here’s our approach to refactoring legacy code.
Read more [tighten.co]
– uxdesign.cc - submitted by Tinni
Instead of providing users what they want, focus on who they want to become.
Read more [uxdesign.cc]
– nunomaduro.com - submitted by Nuno Maduro
Do you want a start testing your PHP applications? You got lucky - Nuno's talk at @LaraconEU 2020 about PEST just went up, check it out!
Read more [nunomaduro.com]
– github.com - submitted by Pascal Baljet
Supports validation, model binding, default values, translations, includes default vendor styling and is fully customizable!
Read more [github.com]
– veekthoven.com - submitted by Victor Abbah Nkoms
When writing code, every keystroke counts. Mastering shortcuts or using snippets for your text editor or IDE will save you a significant amount of time in the long run. In this article, I will show you how to create snippets for my favourite text editor, Sublime Text.
Read more [veekthoven.com]
– github.com - submitted by Pascal Baljet
This Laravel package allows you to search through multiple Eloquent models. It supports sorting, pagination, scoped queries, eager load relationships and searching through single or multiple columns.
Read more [github.com]
– stephenjude.me - submitted by STEPHEN JUDE
Learn how you can sort your eloquent model queries by default.
Read more [stephenjude.me]
– veekthoven.com - submitted by Victor Abbah Nkoms
While building my website, I struggled with making decisions about what tools to use. In this article, I share the tools I used and my rationale for using them. Hopefully, I am going to save someone the agony of making the same decision.
Read more [veekthoven.com]
– github.com - submitted by David Carr
package to automatically collects emails as they are sent and stores them in a database. The package also provides a clean UI to display the emails.
Read more [github.com]
– github.com - submitted by Chris
Easily organize larger Laravel code bases with modules. Relies heavily on existing Composer and Laravel features so that you can utilize a more domain-oriented project structure without losing the value of existing Laravel conventions.
Read more [github.com]
– stephenjude.me - submitted by STEPHEN JUDE
How eloquent eager loading saved me lots of unnecessary database queries and how it can save you too.
Read more [stephenjude.me]
– ryangjchandler.co.uk - submitted by Ryan Chandler
Code reusability is a big thing to consider when working on larger applications, but have you ever considered using synchronous jobs?
Read more [ryangjchandler.co.uk]
– ryangjchandler.co.uk - submitted by Ryan Chandler
Join me as I go through some strange and unconventional things that you can do in your Laravel applications, starting with auto-validating Laravel models.
Read more [ryangjchandler.co.uk]
– www.leonelngande.com - submitted by Leonel Elimpe
I’ve recently added Spatie’s Laravel Dashboard to a backend admin app and didn’t realize it is configured as a full webpage already, which was a problem given I couldn't just plug it into my existing page layout.
Read more [www.leonelngande.com]