Manage your Laravel Envoyer projects with ease
– github.com - submitted by Steve McDougall
Work with the new Laravel Envoyer API with ease inside your project using the Laravel Envoyer SDK
Read more [github.com]
– github.com - submitted by Steve McDougall
Work with the new Laravel Envoyer API with ease inside your project using the Laravel Envoyer SDK
Read more [github.com]
– github.com - submitted by Chris White
dotenvdiff is a command-line tool that allows you to compare the differences in environment variables between two .env (or .env.example) files. Its main use case is to find out if the .env.example has changed in your project, so you can update your .env accordingly.
Read more [github.com]
– dev.to - submitted by Jose Fonseca
A small article about my experience with APIs, when you may want to consider building your app with an API or without it, or maybe you need a GraphQL server? let's find out!
Read more [dev.to]
– dev.to - submitted by Harish Kumar
The Eloquent ORM that comes with Laravel makes it incredibly easy to interact with a database. It is like Eloquent models themselves; relationships also serve as essential query builders, representing the relationships as methods provide powerful method chaining and querying capabilities.
Read more [dev.to]
– 42coders.com - submitted by Max Hutschenreiter
In this short tutorial, we will show you how you can add a GDPR compliant cookie popup to your Laravel site. By using the https://github.com/42coders/eu-cookie-consent package ;)
Read more [42coders.com]
– robindirksen.nl - submitted by Robin Dirksen
Don't you know how the real visitors of your website experience your website? Find out what Real User Monitoring is and how you can use it to improve the user experience.
Read more [robindirksen.nl]
– 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]