@foreach($students as $student) ;;;;; @endforeach 报错,说@foreach是无效字符串类型。 有没有人遇到这个问题啊,被卡了一天了,求救、
同问这个怎么解决的
请问,最后怎么解决的?
模型文件Student.php要引用
namespace App;
use Illuminate\Database\Eloquent\Model;
StudentController.php要引用
namespace App\Http\Controllers;
use \App\Student;
use Illuminate\Http\Request;
否则就会报错,最好使用phpstrom的自动提示代码