logo laravel

Laravel 7 + Vue – (2) Vue Router

Sebelum melangkah ke Vue, kita akan menambahkan menu dan menghilangkan HTML element yang tidak perlu di dalam master.blade.php sehingga menjadi seperti ini :

Selanjutnya install vue-router

Buka resource/js/app.js dan tambahkan :

Kemudian buat component Dashboard.vue dan Profile.vue di dalam folder components.

Modifikasi master.blade.php untuk menambahkan router-view dan router-link

Pada Read more about Laravel 7 + Vue – (2) Vue Router[…]

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