Posts

Showing posts with the label PHP

Laravel 8 : User Management Part3

Image
Melanjutkan postingan  Sebelumnya dimana sudah sampai pembuatan helpers dan registrasi helpers pada file composer.json, selanjutnya membuat view untuk masing-masing halaman. Pertama halaman login, tambahkan file login.blade.php pada folder resources/views login.blade.php <! DOCTYPE   html > < html > < head >      < meta   charset = "utf-8" >      < meta   name = "viewport"   content = "width=device-width, initial-scale=1" >      < meta   http-equiv = "cache-control"   content = "private, max-age=0, no-cache" >      < meta   http-equiv = "pragma"   content = "no-cache" >      < meta   http-equiv = "expires"   content = "0" >      < title > Laravel User Management </ title >      < link   href = "/css/bootstrap.min.css"   rel = "stylesheet" >      < link   href = "/css/datepicker3.css"   rel = "s