logo laravel

Membuat Blog dengan Laravel 5.7 dan AdminLTE 3 (11) – Membuat Post Baru

WordPress-Like Blog Laravel 5.7 and AdminLTE 3 (11) – Menambah Post Baru Pada bagian kesebelas ini, kita akan : Membuat Form untuk menambah Post baru Membuat Form ValidasiCreate Form Validation Mengupload Image Membuat Image Thumbnail Membuat Form untuk Menambah Post Baru Kita akan menginstall  laravelcollective untuk mempermudah pekerjaan kita. Buka terminal dan install laravelcollective : Read more about Membuat Blog dengan Laravel 5.7 dan AdminLTE 3 (11) – Membuat Post Baru[…]

logo laravel

Create a New Post – WordPress-Like Blog Laravel 5.7 and AdminLTE 3 (11)

WordPress-Like Blog Laravel 5.7 and AdminLTE 3 (11) – Create a New Post In this eleventh part of creating WordPress-Like Blog using Laravel 5.7 and AdminLTE 3, we will : Create Form to Add a New Post Create Form Validation Image Upload Create Image Thumbnail Create Form to Add a New Post We will install Read more about Create a New Post – WordPress-Like Blog Laravel 5.7 and AdminLTE 3 (11)[…]

logo laravel

Membuat Blog dengan Laravel 5.7 dan AdminLTE 3 (10) – Menampilkan Posts

Membuat Blog dengan Laravel 5.7 dan AdminLTE 3 (10) – Menampilkan Seluruh Posts Di bagian kesepuluh ini, kita akan : Memodifikasi menu sidebar Menampilkan seluruh post lewat index() Modifikasi Menu Sidebar Kita akan memodifikasi sidebar default AdminLTE untuk membuang menu-menu yang tidak perlu. Buka resources/views/layouts/sidebar.blade.php dan ganti kodenya menjadi seperti ini :

Untuk saat Read more about Membuat Blog dengan Laravel 5.7 dan AdminLTE 3 (10) – Menampilkan Posts[…]

logo laravel

Displaying All Posts – WordPress-Like Blog Laravel 5.7 and AdminLTE 3 (10)

WordPress-Like Blog Laravel 5.7 and AdminLTE 3 (10) – Displaying All Posts In the tenth part of creating WordPress-Like Blog using Laravel 5.7 and AdminLTE 3, we will : Modify sidebar menu Displaying all posts Modify Sidebar Menu Before we start to perform CRUD on the blog posts, let’s modify the sidebar to remove the Read more about Displaying All Posts – WordPress-Like Blog Laravel 5.7 and AdminLTE 3 (10)[…]