composer require rish-0593/testingManually add the service provider in your config/app.php file:
'providers' => [
    // ...
    Rish0593\Testing\TestingServiceProvider::class,
]Run the migration:
php artisan migrateTo publish the config, run the vendor publish command:
php artisan vendor:publish --provider="Rish0593\Testing\TestingServiceProvider" --tag=configThis is open-sourced software licensed under the MIT license.