z-song / laravel-admin

Build a full-featured administrative interface in ten minutes
https://laravel-admin.org
MIT License
11.13k stars 2.81k forks source link

从1.8.9开始export-seed是不是只兼容laravel8了啊 #5173

Closed wannabing closed 3 years ago

wannabing commented 3 years ago

Description:

运行 php artisan admin:export-seed 程序报错。文件夹seeders不存在

ErrorException : file_put_contents(/home/vagrant/Code/xxxxx/database/seeders/AdminTablesSeeder.php): failed to open stream: No such file or directory

发现laravel6和laravel7 在datebase里面是seeds文件夹,在laravel8里面是seeders文件夹。 laravel-admin 从1.8.9开始admin:export-seed命令就改成了在seeders里面创建seeder文件,导致laravel6和7版本会报错

TonyHappyStyle commented 3 years ago

我也遇到了这个问题,等待解决方案!

TonyHappyStyle commented 3 years ago

我暂时靠修改vendor\encore\laravel-admin\src\Console\ExportSeedCommand.php里面的代码解决这个问题,将seeders改为了seeds,先将就用着,希望作者能维护这个问题 1 微信截图_20210119222216

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.