logo laravel

Laravel 5.7 + VueJS Basic CRUD

This tutorial will show you how to create a simple crud application using Laravel 5.7, VueJS, and AdminLTE . I assume that you already know how to install Laravel 5 on your system. If you don’t, please refer to the official website. If you have laravel 5 already in your system. Then we’re good to go. Environment and Layout Preparations Read more about Laravel 5.7 + VueJS Basic CRUD[…]

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

Membuat Blog dengan Laravel 5.7 dan AdminLTE 3 (7) – Filter Post berdasarkan Author

Membuat Blog dengan Laravel 5.6 – Filter Post berdasarkan Author Pada bagian ketujuh ini kita akan : Melakukan filter post berdasarkan author Menggunakan gravatar Filter the Post by Author Dengan fitur ini, visitor dapat melihat post mana saja oleh penulis tertentu ketika mengklik nama penulis pada post. Pertama tama, kita tambahkan route/web.php :

Buka BlogController.php Read more about Membuat Blog dengan Laravel 5.7 dan AdminLTE 3 (7) – Filter Post berdasarkan Author[…]