In the past, I worked with laravel 3 and used a project structure in which several applications could use the same framework installation. now in laravel 4 i agree if this is still possible. since bootstrap/autoload.php requires vendor/autoload.php (and so on ...), different applications must use the same startup files from the vendor directory, right? I think this will be a big performance issue, because different applications may have different requirements, different models for working, etc. Am I thinking correctly or is it possible to use one installation /vendor/ for several applications without the need to share startup files?
to explain my needs: I would like to run different applications (each application with a different domain and home directory) that use the same database and some models. but the requirements of each application will be very different.
is there any solution? I tried it from the moment of release, but did not find a practical way.
marvin
source share