This package allows you to build FFMpeg strings in a fluent, easily maintainable way that feels familiar to php and Laravel devs.
The Laravel Date Scopes package provides some helpful query scopes for your Laravel Eloquent models.
OpenTelemetry is a free and open-source software initiative with the objective of supplying software developers with the means to create distributed systems.
When committing sensitive data, such as a password or SSH key, to a Git repository, it can be removed from the log. You can use the git filter-repo tool or the open source tool BFG Repo-Cleaner to completely remove unnecessary files from the repository history.
Email addresses displayed on webpages in plain text will quickly be collected by spam bots. Here are 8 email obfuscation techniques to the rescue!
Use Tailwind components and templates from these popular collections to rapidly build customizable user interfaces designs.
The Laravel Package Tools package by Spatie added a nifty feature we wanted to help share with the community: streamlined install commands for Laravel packages.
How to use composer to require Git repos within a PHP project.
The route:list command can be used to show a list of all the registered routes for the application. This command will display the domain, method, URI, name, ...
Laravel eloquent is great. When we get the results from the eloquent, the collection is returned. Laravel collection methods are less known. These methods allow you to filter, modify, combine, slice and much more with the laravel collections. In this tutorial, we will look at 15 awesome collection methods.
This post covers the loading attribute and how it can be used to control the loading of images.
Form Requests are best known for validation logic that will pre-validate for you. They are fantastic, and I lean on them heavily all the time.
Pest Laravel Expectations is a Pest plugin that adds Laravel-specific expectations to the testing ecosystem.
PlanetScale for Laravel is a package that helps you manage database migrations with Artisan and the PlanetScale API.
Google uses structured data standardized formats to understand the content of the page and enable special search result features and enhancements. To Enable rich results with structured data, below are the code snippets.
Top 10 AI SEO Tools (March 2023) 路 1. Jasper 路 2. SEM Rush 路 3. Scalenut 路 4. Pro Rank Tracker 路 5. Link Whisper 路 6. INK Editor...
The Query Expressions package for Laravel replaces raw query calls with expressions. Learn how this package can help you avoid writing database-specific queries.
Use the popular Spatie Permission package with Laravel Jetstream Teams to manage your users roles and permissions.
Flare is the only error tracker that suggests a fix.Think Ignition鈥攜our local error page鈥攊n production.
Borrowed from the concept of annotations in other languages, PHP attributes can add powerful functionality to your enums.