为了账号安全,请及时绑定邮箱和手机立即绑定

@foreach说是无效文本字符串,有人遇到这个问题吗

@foreach($students as $student) ;;;;; @endforeach 报错,说@foreach是无效字符串类型。 有没有人遇到这个问题啊,被卡了一天了,求救、

正在回答

3 回答

同问这个怎么解决的

0 回复 有任何疑惑可以回复我~

请问,最后怎么解决的?

0 回复 有任何疑惑可以回复我~

模型文件Student.php要引用

namespace App;
use Illuminate\Database\Eloquent\Model;

StudentController.php要引用

namespace App\Http\Controllers;
use \App\Student;
use Illuminate\Http\Request;

否则就会报错,最好使用phpstrom的自动提示代码


0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

@foreach说是无效文本字符串,有人遇到这个问题吗

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信