Install it to an empty folder and then copy over all files where you want them.
Hey @simon>simonassouline said:
Hi,
I have already created a folder structure in a www folder and enabled my site with a2ensite. If I try to install Laravel I get this error:
sudo laravel new site1.dev Application already exists!
Is there an argument to just install in an existing directory ?
there is no index.php or existing folders that Laravel would conflict with just the actual parent folder name.
Hey, this seems an old post, but I stumbled upon it just now. The solution is very simple.
Just browse to the directory where you want to setup the laravel installations and run
laravel new
Hope it helps
rohan said:
Hey @simon>simonassouline said:
Hi,
I have already created a folder structure in a www folder and enabled my site with a2ensite. If I try to install Laravel I get this error:
sudo laravel new site1.dev Application already exists!
Is there an argument to just install in an existing directory ?
there is no index.php or existing folders that Laravel would conflict with just the actual parent folder name.
Hey, this seems an old post, but I stumbled upon it just now. The solution is very simple.
Just browse to the directory where you want to setup the laravel installations and run
laravel new
Hope it helps
This worked for me, thank you!
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community