创建控制器php artisan make:controller Admin\AdminController
创建ORM模型php artisan make:model Model\User
生成APP_KEYphp artisan key:generate