anamcoollzz/stisla is a Laravel package for :description.
It currently has 0 GitHub stars and 209 downloads on Packagist.
Install it with composer require anamcoollzz/stisla.
Discover more Laravel packages by anamcoollzz
or browse all Laravel packages to compare alternatives.
Last updated
This is where your description should go. Take a look at contributing.md to see a to do list.
Via Composer
$ composer require anamcoollzz/stisla
Please see the changelog for more information on what has changed recently.
.envUser.php in app folderdatabase/migrations folderdatabase/seeds folderviews folder in resources$ php artisan vendor:publish --tag=stisla.all
$ composer dump-autoload
$ php artisan migrate --seed
Route::get('/masuk', 'Stisla\AutentikasiController@formMasuk')->name('masuk');
Route::post('/masuk', 'Stisla\AutentikasiController@masuk');
Route::middleware(\App\Http\Middleware\Masuk::class)->group(function(){
Route::get('/', 'Stisla\AutentikasiController@dashboard')->name('dashboard');
Route::get('/profil', 'Stisla\AutentikasiController@profil')->name('profil');
Route::put('/profil', 'Stisla\AutentikasiController@perbaruiProfil')->name('profil.update');
Route::get('/keluar', 'Stisla\AutentikasiController@keluar')->name('keluar');
});
Please see contributing.md for details and a todolist.
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
license. Please see the license file for more information.