文件名称:demo-browsersync-debugbar:在 Laravel 5 中集成 BrowserSync 和 DebugBar 的错误演示
文件大小:68KB
文件格式:ZIP
更新时间:2024-06-20 04:30:54
PHP
在 Laravel 5 中集成 BrowserSync 和 DebugBar 的演示 漏洞 JavaScript 会因“语法错误:非法字符”而停止。 " ...\"//localhost:3000/" \n ... " 应该: " ...\"\/\/localhost:3000\/\"\n ... " 或者: " ...\"localhost:3000\"\n ... " 复制 您可以克隆此仓库并运行: cd demo-browsersync-debugbar cp .env.example .env composer install npm install ./node_modules/gulp/bin/gulp.js - - 或者 - 初始化一个 Laravel 项目: laravel new bug-demo cd bug-demo php artisan
【文件预览】:
demo-browsersync-debugbar-master
----composer.json(827B)
----phpunit.xml(777B)
----bootstrap()
--------autoload.php(1KB)
--------app.php(2KB)
----config()
--------cache.php(2KB)
--------compile.php(1KB)
--------filesystems.php(2KB)
--------auth.php(2KB)
--------session.php(5KB)
--------mail.php(4KB)
--------queue.php(2KB)
--------view.php(946B)
--------app.php(7KB)
--------database.php(3KB)
--------services.php(745B)
----composer.lock(103KB)
----package.json(187B)
----artisan(2KB)
----readme.md(2KB)
----bug.png(12KB)
----gulpfile.js(346B)
----database()
--------migrations()
--------.gitignore(9B)
--------seeds()
----server.php(560B)
----tests()
--------ExampleTest.php(254B)
--------TestCase.php(341B)
----resources()
--------lang()
--------assets()
--------views()
----app()
--------Http()
--------User.php(800B)
--------Providers()
--------Exceptions()
--------Console()
--------Commands()
--------Events()
--------Handlers()
----storage()
--------debugbar()
--------logs()
--------app()
--------framework()
----.env.example(286B)
----.gitignore(27B)
----public()
--------css()
--------index.php(2KB)
--------.htaccess(356B)
--------robots.txt(24B)
--------favicon.ico(0B)
----phpspec.yml(87B)
----.gitattributes(61B)