暗黑黑 / laravel
DarkBlack 核心应用
dev-Master-Dev
2018-06-21 00:48 UTC
Requires
- php: ^7.1.3
- fideloper/proxy: ^4.0
- laravel/framework: 5.6.*
- laravel/tinker: ^1.0
- laravelcollective/html: ^5.4.0
Requires (Dev)
- filp/whoops: ^2.0
- fzaninotto/faker: ^1.4
- mockery/mockery: ^1.0
- nunomaduro/collision: ^2.0
- phpunit/phpunit: ^7.0
This package is not auto-updated.
Last update: 2024-09-24 01:30:57 UTC
README
如果在本地主机尝试注册/登录时遇到“找不到驱动程序”错误
•Go into php.ini
•Find “;extension=pdo_mysql”
•Remove ;
•Should work now
Heroku 应用: https://thawing-lowlands-75710.herokuapp.com/
如何运行测试:./vendor/bin/phpunit ./tests/feature/插入测试文件名
运行测试后:php artisan migrate:refresh php artisan db:seed --class=SalesTableSeeder
如果测试失败:composer dump-autoload