bantenprov / profil-kependudukan
There is no license information available for the latest version (dev-master) of this package.
The ProfilKependudukan package
dev-master
2018-02-04 10:12 UTC
Requires
- php: >=5.6.4
- illuminate/support: 5.4.*
- laravelcollective/html: ^5.4.0
This package is not auto-updated.
Last update: 2024-12-26 17:16:34 UTC
README
Profil Kependudukan Pemerintah Provinsi Banten
Install
$ composer require bantenprov/profil-kependudukan:dev-master
Edit config/app.php
'providers' => [ App\Providers\EventServiceProvider::class, App\Providers\RouteServiceProvider::class, //... Bantenprov\ProfilKependudukan\ProfilKependudukanServiceProvider::class, ], 'aliases' => [ 'Validator' => Illuminate\Support\Facades\Validator::class, 'View' => Illuminate\Support\Facades\View::class, //... 'Form' => Collective\Html\FormFacade::class, 'Html' => Collective\Html\HtmlFacade::class,
Command setup :
$ php artisan profil-kependudukan:install