Laravel creates an Admin API from scratch — Part 4 — Last part, we added the Spatie Laravel-permission package to our Laravel Admin API. Also, we added roles and permissions using the Laravel Admin core package seeder. In this blog, we going to create Laravel REST API for our Permission CRUD. Laravel REST API Usually, for normal CURD operations, we use Resource Controllers. …