Laravel upload - Any address must be copied and not? -


i have made website @ localhost , hosting. need edit code. upload hosting. not need upload addresses there no changes. example: vendor, maybe storage. need copy addresses address , not copy address?

this basic laravel .gitignore ommit vendor , storage.

    ### laravel ### vendor/ node_modules/ npm-debug.log  # laravel 4 specific bootstrap/compiled.php app/storage/  # laravel 5 & lumen specific public/storage public/hot storage/*.key .env.*.php .env.php .env homestead.yaml homestead.json  # rocketeer php task runner , deployment package. https://github.com/rocketeers/rocketeer .rocketeer/ 

the vendor folder updated when call composer update / install. editing files bad practice.

storage use related user data, system logs... daily usage data.

so don't need them both on code host since aren't neccesary deploy app


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -