bizarg/sqlite-test

1.0 2021-01-10 10:14 UTC

This package is auto-updated.

Last update: 2024-04-17 00:13:04 UTC


README

Require this package in your composer.json and update composer. This will download the package

composer require bizarg/sqlite-test

Installation

Laravel 5.x:

After updating composer, add the ServiceProvider to the providers array in config/app.php

Bizarg\Test\ServiceProvider::class,