logo laravel

Managing Categories – WordPress-Like Blog Laravel 5.7 and AdminLTE 3 (15)

WordPress-Like Blog Laravel 5.7 and AdminLTE 3 (15) – Managing Categories In this fifteenth part of creating WordPress-Like Blog using Laravel 5.7 and AdminLTE 3, we will : Add Category Menu Display Categories Add Category Edit Category Delete Category Add Category Menu To add category menu on the sidebar, let’s modify sidebar.blade.php inside resources/views/layouts/backend directory. Read more about Managing Categories – WordPress-Like Blog Laravel 5.7 and AdminLTE 3 (15)[…]

logo laravel

Membuat Blog dengan Laravel 5.7 dan AdminLTE 3 (13) – Mengedit Post

WordPress-Like Blog Laravel 5.7 and AdminLTE 3 (12) – Mengedit Post Pada bagian ketiga belas ini, kita akan : Mengedit Post Mengedit Post Buka Backend\BlogController.php dan buat edit() method.

Buat file baru di dalam direktori resource/views/backend/blog dan beri nama form.blade.php. Kita akan memindahkan beberapa baris kode dari create.blade.php kesini. Modifikasi create.blade.php pada bagian ini: Read more about Membuat Blog dengan Laravel 5.7 dan AdminLTE 3 (13) – Mengedit Post[…]

logo laravel

Editing a Post – WordPress-Like Blog Laravel 5.7 and AdminLTE 3 (13)

WordPress-Like Blog Laravel 5.7 and AdminLTE 3 (13) – Editing a Post In this thirteenth part of creating WordPress-Like Blog using Laravel 5.7 and AdminLTE 3, we will : Edit an Existing Post Edit an Existing Post Jump over to the Backend\BlogController.php and create edit() method.

Create a new file inside resource/views/backend/blog directory and Read more about Editing a Post – WordPress-Like Blog Laravel 5.7 and AdminLTE 3 (13)[…]

logo laravel

Membuat Blog dengan Laravel 5.7 dan AdminLTE 3 (12) – Modifikasi Form

WordPress-Like Blog Laravel 5.7 and AdminLTE 3 (12) – Modifikasi Form Pada bagian kedua belas ini, kita akan : Menggunakan jQuery untuk mengisi field slug post. Menggunakan library simplemde.com untuk field body dan excerpt. Menggunakan Jasny Bootstrap Plugin untuk Preview Image Upload. Memodifikasi Form supaya mirip WordPress (Sedikit) Menggunakan jQuery untuk mengisi field slug post Read more about Membuat Blog dengan Laravel 5.7 dan AdminLTE 3 (12) – Modifikasi Form[…]

logo laravel

Form Modification – WordPress-Like Blog Laravel 5.7 and AdminLTE 3 (12)

WordPress-Like Blog Laravel 5.7 and AdminLTE 3 (12) – Form Modification In this twelfth part of creating WordPress-Like Blog using Laravel 5.7 and AdminLTE 3, we will : Use jquery to fill the slug text field Using simplemde.com library for the excerpt and body field Preview Image Upload using Jasny Bootstrap Plugin Reorganize the Create Read more about Form Modification – WordPress-Like Blog Laravel 5.7 and AdminLTE 3 (12)[…]