我正在运行 macOS Sonoma 14.2.1 并尝试为我的 laravel todo 应用程序创建模型

问题描述 投票:0回答:1
ar make:model Todo -m
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ar: illegal option -- k
usage:  ar -d [-TLsv] archive file ...
        ar -m [-TLsv] archive file ...
        ar -m [-abiTLsv] position archive file ...
        ar -p [-TLsv] archive [file ...]
        ar -q [-cTLsv] archive file ...
        ar -r [-cuTLsv] archive file ...
        ar -r [-abciuTLsv] position archive file ...
        ar -t [-TLsv] archive [file ...]
        ar -x [-ouTLsv] archive [file ...]

这是什么意思?

我对 php laravel 还很陌生,所以我对这一切都不太有信心,所以解决这个问题的细节越详细越好。

php laravel macos macos-sonoma
1个回答
0
投票

采用拉式形式 php artisan make:model Todo -m

© www.soinside.com 2019 - 2024. All rights reserved.