- 12 9月, 2018 1 次提交
-
-
由 Lake Robin 提交于
In Laravel, we often use `artisan vendor:publish` to copy views, notifications etc from dependencies so that they can be customized. These views are created in <type>/vendor/<dependency> directory. When using the current gitignore for Laravel, vendor is inserted like vendor/ which ignores all the directories named vendor anywhere in the source tree, including the customized views. The proposed file change tries to fix this problem by ensuring only the root vendor directory is ignored by git.
-
- 06 8月, 2018 1 次提交
-
-
由 Fábio Santos 提交于
-
- 29 1月, 2017 1 次提交
-
-
- 27 1月, 2017 1 次提交
-
-
- 21 10月, 2016 1 次提交
-
-
由 Krishna Ram Prakash R 提交于
-
- 17 10月, 2016 2 次提交
-
-
由 Bo-Yi Wu 提交于
-
-
- 25 7月, 2016 1 次提交
-
-
由 Cy 提交于
Ignore Homestead related config files
-
- 18 5月, 2016 1 次提交
-
-
由 0xBADDCAFE 提交于
-
- 07 3月, 2016 1 次提交
-
-
由 Dinar Garipov 提交于
-
- 06 3月, 2016 1 次提交
-
-
由 Dinar Garipov 提交于
-
- 28 10月, 2015 3 次提交
- 24 10月, 2015 1 次提交
-
-
由 Hélio 提交于
/vendor - composer modules can be (and probably should) recompiled. Laravel comes with this line by default. /node_modules - npm modules, same of /vendor. Laravel comes with this line by default. /app/storage - Laravel things that can be despised (in staging) like cache, views cache and sessions
-
- 15 10月, 2015 1 次提交
-
-
由 Joshua Mabina 提交于
-
- 10 3月, 2015 1 次提交
-
-
由 jake johns 提交于
Laravel 5 uses vlucas/phpdotenv for env configuration. http://laravel.com/docs/5.0/configuration#environment-configuration Previous version used env.php files. the new configuration files do not have .php extension
-
- 02 9月, 2014 1 次提交
-
-
由 Tony Arra 提交于
Laravel4 is the current standard. This resolves the name with the custom Laravel.gitignore file in the gitignore.io project. If support for Laravel3 is desired, it should be done in a new file: "Laravel3.gitignore Closes #1196
-
- 16 4月, 2014 1 次提交
-
-
由 Alireza Zabandan 提交于
-