logo laravel

Single Post and SEO Friendly URL – WordPress-Like Blog Laravel 5.7 and AdminLTE 3 (5)

WordPress-Like Blog Laravel 5.7 and AdminLTE 3 (5) – Single Post and SEO Friendly URL In this fifth part of creating WordPress-Like Blog using Laravel 5.6/5.7 and AdminLTE 3, we will : Create the single post Create SEO Friendly URL In the previous part, we have successfully created a page shows all the post from Read more about Single Post and SEO Friendly URL – WordPress-Like Blog Laravel 5.7 and AdminLTE 3 (5)[…]

logo laravel

Membuat Blog dengan Laravel 5.6 dan AdminLTE 3 (4) – Membuat Data yang Dinamis

Pada bagian ke empat ini, kita akan melakukan hal berikut : Mengganti data post yang statis dengan data yang berasal dari tabel posts. Pada home screen, post yang ditampilkan adalah post yang sudah di published. Pertama-tama, kita tambahkan route di routes/web.php :

Buka terminal dan buat BlogController.php :

BlogController.php akan muncul di dalam Read more about Membuat Blog dengan Laravel 5.6 dan AdminLTE 3 (4) – Membuat Data yang Dinamis[…]

logo laravel

WordPress-Like Blog Laravel 5.6/5.7 and AdminLTE 3 (4) – Dynamic Data

In this fourth part of creating WordPress-Like Blog using Laravel 5.6/5.7 and AdminLTE 3, we will : Replace the Static HTML data on the home screen with data from the posts table In the home screen, 0nly display the posts that has been published. Firstly, we need to modify routes/web.php by adding the following route: Read more about WordPress-Like Blog Laravel 5.6/5.7 and AdminLTE 3 (4) – Dynamic Data[…]