Jetstream - Allow personal teams to be optional

This page summarizes the projects mentioned and recommended in the original post on /r/laravel

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • jetstream

    Tailwind scaffolding for the Laravel framework.

  • multi-tenant

    Run multiple websites using the same Laravel installation while keeping tenant specific data separated for fully independent multi-domain setups, previously github.com/hyn/multi-tenant

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • Laravel

    The Laravel Framework.

  • Take my PR for example, which tried to bring small changes to be able to escape the dot notation in Laravel's Arr. This could have been great if you wanted to use the Arr::set() for keys that contain dots and you do not want them to become nested. Using the $arr['some.dotted.key'] would have been worked but why assign the array directly if Arr::set exists? I couldn't extend the Arr class in a separate package without copy-pasting the entire code from the original Arr since the methods I was replacing are not using other functions that do only one thing, so that I would replace only the methods without the entire logic.

  • laravel-explicit-array

    Improved Laravel dot notation for explicit array keys.

  • Take my PR for example, which tried to bring small changes to be able to escape the dot notation in Laravel's Arr. This could have been great if you wanted to use the Arr::set() for keys that contain dots and you do not want them to become nested. Using the $arr['some.dotted.key'] would have been worked but why assign the array directly if Arr::set exists? I couldn't extend the Arr class in a separate package without copy-pasting the entire code from the original Arr since the methods I was replacing are not using other functions that do only one thing, so that I would replace only the methods without the entire logic.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts