5672 Commits

Author SHA1 Message Date
Taylor Otwell
392ece3e4f Merge pull request #4416 from laravel/revert-4413-master
Revert "Use database_path helper for sqlite database filename specified in .env"
2017-09-11 08:04:20 -05:00
Taylor Otwell
80e96d276a Revert "Use database_path helper for sqlite database filename specified in .env" 2017-09-11 08:04:12 -05:00
Taylor Otwell
d1cfd416ca Merge pull request #4413 from adrianharabula/master
Use database_path helper for sqlite database filename specified in .env
2017-09-09 23:12:43 +02:00
Adrian Harabula
982e95b5fb use database_path helper for sqlite database filename specified in .env 2017-09-09 21:48:43 +03:00
Taylor Otwell
26a0e8d758 remove sponsor 2017-09-06 10:20:27 -05:00
Taylor Otwell
d93c8f177a Merge pull request #4409 from ThunderBirdsX3/master
Update cache prefix.
2017-09-06 14:20:04 +02:00
ThunderbirdsX3
db20630ebf Merge pull request #1 from ThunderBirdsX3/ThunderBirdsX3-patch-1
Update cache prefix.
2017-09-06 16:39:10 +07:00
ThunderbirdsX3
b8120bfb55 Update cache prefix.
Make cache prefix like session cookie.
2017-09-06 16:38:40 +07:00
Till Krüss
d5d81a53ed tag v5.5.0 changelog 2017-09-05 19:19:56 -07:00
Taylor Otwell
d4c622a0b8 add sponsor 2017-09-05 08:01:13 -05:00
Taylor Otwell
a6c68c24c9 fixing conflicts v5.5.0 2017-08-30 11:55:27 +02:00
Taylor Otwell
26eed641eb add sponsor 2017-08-23 12:32:36 -05:00
Taylor Otwell
37d39a7cf5 Merge pull request #4383 from scrubmx/patch-8
Fix in comment in config/app.php
2017-08-18 08:00:12 -05:00
Jorge González
601b665ba3 Fix in comment in config/app.php
I know it is a small thing but it's driving me crazy!
2017-08-17 23:47:12 -05:00
Taylor Otwell
d0ad72226e Merge pull request #4375 from decadence/patch-1
require_once /vendor/autoload.php
2017-08-15 08:24:34 -05:00
Victor Isadov
c5a4ed0424 Update autoload.php 2017-08-15 11:18:39 +03:00
Taylor Otwell
af2a4d47a3 Merge pull request #4374 from ikari7789/patch-1
Change indent for package.json from 2 to 4 spaces
2017-08-14 09:09:35 -05:00
Andrew Miller
0baa2e7794 Change indent for package.json from 2 to 4 spaces
Minor style issue more than anything.

If using `php artisan preset` it will use PHP's `JSON_PRETTY_PRINT` to rewrite the file (https://github.com/laravel/framework/blob/master/src/Illuminate/Foundation/Console/Presets/Preset.php#L44). `JSON_PRETTY_PRINT` uses four spaces for indentation, causing the entire file contents to be altered upon a diff.

Rather than adding logic to change the indentation after executing `json_encode()` in `Illuminate\Foundation\Console\Presets\Preset`, it seems easier to just fix the default indentation in `package.json`. NPM doesn't seem to change the spacing at all, so this seems like a happy medium.
2017-08-14 22:34:23 +09:00
Taylor Otwell
58ed5459b1 Merge pull request #4373 from marcusmoore/patch-2
update example unit test to use RefreshDatabase trait
2017-08-12 20:43:56 -05:00
Marcus Moore
faa3d2fa34 update example unit test to use RefreshDatabase trait 2017-08-12 18:21:49 -07:00
Taylor Otwell
bee41ce20b Merge pull request #4368 from keving91/patch-1
Fixes "Cannot resolve directory'" in PhpStorm
2017-08-12 15:35:39 -05:00
Kevin G
0657a2ba25 Fixes "Cannot resolve directory'" in PhpStorm
This fixes the annoying error shown on the import line

