LoginSignup
2
0

More than 3 years have passed since last update.

laravel初歩的シンタックスエラー

Posted at

laravel覚えようとlogin機能作成中につまづいた

syntax error, unexpected 'extends' (T_EXTENDS) 

シンタックスエラー起こしてたから調査

***.blade.phpファイルだから【<?php】いらないんだよね
ってだけ
削除したら正常に動作した。

<?php
@extends('layout')
2
0
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
0