logo laravel

Access Control with Laratrust – WordPress-Like Blog Laravel 5.7 and AdminLTE 3 (17)

WordPress-Like Blog Laravel 5.7 and AdminLTE 3 (17) – Access Control To make our application more secure, we need to limit users’ permission. To do this, we will implement Access Control List, or ACL or Role-Based Access Control (RBAC). In this seventeenth part of creating WordPress-Like Blog using Laravel 5.7 and AdminLTE 3, we will Read more about Access Control with Laratrust – WordPress-Like Blog Laravel 5.7 and AdminLTE 3 (17)[…]

Yii2 Framework

Tutorial Yii2 Bagian 6 : Access Control

Di bagian 6 Tutorial Yii2 kali ini, kita akan membahas Access Control, yaitu pengaturan untuk siapa saja yang bisa mengakses suatu halaman web. Disini kita akan memberikan akses ke user yang sudah login untuk melakukan penambahan dan modifikasi post. Apabila user belum login, maka tidak bisa melakukan hal tersebut. 1. Buka file PostsController.php yang berada di folder /basic/controllers dan Read more about Tutorial Yii2 Bagian 6 : Access Control[…]