logo laravel

Basic Laravel 5.7 CRUD API using Fractal and Transformers

In this basic tutorial, we will create an API to create read update and delete (CRUD) a post using Laravel Transformers. Create Posts Table and User Controller Create Posts Table Create posts table through migration :

Open the newly migration file and add some attributes :

Run the migration :

Create UserController Read more about Basic Laravel 5.7 CRUD API using Fractal and Transformers[…]

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

logo laravel

Membuat Blog dengan Laravel 5.7 dan AdminLTE 3 (15) – Manage Kategori

WordPress-Like Blog Laravel 5.7 and AdminLTE 3 (15) – Manage Kategori Pada bagian kelima belas ini, kita akan : Menambah Menu Kategori Menampilkan Kategori Menambah Kategori Mengedit Kategori Menghapus Kategori Menambah Menu Kategori Untuk menambahkan menu kategori di sidebar, modifikasi sidebar.blade.php yang berada di dalam folder resources/views/layouts/backend.

Karena routenya belum ada, kita tambahkan dulu Read more about Membuat Blog dengan Laravel 5.7 dan AdminLTE 3 (15) – Manage Kategori[…]

logo laravel

Deleting a Post – WordPress-Like Blog Laravel 5.7 and AdminLTE 3 (14)

WordPress-Like Blog Laravel 5.7 and AdminLTE 3 (14) – Deleting a Post In this thirteenth part of creating WordPress-Like Blog using Laravel 5.7 and AdminLTE 3, we will : Delete an Existing Post and put it in the Trash List Deleted Posts inside the Trash Delete image and image thumbnail Delete and Existing Post To Read more about Deleting a Post – WordPress-Like Blog Laravel 5.7 and AdminLTE 3 (14)[…]