rxcod9 / joy-voyager-api

Joy VoyagerApi module adds REST Api end points to Voyager with Passport and Swagger support.
https://joy-voyager.kodmonk.com
MIT License
19 stars 4 forks source link

resources folder are missing #15

Closed lamualfa closed 2 years ago

lamualfa commented 2 years ago

I have follow the installation instruction. But I get the error below when running the publish command:

I can't find the resources directory in vendor/joy/voyager-api.

https://github.com/rxcod9/joy-voyager-api/blob/3cee50bfc615180df13c3d8552b0ae39244044b3/src/VoyagerApiServiceProvider.php#L91

image


My app directory:

image

rxcod9 commented 2 years ago

Nice catch

This is not blocking the setup though Feel free to open a PR

lamualfa commented 2 years ago

@rxcod9 so I only have to add resources/views & resources/lang directory into joy-voyager-api/src? do those folders contain any specific files or just empty folders?

rxcod9 commented 2 years ago

@lamualfa you can’t commit empty directories You’ll have to add .gitkeep file inside those folders

rxcod9 commented 2 years ago

Resolved