Alpine.js Support for PhpStorm
– plugins.jetbrains.com - submitted by Chris
A new PhpStorm plugin from a Laravel community member adds Alpine.js support (autocomplete, syntax highlighting, etc).
Read more [plugins.jetbrains.com]
– plugins.jetbrains.com - submitted by Chris
A new PhpStorm plugin from a Laravel community member adds Alpine.js support (autocomplete, syntax highlighting, etc).
Read more [plugins.jetbrains.com]
– jeroeng.dev - submitted by Jeroen
Searching in Laravel is very easy with Laravel Scout, but it only ships with an Algolia driver. Because Elasticsearch is fun, powerful and can also be self-hosted I created an Elasticsearch driver for Laravel Scout and in this blog post I will explain how to get started.
Read more [jeroeng.dev]
– stefanbauer.me - submitted by Stefan Bauer
Editing files on a remote server via SSH with vim, nano, etc. can be tedious and annoying. I feel comfortable with is Sublime. Let me show you how to open and edit remote files comfortably with Sublime directly from your terminal.
Read more [stefanbauer.me]
– github.com - submitted by Peter
A Puppeteer bridge for PHP, supporting the entire API. Based on Rialto, a package to manage Node resources from PHP.
Read more [github.com]
– ryangjchandler.co.uk - submitted by Ryan Chandler
Learn how to build a remaining character counter in Alpine.js using only a few lines of code.
Read more [ryangjchandler.co.uk]
– github.com - submitted by Steve McDougall
A PSR compliant package that takes a "bring your own components" approach to building SDKs. Simply choose the libraries you want to use, add your resources - and you have an SDK ready to go.
Read more [github.com]
– blog.jetbrains.com - submitted by Nuno Maduro
@pestphp @phpstorm plugin overview by @OliverNybroe
Read more [blog.jetbrains.com]
– aaronfrancis.com - submitted by Aaron Francis
Tips and tricks I've learned over the past few years of dealing with multi-gigabyte CSV files.
Read more [aaronfrancis.com]
– bannister.me - submitted by James Bannister
A post exploring why and how to wrap a request in a database transaction. This is particularly useful for ensuring that you never end up with half your request data persisted when working across multiple and/or related entities in a request.
Read more [bannister.me]
– www.beekeeperstudio.io - submitted by Steve McDougall
An awesome database tool I stumbled upon and thought the community should see! Like DataGrip from JetBrains but open source with no paywalls
Read more [www.beekeeperstudio.io]
– epiclaravel.dev - submitted by Connor Leech
Statamic v3 released recently and provides a powerful CMS for Laravel developers. In this tutorial we'll build a Statamic site and deploy it using Netlify.
Read more [epiclaravel.dev]
– aaronfrancis.com - submitted by Aaron Francis
Enforce consistency on your polymorphic relationship models.
Read more [aaronfrancis.com]
– naxon.dev - submitted by Daniel Naxon
Laravel provides great functiontlity for working with uploaded files. But what happens when you need to upload a file from a url rather than from a user's computer? I turns out to be pretty simple.
Read more [naxon.dev]
– naxon.dev - submitted by Daniel Naxon
Ever needed to apply filters on a query conditionally, only when the user actually applies them? Laravel query builder's method when got you covered.
Read more [naxon.dev]
– naxon.dev - submitted by Daniel Naxon
From time to time I find myself in need of invoking private / protected methods, especially when writing unit tests, So I wrote a little helper to handle those situations.
Read more [naxon.dev]
– github.com - submitted by Taukeer Liaqat
It helps you manage de-normalized tables in your laravel applications. It automatically syncs your normalized tables with source tables using simple configurations.
Read more [github.com]
– ryangjchandler.co.uk - submitted by Ryan Chandler
Sometimes your controllers can get rather large, especially if you have lots of conditions and data formatting. Have you ever considered moving some of that complexity out into a dedicated response class?
Read more [ryangjchandler.co.uk]
– bannister.me - submitted by James Bannister
The article dives into a couple of methods for customising the email verification expiration time for verification email sent by Laravel for new users. In one case we use the config setting, in the other we override the verificationUrl method to customise how this is generated.
Read more [bannister.me]
– atymic.dev - submitted by atymic
Overview of the new upsert feature in Laravel 8.10, how to use it and some tips.
Read more [atymic.dev]
– protone.media - submitted by Pascal Baljet
Today a new version of Laravel FFMpeg has been released: version 7.3. It now has support for watermark built-in! You can add watermarks from your local or remote storage or even from the web.
Read more [protone.media]