Ng Yik Phang
8fc2e7e0a4
Add fallback sans-serif font in case the custom font fails to load
2016-08-28 13:53:23 +08:00
Taylor Otwell
1cb19ac911
Merge pull request #3910 from restored18/master
...
Add web.config for IIS
2016-08-26 22:20:33 +01:00
restored18
366f8ab23a
Add web.config
2016-08-26 14:33:46 -05:00
Taylor Otwell
63e0cdc493
Merge pull request #3909 from Rkallenkoot/patch-1
...
Sorted the Application Service Providers alphabetically
2016-08-26 12:39:50 +01:00
Roelof Kallenkoot
f19c16c023
Sorted the Application Service Providers alphabetically
...
Minor change to stay consistent
2016-08-26 00:16:58 +02:00
Taylor Otwell
de81dd38d1
Merge pull request #3906 from greabock/patch-1
...
Change .env PUSHER_* params order
2016-08-25 01:21:58 +02:00
Роман Сохарев
9c7fad23e7
Change .env PUSHER_* params order
...
jsut same order 
2016-08-25 05:57:45 +07:00
Taylor Otwell
362383d7c5
Merge pull request #3904 from scrubmx/patch-5
...
[5.3] Remove extra whitespace in config/cache.php
2016-08-24 10:28:57 +02:00
Jorge González
82357a563a
Remove extra whitespace in config/cache.php
2016-08-23 22:39:29 -05:00
Taylor Otwell
f5dfa2057e
fix typo
2016-08-23 15:14:23 +02:00
Taylor Otwell
99de565ae7
change composer file
2016-08-23 15:09:36 +02:00
Taylor Otwell
6f6851946b
fix conflicts
2016-08-23 15:08:01 +02:00
Taylor Otwell
e959c22840
Merge pull request #3899 from heruputra/patch-1
...
Fix order
2016-08-22 05:05:17 -05:00
Heru Hang Tryputra
a14dc56a7f
Fix order
...
Fix .gitignore items in alphabetical order.
2016-08-22 17:02:27 +07:00
Taylor Otwell
b05598b57b
Merge remote-tracking branch 'origin/develop' into develop
2016-08-21 07:49:47 -05:00
Taylor Otwell
cf0875a655
move middleware to route
2016-08-21 07:49:37 -05:00
Taylor Otwell
a2c075bd30
Merge pull request #3894 from adamwathan/53-precomputed-hash
...
Use precomputed hash instead of bcrypt in ModelFactory
2016-08-21 07:35:24 -05:00
Adam Wathan
3435710575
Use implicit null instead of explicit
2016-08-21 14:29:10 +02:00
Adam Wathan
792dcd48c8
Compute hash only once and store in static variable
2016-08-21 14:23:50 +02:00
Adam Wathan
b041a03878
Use precomputed hash instead of bcrypt in ModelFactory
2016-08-21 12:31:02 +02:00
Mohamed Said
aed59d9f7a
remove brackets
2016-08-21 01:17:41 +02:00
Mohamed Said
c0b95238c9
Remove defalut auth:api middleware
2016-08-21 01:01:52 +02:00
Taylor Otwell
268953862f
fix order
2016-08-19 16:24:19 -05:00
Taylor Otwell
d84c4990fd
Merge pull request #3891 from socieboy/develop
...
[5.3] Add BROADCAST_DRIVER on .env
2016-08-19 16:24:03 -05:00
Frank Sepulveda
8998cf5533
Add BROADCAST_DRIVER on .env
...
Having pusher keys, the file should contain the key for the broadcast also.
2016-08-19 10:42:01 -07:00
Taylor Otwell
e596cef035
Merge pull request #3889 from adriaanzon/patch-1
...
Use module name instead of path
2016-08-19 11:09:53 -05:00
Taylor Otwell
ffd7ad912e
Revert recent changes to env file.
2016-08-19 07:20:12 -05:00
Adriaan Zonnenberg
7571f2b5b4
Use module name instead of path
2016-08-18 21:46:38 +02:00
Taylor Otwell
c7a1c7d773
Ship a console routes file by default. 🌊
2016-08-16 19:44:31 -05:00
Taylor Otwell
57b57bf1b3
Merge pull request #3880 from BrandonSurowiec/patch-2
...
Update email address
2016-08-16 07:39:01 -05:00
Taylor Otwell
9fb8af19d7
Merge pull request #3881 from BrandonSurowiec/patch-4
...
Update server.php email address
2016-08-16 07:38:53 -05:00
Brandon Surowiec
6f055a9b47
Update server.php email address
2016-08-16 00:13:51 -04:00
Brandon Surowiec
97fde5bff9
Update email address
2016-08-16 00:11:58 -04:00
Taylor Otwell
982e769d2a
Merge pull request #3874 from lancepioch/patch-1
...
[5.2] Add TokenMismatchException to the dontReport array
2016-08-15 19:21:15 -05:00
Taylor Otwell
86676aa02e
Merge pull request #3878 from tillkruss/patch-4
...
Fix order
2016-08-13 21:26:27 -05:00
Till Krüss
f111704314
Fix order
2016-08-13 18:42:51 -07:00
Taylor Otwell
40e9d60e88
Merge pull request #3877 from balping/patch-1
...
GitIgnore PHPStorm's config directory
2016-08-13 20:19:59 -05:00
balping
3415beaebb
GitIgnore PHPStorm's config directory from
...
If you open a (laravel) project in phpstorm, it places a `.idea` folder in the project root. This contains project-specific ide settings. You usually don't want to include such files in a git repo.
2016-08-14 02:03:34 +02:00
Lance Pioch
05235ee6bf
Add TokenMismatchException to the dontReport array
2016-08-12 19:26:34 -04:00
Taylor Otwell
583fd4ed4f
Merge pull request #3872 from donnes/patch-1
...
Use const instead of var in Vue instance
2016-08-12 09:53:17 -05:00
Donald Silveira
4ee51720a3
Use const instead of var in Vue instance
...
Reference to Pull Request #3871
2016-08-12 11:43:47 -03:00
Taylor Otwell
e79c0d222d
Merge pull request #3871 from diogoazevedos/use-const
...
[5.3] Use const instead of var in require
2016-08-12 09:14:13 -05:00
Taylor Otwell
7bb7adef06
Merge pull request #3870 from diogoazevedos/arrow-functions
...
[5.3] Use arrow functions instead of functions
2016-08-12 09:07:30 -05:00
Diogo Azevedo
6d21a74c5d
Use const instead of var in require
2016-08-12 09:36:27 -03:00
Diogo Azevedo
afb3e1c93d
Use arrow functions instead of functions
2016-08-12 09:33:17 -03:00
Taylor Otwell
788a648165
match order to website
2016-08-11 21:31:42 -05:00
Taylor Otwell
e49c8aeb05
Merge pull request #3867 from JosephSilber/remove-requests
...
[5.3] Delete app/Http/Requests directory
2016-08-11 20:57:23 -05:00
Taylor Otwell
43c2d8ec92
tweak variable
2016-08-11 14:53:58 -05:00
Taylor Otwell
655dbadd1e
tweaking default setup
2016-08-11 14:47:29 -05:00
Taylor Otwell
47c0b45861
Merge remote-tracking branch 'origin/develop' into develop
2016-08-11 14:33:29 -05:00