Level 51
in the config/app.php file, in the aliases array, you should provide a key, which is how you would access the facade in your app.
in the Facade section of installation instruction of dingo/API Laravel Package , is said that there are two different Facades named Dingo\Api\Facade\API and Dingo\Api\Facade\Route that should be add.
But where? where can I add them?
in the config/app.php file, in the aliases array, you should provide a key, which is how you would access the facade in your app.
Please or to participate in this conversation.