Support the ongoing development of Laravel.io →
Installation Configuration

Hey Guys

I am starting my next laravel project and this time I want to be able to keep all used frameworks up to date during development. I tried to add a composer.json in my root directory, containing dependencies to laravel, bootstrap, jquery and fontawesome. The problem is, that then everything is put into .vendor directory, which wasn't the idea ;)

It seems like composer isn't the tool for the task. Here is what I want to achieve: -the laravel "dist" in my root directory (without resources used for development of laravel itself) -the other 3 libs/frameworks in laravel's "public" directory, and also only the "dist" resources (so for example for bootstrap: only the "min"-files in bootstrap/dist.

How can I achieve this? Git submodules also import everything AFAIK, and composer didn't work too ;) How do you keep your webdev resources up to date?

regards Christian

Last updated 2 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

Rowlock rowlock Joined 24 May 2016

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2025 Laravel.io - All rights reserved.