logo laravel

Search Form – WordPress-Like Blog Laravel 5.7 and AdminLTE 3 (19)

WordPress-Like Blog Laravel 5.7 and AdminLTE 3 (19) – Search Form In this nineteenth part of creating WordPress-Like Blog using Laravel 5.7 and AdminLTE 3, we will : Create a Search Form for the Posts Create Search Form To begin with, you need to open frontend layouts in layouts/sidebar.blade.php and activate the search form and Read more about Search Form – WordPress-Like Blog Laravel 5.7 and AdminLTE 3 (19)[…]

logo laravel

Adding User Role to Form – WordPress-Like Blog Laravel 5.7 and AdminLTE 3 (18)

WordPress-Like Blog Laravel 5.7 and AdminLTE 3 (18) – Adding User Role to Form In the previous part, we have created a role for the users. In this eighteenth part of creating WordPress-Like Blog using Laravel 5.7 and AdminLTE 3, we will : Adding Role Dropdown to Create User Form Modify resources/views/backend/user.blade.php and add the following Read more about Adding User Role to Form – WordPress-Like Blog Laravel 5.7 and AdminLTE 3 (18)[…]

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)[…]

logo laravel

Manage Users – WordPress-Like Blog Laravel 5.7 and AdminLTE 3 (16)

WordPress-Like Blog Laravel 5.7 and AdminLTE 3 (16) – Manage Users In this sixteenth part of creating WordPress-Like Blog using Laravel 5.7 and AdminLTE 3, we will : Add Users Menu Display Users Add User Edit User Delete User Add Users Menu Add users menu inside sidebar.blade.php

Display Users Add another routes :

Read more about Manage Users – WordPress-Like Blog Laravel 5.7 and AdminLTE 3 (16)[…]

logo laravel

Membuat Blog dengan Laravel 5.7 dan AdminLTE 3 (15) – Manage Kategori

WordPress-Like Blog Laravel 5.7 and AdminLTE 3 (15) – Manage Kategori Pada bagian kelima belas ini, kita akan : Menambah Menu Kategori Menampilkan Kategori Menambah Kategori Mengedit Kategori Menghapus Kategori Menambah Menu Kategori Untuk menambahkan menu kategori di sidebar, modifikasi sidebar.blade.php yang berada di dalam folder resources/views/layouts/backend.

Karena routenya belum ada, kita tambahkan dulu Read more about Membuat Blog dengan Laravel 5.7 dan AdminLTE 3 (15) – Manage Kategori[…]