PLATFORM
  • Tails

    Create websites with TailwindCSS

  • Wave

    Start building the next great SAAS

  • Pines

    Alpine & Tailwind UI Library

  • Auth

    Plug'n Play Authentication for Laravel

  • Designer comingsoon

    Create website designs with AI

  • DevBlog comingsoon

    Blog platform for developers

  • Static

    Build a simple static website

  • SaaS Adventure

    21-day program to build a SAAS

Tina Hammar

@tinahammar

333 Points 18 Followers

8 Posts

0 Answers

User has not added any information in their about section.

Running Laravel Octane on local host with FrankenPHP & Laravel Herd

A brief tutorial on integrating Laravel Octane with FrankenPHP and Laravel Herd, including MinIO-based S3 storage. Please not that this is a simple setup. You might want other ip or port set...

Conditionally apply Laravel Soft Deleting scope

Create an App state service class ```

Helper to detect if Laravel is running a job

Create a service class ```

Laravel "doesnt_start_with" rule

Did you know that Laravel has an undocumented validation rule? As opposed to "starts_with" there is a "doesnt_start_with". Just add the translation key to `validation.php` and you are good...

Adding translations to Laravel Spark 3 "Plans"

After buying an unlimited license of Laravel Spark v3, I discovered that it loads the subscription plans from a config file, which means that you don't have access to Laravels translation ma...

Generate random color gradient background

When users fail to adhere to your imaginary design guide you need to arm yourself to keep the look you aimed for when creating your website. In this article I'll share one of my favourite s...

Mixing Image and Map coordinates

I use [Leafletjs](https://leafletjs.com/) for both, map (OSM) and image based positioning. I also need to store both types of coordinates in the same database columns. This article is not a...

Dabbling with JSON, Object and Array conversions

This article mostly mentions working with `JSON` data, but the helpers we will create, are also very useful when you want to convert between `stdClass` objects and `Arrays`. The syntax for...