5129 Commits

Author SHA1 Message Date
Taylor Otwell
f89a244c0f Applied fixes from StyleCI 2016-08-04 08:49:12 -04:00
Taylor Otwell
b6a1152baf Merge pull request #3856 from laravel/analysis-zGgD5r
Applied fixes from StyleCI
2016-08-04 07:49:02 -05:00
Taylor Otwell
d0f90f9bfd Merge branch 'master' into develop 2016-08-04 07:49:02 -05:00
Taylor Otwell
e083273d97 Applied fixes from StyleCI 2016-08-04 08:48:57 -04:00
Taylor Otwell
14f79f19e3 Merge pull request #3855 from BartHuis/patch-1
give newbees a package service providers section, preventing adding after application
2016-08-04 07:48:41 -05:00
Bart Huisman (also known as VolgensBartjes)
936addceef 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?
2016-08-04 11:55:08 +02:00
Taylor Otwell
ab453a7e82 Add default address in mail config. 2016-08-03 13:16:30 -05:00
Jordan Hoff
b7d684ef82 Compliance with commonly used phpmd rules 2016-08-03 10:10:35 -05:00
Jack McDade
66946dcf3c Removes padding on html/body to kill the scrollbar 2016-08-03 10:07:31 -04:00
Phil Bates
bcf3935071 Wrap .env.example variable values in quotes
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
2016-08-02 13:55:08 +01:00
Taylor Otwell
f2421123e3 Merge pull request #3850 from crynobone/default-app-key
[5.2] Remove default APP_KEY value
2016-08-02 07:47:08 -05:00
crynobone
007c0190a3 [5.2] Remove default APP_KEY value
Signed-off-by: crynobone <crynobone@gmail.com>
2016-08-02 08:09:41 +08:00
Taylor Otwell
7f24b9183a working on landing page 2016-08-01 10:54:47 -05:00
Taylor Otwell
ca7c973280 fix length 2016-08-01 08:51:52 -05:00
Taylor Otwell
133bd9ddd2 Merge pull request #3841 from ac1982/patch-1
[5.3] fix wrong spelling
2016-08-01 09:51:15 -04:00
Taylor Otwell
4c6abcd17d Merge pull request #3845 from mayoz/patch-3
[5.3] web group sort by name
2016-08-01 09:46:57 -04:00
Graham Campbell
9f9300442d Merge pull request #3842 from spyric/develop
Remove removed routes file
2016-07-30 17:42:21 -04:00
Sercan Çakır
42930edb0c sort by name 2016-07-30 23:36:24 +03:00
Egor Talantsev
288e361aff Remove removed routes file 2016-07-30 12:02:46 +05:00
Alex
813c9411b6 fix wrong spelling
applications
2016-07-30 14:30:05 +08:00
Graham Campbell
0203d5d866 Merge branch 'master' into develop 2016-07-28 15:13:28 -04:00
Taylor Otwell
5658575212 Merge pull request #3840 from hikouki/master
Modify post-root-package-install script.
2016-07-27 23:14:20 -04:00
hikouki
2f0ec593bc Modify post-root-package-install script.
Idempotence.
2016-07-28 12:10:54 +09:00
Taylor Otwell
2a8c38ac31 compile assets 2016-07-26 15:39:57 -04:00
Taylor Otwell
9cce61be27 Merge pull request #3839 from PascaleBeier/develop
[5.3] Make use of Bootstrap 3.3.7 with jQuery 3 support
2016-07-26 15:37:39 -04:00
PascaleBeier
0cfc40e790 Make use of Bootstrap 3.3.7 with jQuery 3 support 2016-07-26 17:11:10 +02:00
Taylor Otwell
41e2efb0ad update package json 2016-07-25 18:39:48 -04:00
Taylor Otwell
4cc30225ee Tweak stub width. 2016-07-24 23:47:31 -05:00
Taylor Otwell
9659e8db11 Example component. 2016-07-24 23:00:18 -05:00
Taylor Otwell
e2b297b9fc Tweak marketing text. 2016-07-24 22:22:23 -05:00
Taylor Otwell
8f66f4b6e9 Tweak default files. 2016-07-24 22:17:23 -05:00
Taylor Otwell
eedac025eb Slim down examples. 2016-07-24 20:19:25 -05:00
Taylor Otwell
7bb44a2542 Tweak variables. 2016-07-24 20:07:16 -05:00
Taylor Otwell
ff70fac5b8 Fix test. 2016-07-24 15:02:01 -05:00
Taylor Otwell
c309b4fda0 add forge to links 2016-07-24 09:20:40 -05:00
Taylor Otwell
40ae68102a tweak variables 2016-07-23 21:19:43 -05:00
Taylor Otwell
cfb5a68cd4 work on default styling 2016-07-23 21:17:56 -05:00
Taylor Otwell
1cbbf41c0c Remove some unneeded variables. 2016-07-23 20:23:25 -05:00
Taylor Otwell
6f2541f14f new welcome page 2016-07-23 18:19:10 -05:00
Taylor Otwell
e5cb0a350a working on sass 2016-07-23 18:05:38 -05:00
Taylor Otwell
467e00d9d4 working on sass 2016-07-23 18:03:43 -05:00
Taylor Otwell
abe35a095c working on sass 2016-07-23 17:51:50 -05:00
Taylor Otwell
f41a400cfd Tweak a few variables. 2016-07-23 16:43:11 -05:00
Taylor Otwell
24766d479d redirect to home if authed 2016-07-23 15:39:33 -05:00
Taylor Otwell
592b7a2bd9 add compiled assets 2016-07-23 15:00:53 -05:00
Taylor Otwell
3f5da4fb76 Include the font in the Sass. 2016-07-23 14:56:55 -05:00
Taylor Otwell
e9fe020c0c sample js component 2016-07-23 13:40:49 -05:00
Taylor Otwell
eb289b4170 tweak js bootstrapping 2016-07-23 12:28:02 -05:00
Taylor Otwell
0699994de0 add files 2016-07-23 11:39:15 -05:00
Taylor Otwell
3f197331b6 bootstrap vue in app.js 2016-07-23 11:39:11 -05:00