madfortech / start-learning-package
This package is abandoned and no longer maintained.
No replacement package was suggested.
Learning laravel package
dev-master
2022-01-09 07:42 UTC
Requires (Dev)
- phpunit/phpunit: ^9.5
This package is not auto-updated.
Last update: 2022-02-20 04:41:08 UTC
README
Learning laravel package
Installation
Require the package using composer:
require madfortech/start-learning-package
Usage
use Madfortech\StartLearningPackage\StartLearningPackage; $start = $starts->getRandomStart(); $this->assertSame('this is, $start');
#Credits
I am watching course Marcel Pociot https://phppackagedevelopment.com/
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.