Building a Laravel App with TDD

This page summarizes the projects mentioned and recommended in the original post on dev.to

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
  • food-order-app-laravel-tdd

    A sample project for demonstrating the basics of test-driven development in Laravel

  • There’s still a lot to learn if you want to be able to write your projects using TDD. A big part of this is mocking, which is where you swap out a fake implementation of specific functionality on your tests so that it’s easier to run. Laravel already includes fakes for common functionality provided by the framework. This includes storage fake, queue fake, and bus fake, among others. You can read the official documentation to learn more about it. You can also view the source code of the app on its GitHub repo.

  • 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

  • Update your Profile README with Streak Stats

    2 projects | dev.to | 17 May 2024
  • Introduction to APIATO: A Powerful Framework for API Development

    2 projects | dev.to | 17 May 2024
  • Automating LAMP Stack Deployment Using a Bash Script on an Ubuntu Server

    1 project | dev.to | 17 May 2024
  • Date Formatting: Carbon, date-fns, and Vanilla JS

    2 projects | dev.to | 16 May 2024
  • How to Level Up Your Laravel Development

    1 project | dev.to | 16 May 2024