xalaida / laravel-nuxt-docker

🦾 Dockerized template for your next project with Laravel and Nuxt.
334 stars 103 forks source link

Automatic installation of latest versions of nuxt and laravel #20

Closed devclouse closed 3 years ago

devclouse commented 3 years ago

Hi, please accept small updates.

xalaida commented 3 years ago

Hi. Thanks a lot. Need to check it first before merging.

xalaida commented 3 years ago

I'm wondering if there is a way to completely delete Nuxt and Laravel folders and install them during the build process.

devclouse commented 3 years ago

I'm wondering if there is a way to completely delete Nuxt and Laravel folders and install them during the build process.

Yes, I also think when make install create nuxt and laravel so that the user gets the latest version

devclouse commented 3 years ago

Now when you call the "make install" command, nuxt and laravel will be automatically installed, which will allow you to customize the client to fit your needs even at the installation stage

xalaida commented 3 years ago

@devclouse thanks again for the contribution. I tried install the environment from your branch but got some issues. Trying to fix them.