append_config(array Array)
- @return array
- Assign high numeric IDs to a config item to force appending.
<?php | |
namespace App\Providers; | |
use Validator; | |
use Illuminate\Support\ServiceProvider; | |
class AppServiceProvider extends ServiceProvider | |
{ | |
/** |
<?php | |
/* | |
* add to config/app.php providers | |
* App\Providers\ValidationProvider::class, | |
* | |
* add to lang/validation.php | |
* 'currented' => 'The current password is not correct.', | |
*/ |