How to fix "HTTP header is larger than 10240 bytes." error on Laravel Vapor
Its because of the session data being stored in cookies. Change your session driver to use `dynamodb`, `redis` or `database` to fix it.xz
Guides on how to do stuff, SEO Spam, and other marvelous works, written by yours truly.
Its because of the session data being stored in cookies. Change your session driver to use `dynamodb`, `redis` or `database` to fix it.xz
An actual solution to the god damned problem of uploading multiple files to S3 with Livewire and Alpine.js, be gone foul S3DoesntSupportMultipleFileUploads error!
Filament's Table builder allows you to group your table rows by date out of the box, but what if you need to group by "month and year"?
A guide on how to build a god damned custom map marker without going insane in Flutter using Google Maps.
This guide provides a detailed walkthrough of implementing Sign-in with Apple on Flutter for both iOS, Android, and the web, using a Laravel backend to handle the authentication process.
(Updated for Prettier V3) Guide on setting up "prettier-plugin-blade", Finally, a Blade formatter that works well!
Learn how to automate the process of creating Minio buckets using Laravel Sail.
I am building a Laravel Package that abstracts AI into neat puzzle pieces so you can easily use it in your application
Let us devise a prompt that will enable us to efficiently extract structured recipe data as JSON from plain text.
Creating an Extension to add features you need to your OpenAPI spec when using the Laravel OpenAPI Specficiation Generator package Scramble
Not your run-of-the-mill listicle (autocomplete wanted to turn that word into "testicle" – hmm...). You know, actually, this is your regular run-of-the-mill listicle. You may ignore this with no consequences to your life going forward.
Learn how to modify input fields with Filament render hooks to support relative links in RichEditor fields.
Learn how to perform SSL unpinning with Frida on Android using Rema 1000's "Æ" app as an example.
How to harnes the power of AI Text generation in the Filament admin panel
Since Laravel Vapor puts your assets in S3, You have to do some workarounds to PWAs work properly, this article guides you through those.
List of "awesome" laravel packages that I often use in real world projects and why.