当我尝试安装Laravel 5.5时 laravel new project --dev
[Symfony\Component\Debug\Exception\FatalThrowableError]
Parse error: syntax error, unexpected '<<' (T_SL), expecting ']'
Run Code Online (Sandbox Code Playgroud)
这只是我还是因为它尚未发布?
编辑:顺便说一句,这是我试图制作php artisan key:generate...如果我把任何键放在.env它工作...
谢谢
我正在尝试使用 Jit + Vite 安装 NuxtJS + TailwindCSS,它可以工作,但我有一些烦人的问题。
在我所做的每次更改中,都会出现下一个错误:
WARN Unrestricted file system access to "/@id/defaultexport:/Users/mac/Nuxt/testing/.nuxt/components/plugin.js"
WARN For security concerns, accessing files outside of serving allow list will be restricted by default in the future version of Vite. Refer to https://vitejs.dev/config/#server-fs-allow for more details.
WARN Unrestricted file system access to "/@id/defaultexport:/Users/mac/Nuxt/testing/.nuxt/axios.js"
WARN Unrestricted file system access to "/@id/__x00__/vite/vueComponentNormalizer"
WARN Unrestricted file system access to "/@id/__x00__/vite/vueHotReload"
WARN 23:01:50
WARN warn - You have enabled the JIT engine which is currently in …Run Code Online (Sandbox Code Playgroud)