Hi,
I'm not at all a specialist nor even a beginer about laravel. i only sorted out to make the website to work, but I do not know even if there is a "standard" lavarel configuration.
The configuration I got from the backup was this:
- I moved all content that was in "root" directory in a directory named "Laravel"
- I moved in root directory all files that was present in "public" directory
- I protected the new "laravel" directory with a "deny from all"
and then adjusted pathes in index.php, and laravel/bootstrap/paths.php file according to the new disposition:
5050
I'm not at all a specialist nor even a beginer about laravel. i only sorted out to make the website to work, but I do not know even if there is a "standard" lavarel configuration.
The configuration I got from the backup was this:
- app
- bootstrap
- public
- css/ ...
- ....
- packages/ ...
- .htaccess
- index.php
- ....
- css/ ...
- artisan
- composer.json
- ...
- I moved all content that was in "root" directory in a directory named "Laravel"
- I moved in root directory all files that was present in "public" directory
- I protected the new "laravel" directory with a "deny from all"
and then adjusted pathes in index.php, and laravel/bootstrap/paths.php file according to the new disposition:
- css/ ....
- ...
- packages/ ...
- .htaccess
- index.php
- lavravel
- app
- bootstrap
- artisan
- composer.json
- ...
- app
- packages
5050