Matthew Davis
323e553f33
Make app name configurable in environment file
2017-04-03 20:07:41 +01:00
Taylor Otwell
52f0196fd3
Move broadcast channel registration to a routes file.
...
These are very similar to routes in that they are channel endpoints
that your application supports and they also fully support route model
binding in Laravel 5.4. Upgraded applications do not need to make this
change if they do not want to.
2016-12-30 15:46:05 -06:00
Graham Campbell
380c3a76a0
Added tinker to the default app
2016-12-29 13:06:11 +00:00
Taylor Otwell
a80e5bca0b
add bus alias
2016-09-20 08:38:45 -05:00
Taylor Otwell
49a48100a7
different default name
2016-09-14 09:57:39 -05: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
6f6851946b
fix conflicts
2016-08-23 15:08:01 +02:00
Taylor Otwell
e6cc60349d
add notification facade
2016-08-08 16:10:19 -05:00
Taylor Otwell
5d0ecde4cf
get rid of space
2016-08-04 07:49:27 -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
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
dc3d82f03f
Add aliases.
2016-07-14 16:48:25 -05:00
Taylor Otwell
e7a03b4538
Stop aliasing a bunch of classes by default.
...
This is not a breaking change since upgrade aliases will still work.
2016-07-14 11:27:16 -05:00
Taylor Otwell
737b5eb3ef
stub notifications
2016-06-22 09:57:59 -05:00
Taylor Otwell
edc5cee942
Merge branch 'master' into develop
2016-06-04 09:37:46 -05:00
Taylor Otwell
767801a317
working on formatting
2016-06-04 09:37:32 -05:00
Michael Dyrynda
7259c265e6
Add application log level configuration
...
This config option ties in with changes in fbd6e77 that were tagged in
v5.2.35 of the framework.
2016-06-04 09:58:04 +09:30
Taylor Otwell
da662e40ec
working on broadcasting
2016-04-29 22:40:08 -05:00
Taylor Otwell
ec0e06e783
cleaning up configs
2016-03-01 08:23:00 -06:00
Aden Fraser
278c41887c
APP_URL added to Environment Configuration
2016-02-17 23:29:24 +00:00
Taylor Otwell
60d782a1bb
remove unneeded service provider
2015-12-08 15:28:26 -06:00
Taylor Otwell
7ef3839fbf
adding env to app config
2015-12-08 14:25:11 -06:00
Graham Campbell
b81af30b93
Remove default key
2015-12-06 19:50:14 +00:00
Taylor Otwell
2adbbbd91e
update config
2015-12-04 22:50:20 -06:00
Antério Vieira
f663e25b72
Remove alias inspire
2015-11-25 10:51:14 -02:00
ARCANEDEV
9a7145e495
Updating the log system with env variable
2015-11-05 18:08:21 +00:00
Taylor Otwell
7d4b5d75ef
Default auth service provider.
2015-08-29 20:27:18 -05:00
Taylor Otwell
c82c5eceda
acl changes
2015-08-29 16:36:22 -05:00
Graham Campbell
7e303014b6
Sync with 5.0
2015-06-15 22:22:23 +01:00
Taylor Otwell
bacda07552
Change default cipher.
2015-06-06 13:20:49 -05:00
Romain Lanz
4b3391f6f0
Use PHP 5.5 ::class property in config files
...
See https://github.com/laravel/laravel/pull/3402
2015-06-05 14:58:10 +02:00
Graham Campbell
4c291abfe8
Added back cipher config
2015-06-04 16:40:28 +01:00
Taylor Otwell
f0cad014cf
remove cipher option
2015-06-03 15:08:26 -05:00
Taylor Otwell
bd9a4f5436
Some sample configuration.
2015-04-27 15:21:32 -05:00
Taylor Otwell
3516f4f677
Use single logs by default.
2015-03-27 10:38:03 -05:00
Taylor Otwell
f424b87a63
PSR-2 for app.
2015-02-22 20:47:03 -06:00
Taylor Otwell
1500a18696
Tweak some jobs and names.
2015-02-20 20:49:06 -06:00
Jose H. Milan
a70c11fcce
Mentioning new config option as per Taylor request
...
https://github.com/laravel/framework/pull/7173#issuecomment-71988006
2015-01-29 09:46:32 +01:00
Taylor Otwell
9b9c12fcde
Update facade.
2015-01-26 10:46:43 -06:00
Taylor Otwell
0ec2d01fa4
Add Disk facade.
2015-01-26 10:35:14 -06:00
Taylor Otwell
7dc60a86dc
Add Eloquent alias.
2015-01-26 10:34:01 -06:00
Taylor Otwell
ed2c0546d1
Add Bus facade.
2015-01-23 14:44:20 -06:00
Taylor Otwell
0089439a33
A few tweaks.
2015-01-22 15:28:02 -06:00
Laurence Ioannou
fdc9b93edd
Update app.php
2015-01-18 13:17:49 +11:00
Taylor Otwell
ff13943dbe
Merge pull request #3200 from overtrue/patch-3
...
[5.0]Modify the wording of env() default values
2015-01-02 16:27:45 -06:00
Taylor Otwell
c1db7050ea
Add a basic service provider for config overwriting.
2015-01-02 14:47:42 -06:00
Carlos - 安正超
38e9a241db
Modify the wording of env() default values
2014-12-30 10:06:17 +08:00
Ibrahim AshShohail
a09c060268
Switch the order of app providers
2014-12-28 16:54:19 +03:00
Taylor Otwell
dc384fe1f5
Stub out some folders for jobs / commands and events.
2014-12-27 16:45:14 -06:00