Sunway

Results 11 comments of Sunway

也有多种重写办法 https://learnku.com/laravel/t/67774

try this ? https://laravel-admin.org/docs/zh/1.x/model-grid-data

这么高端吗,都上 laravel 9 了

> > Will this work on Laravel 9* and PHP 8*? > > I used laravel 9 but it looks like not work It hasn't been updated in a long...

You can try this ` php artisan admin:make BillInfoController --model="app\Models\BillInfo" `

> > You can try this > > `php artisan admin:make BillInfoController --model="app\Models\BillInfo"` > > not work same error ... model does not exists. Sorry, try this again ` php...

> I try with case sensitive format but showing same error and also try after delete model manually and > > php artisan make:model billinfo -c > > Show message...

> have u test it with `\\` ?? `php artisan admin:make BillInfoController --model=App\\Models\\BillInfo` I got same error with only one backslash > > PHP version | PHP/8.0.18 Laravel version |...

![image](https://user-images.githubusercontent.com/21077127/177075207-6401c3af-5b04-4a2f-bc7f-046df0fad8b3.png) I tried to execute it on window and got this result - php-8.1.5-Win32-vs16-x64 - Laravel Framework 8.83.12 - Laravel-admin version 1.8.17 `--model=App\Models\Moment\Coupon` You should try "App", Instead of "app"...

> have u test it with `\\` ?? `php artisan admin:make BillInfoController --model=App\\Models\\BillInfo` I got same error with only one backslash > > PHP version | PHP/8.0.18 Laravel version |...