Auto Test Generator package for routes in Laravel 6 and above. With just a few simple commands, this package will automatically generate unit test files for all of the routes in your Laravel application. No more manual testing or time-consuming set up. This package ensures that your routes are thoroughly tested and ready for deployment.
Is there any way to install for a specific branch? Composer throws an error when executing: composer require --dev thomyl/laravel-test-generator.
The error:
n PackageDiscoveryTrait.php line 376:
Could not find a matching version of package thomyl/laravel-test-generator. Check the package spelling, your version constraint and that the package is available
in a stability which matches your minimum-stability (stable).
Is there any way to install for a specific branch? Composer throws an error when executing: composer require --dev thomyl/laravel-test-generator.
The error:
n PackageDiscoveryTrait.php line 376:
Could not find a matching version of package thomyl/laravel-test-generator. Check the package spelling, your version constraint and that the package is available
in a stability which matches your minimum-stability (stable).
Thanks in advance.