How to Deploy Prod with Tests?

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

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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • Laravel

    Laravel is a web application framework with expressive, elegant syntax. We’ve already laid the foundation for your next big idea — freeing you to create without sweating the small things.

  • So, tests are simply PHP code (classes/methods in Phpunit, or abstracted away to a more fluent api for Pest). So yes, if you're committing them with your project, then they'll definitely be deployed to the prod environment with the rest of your project. The key is that tests are namespaced away from your other app code (in tests (PSR-4) instead of app (PSR-4)), so their presence won't affect your prod runtime at all.

  • eloquent-sortable

    Sortable behaviour for Eloquent models

  • 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
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

  • Como configurar imagem Docker(PHP e Nginx) para projetos Laravel com PHP 8.3

    1 project | dev.to | 24 Apr 2024
  • Developing a Reusable and Readable Bash Script for Automated LAMP Stack Deployment

    1 project | dev.to | 22 Apr 2024
  • RESTful APIs with Laravel: Best Practices

    1 project | dev.to | 9 Apr 2024
  • Mastering Application Security: The Power of Rate Limiting

    2 projects | dev.to | 15 Mar 2024
  • Creating GraphQL APIs with Laravel

    2 projects | dev.to | 15 Feb 2024