tkin1992

4965 经验值

就是最后一步,把about也写在控制器里后

Undefined class Route less... (Ctrl+F1)
The inspection can produce two types of warnings:
Undefined class: Declaration of referenced class is not found in built-in library and project files.
Multiple declarations: this version of IDE will have problems with completion, member resolution and inheritance analysis for all classes that have multiple definitions in project files (regardless of includes).
有警告“Route为未定义的类”,但仍能运行出网页

我查资料又安装了 php-xml好了,哈哈

安装了还是不行,php-mbstring 已经是最新版 (1:7.0+35ubuntu6)。
但问题变了一些: Problem 1

  • phpunit/phpunit 5.7.9 requires ext-dom * -> the requested PHP extension dom is missing from your system.

执行composer create-project laravel/laravel Laravel5
出了这个问题Your requirements could not be resolved to an installable set of packages.
Problem 1

  • laravel/framework v5.4.9 requires ext-mbstring * -> the requested PHP extension mbstring is missing from your system.

  • laravel/framework v5.4.8 requires ext-mbstring * -> the requested PHP extension mbstring is missing from your system.

  • laravel/framework v5.4.7 requires ext-mbstring * -> the requested PHP extension mbstring is missing from your system.
    To enable extensions, verify that they are enabled in your .ini files:

  • /etc/php/7.0/cli/php.ini

  • /etc/php/7.0/cli/conf.d/10-opcache.ini
    You can also run php --ini inside terminal to see which files are used by PHP in CLI mode.

哦,好的,我换了谷歌行了,谢谢老师

火狐浏览器打不开啊,说无法播放该视频换一个html5支持的播放器

运行PHP文件时,老师使用的是Linux系统下的命令行吗

以下是我在使用本网站时觉得不是很方便的几个地方

全部视频页面

全部视频页面目前是按视频列表显示的,建议和首页一样按课程显示。因为看这个列表完全不能分辨哪些视频是属于同一个课程的,而且我也不是很明白这个全部视频列表显示出来有什么用...

视频播放页

建议视频播放页添加一个列表,显示这个视频所在课程的所有视频,方便知道这个课程有哪些视频。如果用户在全部视频页面的列表点击一个视频观看,然后在视频播放页看完这个视频,只能通过上一个和下一个查看这个课程的其他视频,而不能知道这整个课程还有哪些视频,也不知道这个视频属于哪个课程,感觉每个视频之间都是独立的,但是实际是有联系的。(这个列表可以参考一下慕课网)

通知按钮

建议用户头像边上通知按钮点击后从新页面打开,而不是在当前页面