Taylor Otwell
e9b72b4879
add sponsor
2018-08-13 08:31:18 -05:00
Taylor Otwell
ff99e2fd5c
add dump server
2018-08-11 16:20:19 -10:00
Taylor Otwell
90b6165a2a
Merge pull request #4725 from calebporzio/patch-1
...
Add .phpunit.result.cache to the .gitignore
2018-08-10 11:15:32 -10:00
Caleb Porzio
6b40d49efd
Add .phpunit.result.cache to the .gitignore
...
PHPUnit version 7.3 adds a new argument `--cache-result` which allows you to do awesome things like re-run test failures using a command like:
`phpunit --cache-result --order-by=defects --stop-on-defect`
The cache file is stored as `.phpunit.result.cache`
I believe PHPUnit 8 will have caching on by default, so this file will start popping up in everyone's project quickly.
2018-08-10 16:52:21 -04:00
Taylor Otwell
78573d6bf0
remove dump server until it is ready for 5.7
2018-08-05 08:14:56 -10:00
Taylor Otwell
28908d83d9
add supported type
2018-08-04 08:52:01 -10:00
Graham Campbell
c641edfb02
Merge branch 'master' into develop
2018-08-01 23:09:07 +01:00
Taylor Otwell
ff38d4e1a0
flatten resources more
2018-07-31 15:03:51 -05:00
Taylor Otwell
3e43e6b1d0
Merge pull request #4719 from Kramerican/master
...
Added Webdock.io link to readme
2018-07-31 07:49:35 -05:00
Kramerican
7ff1f264e3
Merge pull request #1 from Kramerican/Kramerican-patch-1
...
Added Webdock.io to sponsors list
2018-07-31 10:49:21 +02:00
Kramerican
56aa358d68
Added Webdock.io to sponsors list
2018-07-31 10:14:53 +02:00
Taylor Otwell
8512ad3181
Merge pull request #4716 from martin-heralecky/patch-1
...
Delete trailing whitespace in phpunit.xml
2018-07-27 11:28:48 -05:00
Martin Heralecký
b23f77fa60
delete trailing whitespace in phpunit.xml
2018-07-26 23:30:57 +02:00
Taylor Otwell
4334f13e2e
Merge branch 'master' into develop
2018-07-19 07:50:18 -05:00
Taylor Otwell
5da2d13b04
compile
2018-07-19 07:50:06 -05:00
Taylor Otwell
f619d4f7c2
Merge branch 'develop' of github.com:laravel/laravel into develop
2018-07-19 07:48:59 -05:00
Taylor Otwell
bf9836a785
Merge branch 'master' into develop
2018-07-19 07:48:44 -05:00
Taylor Otwell
6646ad7c52
update font and colors
2018-07-19 07:48:31 -05:00
Taylor Otwell
fa81e36841
Merge pull request #4703 from thannaske/feature-maintenance-except-routes
...
[5.6] Adding boilerplate maintenance middleware with excepted URIs array
2018-07-12 10:00:50 -04:00
Tobias
6bd50e79a9
Adding boilerplate maintenance middleware with excepted URIs array
2018-07-12 01:13:44 +02:00
Taylor Otwell
736c5cadf4
Merge pull request #4700 from wuwx/patch-3
...
a-z order
2018-07-10 09:18:12 -04:00
wuweixin
5fc9adaa3f
a-z order
2018-07-10 14:20:22 +08:00
Taylor Otwell
1088837cf3
Merge pull request #4698 from mpociot/add_dump_server
...
Add beyondcode/laravel-dump-server as dev dependency
2018-07-09 16:32:01 -04:00
Marcel Pociot
62e6c34bdd
Add beyondcode/laravel-dump-server as dev dependency
2018-07-09 21:07:46 +02:00
Taylor Otwell
5c38dee39e
fix conflicts
2018-07-03 09:43:52 -05:00
Taylor Otwell
b65c8245f7
formatting
2018-07-03 09:39:43 -05:00
Taylor Otwell
d4e1b931dc
Merge pull request #4693 from laravel/analysis-8PAgMA
...
Apply fixes from StyleCI
2018-07-03 09:39:25 -05:00
Taylor Otwell
715c7e101f
Apply fixes from StyleCI
2018-07-03 14:39:18 +00:00
Taylor Otwell
3d70f988f6
Merge pull request #4692 from barryvdh/patch-4
...
[5.7] Add addHttpCookie to VerifyCsrfToken
2018-07-03 09:39:03 -05:00
Barry vd. Heuvel
76af90b50c
Add addHttpCookie to VerifyCsrfToken
2018-07-03 16:37:01 +02:00
Taylor Otwell
c6d7d83ba3
add sponsor
2018-06-29 14:45:06 -05:00
Taylor Otwell
fe796d8806
Merge pull request #4689 from laravel/verify-skeleton
...
This PR contains the application skeleton changes needed for optional email verification.
To use:
php artisan make:auth
Route::auth(['verify' => true]);
class User implements MustVerifyEmail
Route::get('/home', etc...)->middleware('verified');
2018-06-22 10:25:28 -05:00
Taylor Otwell
746a9e87a0
use date
2018-06-21 15:32:22 -05:00
Taylor Otwell
cd594395d9
add signed
2018-06-21 11:13:00 -05:00
Taylor Otwell
592b3936a3
update migration
2018-06-21 11:11:30 -05:00
Taylor Otwell
4957bd5e0c
stub in import
2018-06-21 11:10:17 -05:00
Taylor Otwell
d6b6e706b1
add event registration
2018-06-21 11:09:58 -05:00
Taylor Otwell
69e92d6454
initial pass
2018-06-21 11:08:49 -05:00
Taylor Otwell
d53539b47b
Merge pull request #4687 from mll-lab/unit-tests-first
...
[5.6] Switch execution order of testsuites, unit tests first
2018-06-18 07:37:18 -05:00
Benedikt Franke
769dc6b96b
Switch execution order of testsuites, unit tests first
...
Unit tests usually run faster and provide more fine-granular feedback if something is broken. If some small part of the application is broken, it may easily cause all the feature tests to fail, while not providing useful feedback.
2018-06-18 09:27:59 +02:00
Taylor Otwell
e7a74be282
Merge pull request #4670 from amenk/patch-2
...
Add iMi digital new Patreon Sponsor to readme
2018-06-01 10:04:45 -05:00
Alexander Menk
4fe0d4c13a
Add iMi digital new Patreon Sponsor to readme
2018-06-01 14:44:00 +02:00
Taylor Otwell
1dfa2851fa
Merge pull request #4665 from barryvdh/patch-3
...
[5.6] Use seperate cache database for Redis
2018-05-24 08:14:08 -05:00
Barry vd. Heuvel
c3b99e971c
Use seperate cache DB for Redis
2018-05-23 21:50:25 +02:00
Taylor Otwell
0869d963aa
Merge pull request #4661 from driesvints/patch-1
...
[5.6] Fix alpha_dash
2018-05-18 07:59:35 -05:00
Dries Vints
7ff917aa20
Fix alpha_dash
...
It also accepts underscores as valid signs as explicitly stated in the docs and source code so I believe it would be best to also add it to the validation message.
2018-05-18 14:52:24 +02:00
Taylor Otwell
aefda0cfec
Merge pull request #4658 from DojoGeekRA/feature/editorconfig
...
Add .editorconfig file
2018-05-10 10:42:43 -05:00
Roberto Aguilar
3c338b6afd
Add .editorconfig file
2018-05-10 10:34:22 -05:00
Taylor Otwell
3f92cf66f5
Merge pull request #4656 from caouecs/patch-1
...
fix: alphabetical order
v5.6.21
2018-05-08 14:42:54 -05:00
Till Krüss
83dc947111
add release notes for v5.6.7 and v5.6.12
2018-05-08 08:39:47 -07:00