Using version ^5.0 for illuminate/html
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
Package operations: 1 install, 0 updates, 0 removals
- Installing illuminate/html (v5.0.0): Downloading (100%)
Package illuminate/html is abandoned, you should avoid using it. Use laravelcollective/html instead.
Writing lock file
Generating autoload files
> Illuminate\Foundation\ComposerScripts::postUpdate
> php artisan optimize
Generating optimized class loader
D:\wamp64\www\laravel5.2\blog>composer require laravelcollective/html
Using version ^5.4 for laravelcollective/html
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Conclusion: remove laravel/framework v5.2.45
- Conclusion: don't install laravel/framework v5.2.45
- laravelcollective/html v5.4 requires illuminate/view 5.4.* -> satisfiable by illuminate/view[v5.4.0, v5.4.13, v5.4.17, v5.4.9].
- laravelcollective/html v5.4.1 requires illuminate/view 5.4.* -> satisfiable by illuminate/view[v5.4.0, v5.4.13, v5.4.17, v5.4.9].
- don't install illuminate/view v5.4.0|don't install laravel/framework v5.2.45
- don't install illuminate/view v5.4.13|don't install laravel/framework v5.2.45
- don't install illuminate/view v5.4.17|don't install laravel/framework v5.2.45
- don't install illuminate/view v5.4.9|don't install laravel/framework v5.2.45
- Installation request for laravel/framework (locked at v5.2.45, required as 5.2.*) -> satisfiable by laravel/framework[v5.2.45].
- Installation request for laravelcollective/html ^5.4 -> satisfiable by laravelcollective/html[v5.4, v5.4.1].
Installation failed, reverting ./composer.json to its original content.```
后面看评论看到了,谢谢你哈!讲的真不错!希望后面还有更多精彩视频!我愿意付费
php artisan make:migration create_comments_table 这个命令仅仅是创建create_comments_table 这个文件,并没有创建表,--create=comments这个才是真正创建表。
楼主厉害!感觉就你讲得实在!别的都是花架子!对了,mac里面管理mysql的软件叫什么?你说的那个软件名字具体是哪一个呀?