logo laravel

Laravel 7 + Vue – (1) Install AdminLTE3 dan Bootstrap 4

Tutorial kali ini kita akan membuat aplikasi Laravel 7 dengan Vue. Di step yang pertama, kita akan melakukan instalasi Laravel, AdminLTE dan Bootstrap 4 melalui npm. Install Laravel :

Setelah laravel terinstal, install aplikasi penunjang yang berada di dalam package.json dengan perintah

Install Admin LTE yang terbaru :

Selanjutnya, kita akan mengaktifkan Read more about Laravel 7 + Vue – (1) Install AdminLTE3 dan Bootstrap 4[…]

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