Model Factories in Laravel

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

    Faker is a PHP library that generates fake data for you (by FakerPHP)

  • Factories are stored in the database/factories directory. This directory by default contains a file UserFactory.php which defines the UserFactory class. Every factory class has a method definition() that returns a set of model attributes with default values as fake data. Laravel uses Faker PHP library to generate dummy data.

  • Laravel-From-Scratch-Blog-Project

    This is a learning project built with the #100DaysOfCode challenge while following the Laravel 8 from Scratch Series on Laracasts.

  • Update Blog project. Replace the database/seeders/DatabaseSeeder.php class run() method content with the above code and run the following command.

  • 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

  • View All Posts By An Author in Laravel

    1 project | dev.to | 26 Dec 2021
  • The N+1 Problem in Laravel

    1 project | dev.to | 19 Dec 2021
  • Show All Posts Associated With a Category in Laravel

    1 project | dev.to | 19 Dec 2021
  • Your First Eloquent Relationship in Laravel

    1 project | dev.to | 19 Dec 2021
  • Route Model binding in Laravel

    1 project | dev.to | 14 Dec 2021