- 04 Aug, 2016 10 commits
-
-
Taylor Otwell authored
-
Taylor Otwell authored
-
Taylor Otwell authored
Removes padding on html/body to kill the scrollbar
-
Taylor Otwell authored
-
Taylor Otwell authored
-
Taylor Otwell authored
Applied fixes from StyleCI
-
Taylor Otwell authored
-
Taylor Otwell authored
-
Taylor Otwell authored
give newbees a package service providers section, preventing adding after application
-
when i started, i ended up putting all package specific service providers just at the bottom of the application service providers. But when making a route group like domain.com/{keyword}, the packages that are registering its own url's, not work anymore (like now when i installed the translations manager from barryvdh). When putting them above the app specific, everything works. So just give it to the user as a default place?
-
- 03 Aug, 2016 2 commits
-
-
Taylor Otwell authored
-
Jack McDade authored
-
- 02 Aug, 2016 3 commits
-
-
Phil Bates authored
When the developer copies .env.example to .env they are unlikely to add quotes to the values in .env. When the developer needs to set the value of an environment variable to a value containing a space, as none of the existing values in .env are quoted, the developer is unlikely to wrap this new value with spaces in quotes. This will result in an error, as The vlucas/phpdotenv library throws an error when setting an environment variable to a value with a space. Quote all default environment variables by default, reducing the likelihood of the developer ever receiving the error relating to environment variables needing to be quoted when they contain spaces. This excludes true, null etc. even though wrapping them in quotes would still result in the desired behaviour, as it is more intuitive to see these special types not wrapped in quotes. The current default values in .env.example don't contain any spaces, so this commit will make no difference out of the box; its only purpose is to help out the developer further down the line on the day when they need to set an environment variable to a value containing spaces. Also, the vlucas/phpdotenv library docs currently uses quoted variables in every example, so quoting .env.example's values will lead to more consistency with those docs. This will likely stop any confusion for the developer when reading the vlucas/phpdotenv docs. See laravel/framework#14586, laravel/docs#2223
-
Taylor Otwell authored
[5.2] Remove default APP_KEY value
-
crynobone authored
Signed-off-by: crynobone <crynobone@gmail.com>
-
- 01 Aug, 2016 4 commits
-
-
Taylor Otwell authored
-
Taylor Otwell authored
-
Taylor Otwell authored
[5.3] fix wrong spelling
-
Taylor Otwell authored
[5.3] web group sort by name
-
- 30 Jul, 2016 4 commits
-
-
Graham Campbell authored
Remove removed routes file
-
Sercan Çakır authored
-
Egor Talantsev authored
-
Alex authored
applications
-
- 28 Jul, 2016 3 commits
-
-
Graham Campbell authored
-
Taylor Otwell authored
Modify post-root-package-install script.
-
hikouki authored
Idempotence.
-
- 26 Jul, 2016 3 commits
-
-
Taylor Otwell authored
-
Taylor Otwell authored
[5.3] Make use of Bootstrap 3.3.7 with jQuery 3 support
-
PascaleBeier authored
-
- 25 Jul, 2016 7 commits
-
-
Taylor Otwell authored
-
Taylor Otwell authored
-
Taylor Otwell authored
-
Taylor Otwell authored
-
Taylor Otwell authored
-
Taylor Otwell authored
-
Taylor Otwell authored
-
- 24 Jul, 2016 4 commits
-
-
Taylor Otwell authored
-
Taylor Otwell authored
-
Taylor Otwell authored
-
Taylor Otwell authored
-