该文被密码保护。 阅读全文
该文被密码保护。 阅读全文
摘要:
$ php artisan make:model Brand -m //创建模型并生成迁移文件 $ php artisan migrate //运行迁移 $ php artisan admin:make BrandController --model=App\Brand //创建关联Brand模型的 阅读全文
摘要:
laravel-admin 安装 安装 首先确保安装好了laravel,并且数据库连接设置正确。 Laravel 5.1, 已经不维护了 composer require encore/laravel-admin "1.1.*" Laravel 5.2 composer require encore 阅读全文
摘要:
Composer 安装时要求输入授权用户名密码? composer require "overtrue/laravel-socialite:~2.0" Authentication required (packagist.phpcomposer.com): Username: composer re 阅读全文