bantenprov / profil-kepegawaian
Profil Pegawai Pemerintah Provinsi Banten
dev-master
2018-02-04 10:18 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-12 18:45:10 UTC
README
Profil Pegawai Pemerintah Provinsi Banten
Install
$ composer require bantenprov/profil-kepegawaian:dev-master
Edit config/app.php
'providers' => [ App\Providers\EventServiceProvider::class, App\Providers\RouteServiceProvider::class, //... Bantenprov\ProfilKepegawaian\ProfilKepegawaianServiceProvider::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-kepegawaian:install