I am creating my first library for Laravel Framework in github, and after the push
step, i try to get the library via composer:
composer require malekbenelouafi/laravel-status
But, i always get this error:
[InvalidArgumentException]
Could not find package malekbenelouafi/laravel-status at any version for your minimum-stability (dev). Check the package spelling or your minimum-stability
This is the link of my library in github :
https://github.com/malekbenelouafi/laravel-status
Thank you.