Cannot resolve directory 'node_modules' less... (Strg+F1) 
This inspection checks references to files and directories.
2017-08-11 17:13:08 +02:00
Taylor Otwell
be143bf2dc Merge pull request #4364 from tomirons/patch-1
[5.5] add whoops to dev dependencies
2017-08-06 08:50:48 -05:00
Tom Irons
c542d0ba3d add whoops to dev dependencies 2017-08-05 15:55:03 -04:00
Taylor Otwell
a1ee424ac7 add sponsor 2017-08-01 12:15:51 -05:00
Taylor Otwell
8a50ccb617 Merge pull request #4350 from Te7a-Houdini/AddAuthDirective
Add auth directive
2017-07-25 22:27:56 -04:00
Taylor Otwell
7a9da9c164 Merge pull request #4351 from pierreneter/revert-4349-patch-1
Revert "don't need it"
2017-07-25 22:27:03 -04:00
Pierre Neter
80d2f09987 Revert "don't need it" 2017-07-26 02:25:35 +07:00
Ahmed-Te7a
71d38b044d Add auth directive 2017-07-25 20:26:13 +02:00
Taylor Otwell
166d25b726 Merge pull request #4349 from pierreneter/patch-1
don't need it
2017-07-25 14:06:38 -04:00
Pierre Neter
f4524ca72a don't need it 2017-07-26 01:01:33 +07:00
Taylor Otwell
e4de035371 Merge pull request #4347 from balping/patch-1
Change hardcoded urls to named routes
2017-07-25 06:25:08 -04:00
balping
03c2387226 Change hardcoded urls to named routes
This makes the links consistent with the ones in https://github.com/laravel/framework/blob/5.4/src/Illuminate/Auth/Console/stubs/make/views/layouts/app.stub
2017-07-25 10:19:59 +02:00
Taylor Otwell
7bcf7a5450 Merge pull request #4344 from djh101/develop
Fixed trailing slash redirection for subdirectory installs.
2017-07-23 06:35:09 -05:00
Drew
c5f993fa28 Fixed trailing slash redirection for subdirectory installs.
Previously redirection to remove trailing slashes would fail if Laravel was not installed in the root directory.
2017-07-23 00:35:36 -07:00
Taylor Otwell
e19952fb19 Merge pull request #4340 from garygreen/remove-migrations-classmap
Remove migrations from autoload classmap
2017-07-22 09:44:05 -05:00
Gary Green
efdec1c86b Remove migrations from autoload classmap. 2017-07-21 15:20:50 +01:00
Till Krüss
f5da96cff2 tag v5.4.30 release notes 2017-07-20 20:18:26 -07:00
Taylor Otwell
134eafd12c remove things that aren't usually customized 2017-07-19 17:45:57 -05:00
Taylor Otwell
396634857e use exception status 2017-07-19 17:26:48 -05:00
Taylor Otwell
c2e3cb9065 tweak default handler 2017-07-19 16:21:03 -05:00
Taylor Otwell
ebc18e3aef update comment 2017-07-17 09:12:08 -05:00
Taylor Otwell
5d54c21ea8 auto loads commands 2017-07-17 09:11:10 -05:00
Taylor Otwell
c4e142867c Merge pull request #4333 from DCzajkowski/develop
Fixed CI
2017-07-15 14:25:50 -05:00
DCzajkowski
1270a0b3a2 Fixed CI 2017-07-15 19:48:06 +02:00
Taylor Otwell
fef413ff0e remove predis 2017-07-12 11:58:52 -05:00
Taylor Otwell
51f7e188a1 remove file 2017-07-12 11:58:33 -05:00
Taylor Otwell
1e4f3b9920 remove lock 2017-07-11 16:53:34 -05:00
Taylor Otwell
255c2bf1b7 Merge branch 'develop' of github.com:laravel/laravel into develop 2017-07-11 16:53:11 -05:00
Taylor Otwell
d75800052d change default 2017-07-11 16:53:04 -05:00