reziamini / laravel-easypanel

A beautiful and flexible admin panel creator based on Livewire for Laravel
https://easypanel.netlify.app/getting-started
MIT License
617 stars 104 forks source link

Fix lowercase in XxxComponent's model namespace #44

Closed ucan-lab closed 2 years ago

ucan-lab commented 2 years ago
ScreenShot 2021-12-28 23 53 26

use App\Models\book; in app/CRUD/BookComponent.php

ScreenShot 2021-12-28 23 48 36
reziamini commented 2 years ago

Thanks!