ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、视频、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
<code>php artisan serve</code>: Turn on the server <code>php artisan make:migration create_demos_table --create=demos</code>: Create a Laravel data table <code>php artisan migrate</code>: Migrating data <code>php artisan make:controller DemoController</code>: Create controller <code>php artisan make:model Demo</code>: Create a model <code>php artisan make:resource Demo</code>: Create a bridge between the quick build model and the JSON return data <code>php artisan key:generate</code>: Create an interface key <code>Composer update –no-scripts</code>: Skip scripts defined in the composer.json file <code>php artisan view:clear</code>: Clear view cache <code>php artisan config:clear</code>: Clear configuration cache <code>php artisan cache:clear</code>: Clear the cache <code>php artisan tinker</code>: Create data