文件名称:Laravel_React_Webrtc_Videochat
文件大小:641KB
文件格式:ZIP
更新时间:2024-06-14 02:06:52
JavaScript
启动并运行。 克隆此项目后,请执行以下操作: # go into the project cd video-chat-example # create a .env file cp .env.example .env # install composer dependencies composer update # install npm dependencies npm install # generate a key for your application php artisan key:generate # create a file for your SQLite database touch database/database.sqlite # mrun the migration files to generate the schema php artisan migr
【文件预览】:
Laravel_React_Webrtc_Videochat-master
----routes()
--------api.php(528B)
--------console.php(553B)
--------channels.php(508B)
--------web.php(591B)
----README.md(538B)
----bootstrap()
--------cache()
--------app.php(2KB)
----resources()
--------views()
--------assets()
--------lang()
----artisan(2KB)
----public()
--------css()
--------robots.txt(24B)
--------index.php(2KB)
--------.htaccess(593B)
--------js()
--------mix-manifest.json(70B)
--------favicon.ico(0B)
----tests()
--------Feature()
--------CreatesApplication.php(464B)
--------Unit()
--------TestCase.php(163B)
----phpunit.xml(1KB)
----database()
--------.gitignore(9B)
--------migrations()
--------factories()
--------seeds()
----composer.lock(142KB)
----composer.json(1KB)
----app()
--------Http()
--------Exceptions()
--------User.php(511B)
--------Providers()
--------Console()
----package.json(1KB)
----config()
--------cache.php(3KB)
--------filesystems.php(2KB)
--------session.php(7KB)
--------database.php(4KB)
--------view.php(1004B)
--------logging.php(2KB)
--------hashing.php(524B)
--------broadcasting.php(2KB)
--------queue.php(3KB)
--------app.php(8KB)
--------services.php(980B)
--------mail.php(4KB)
--------auth.php(3KB)
----webpack.mix.js(552B)
----storage()
--------app()
--------framework()
--------logs()
----server.php(563B)
----package-lock.json(595KB)