rish-0593/testing

This is for testing purpose.

Installs: 19

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:Blade

pkg:composer/rish-0593/testing

v0.0.8 2023-04-01 11:33 UTC

This package is auto-updated.

Last update: 2025-12-29 03:54:30 UTC


README

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.