Skip to content

rish-0593/testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

composer require rish-0593/testing

Manually add the service provider in your config/app.php file:

'providers' => [
    // ...
    Rish0593\Testing\TestingServiceProvider::class,
]

Run the migration:

php artisan migrate

To publish the config, run the vendor publish command:

php artisan vendor:publish --provider="Rish0593\Testing\TestingServiceProvider" --tag=config

License

This is open-sourced software licensed under the MIT license.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published