1 比如敲如了Form 后面会提示Form的方法,还有参数提示
{!! Form::open(['url' => 'articles']) !!}
2 另外,问下laravel模板中如何引入css、js文件【已找到办法】
3 laravel中在blade模板文件中这样写为什么会报错
@section('content')
{!! Form::label('title','Title') !!}
{!! Form::text('title',$a->title,['class' => 'form-control']) !!}
@stop
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
装个插件laravel-ide-helper