ahmadbadpey's avatar

where should I add two facades shipped with the dingo package

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?

0 likes
1 reply
ahuggins's avatar
ahuggins
Best Answer
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.

Please or to participate in this conversation.