September 2017
Intermediate to advanced
244 pages
6h 44m
English
Simply install it through composer:
composer require dingo/api:1.0.x@dev
Probably, you are wondering what this @dev is. So, here is what the Dingo documentation says:
If you are still not sure about why we need to set minimum stability, then it is because of the default minimum stability for every package that is set to stable. So, if you rely on the dev package, then it should be explicitly specified, or it probably will not install it as minimum stability will not match with the package's actual stability status.
Once it is installed, you need to register ...
Read now
Unlock full access