Commit Graph

89 Commits

Author SHA1 Message Date
Sven Wittevrongel 590ae17031 Add Arr and Str aliases by default 2019-02-26 14:31:11 +01:00
Taylor Otwell 63a4039123 add asset url configuration option 2018-11-14 14:36:47 -06:00
Taylor Otwell b98d49ebb3 formatting 2018-10-02 12:51:41 -05:00
Clément Blanco 24029be5b1
Fixing StyleCI identation 2018-10-02 15:50:48 +01:00
Clément Blanco e9f6ec36a7
Adding faker_locale default config value.
As per [that PR](https://github.com/laravel/framework/pull/17895) and [the documentation](https://laravel.com/docs/5.6/database-testing#writing-factories), I wanted to make sure this was present in the `app/config.php` out of the box.

It's a great thing and I'm sure people will be happy to use it rather than overriding the singleton registration.
2018-10-02 15:45:42 +01:00
Taylor Otwell 6d9215c0a4 formatting 2018-09-04 08:09:32 -05:00
Taylor Otwell acabdff2e3 update log configuration file 2018-01-04 15:28:26 -06:00
Taylor Otwell a6c68c24c9 fixing conflicts 2017-08-30 11:55:27 +02: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 6db0f350fb no longer needed with autodiscovery 2017-06-01 11:39:13 -05:00
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