Tag: laravel factory

  • Laravel 10 Factory – Generate Dummy Data Tutorial

    Laravel 10 Factory – Generate Dummy Data Tutorial

    One of the most important aspects of software development is testing. In order to make sure that your application is working properly, you need to test it with a variety of scenarios and use cases. One of the challenges of testing is generating realistic data to use in your tests. This is where Laravel factories…