文件名称:react-laravel:带有React for View层的示例Laravel应用程序
文件大小:63KB
文件格式:ZIP
更新时间:2024-06-03 01:52:04
react laravel-framework PHP
Reactlaravel 带有React for View层的示例Laravel应用程序 仅用于学习目的 $ git clone https://github.com/rajikaimal/react-laravel.git $ cd react-laravel $ npm install $ php artisan migrate $ php -S localhost:3000 -t public
【文件预览】:
react-laravel-master
----.gitignore(101B)
----app()
--------Listeners()
--------User.php(452B)
--------Providers()
--------Exceptions()
--------Tweet.php(140B)
--------Http()
--------Console()
--------Policies()
--------Events()
--------Jobs()
----.env.example(365B)
----bootstrap()
--------app.php(2KB)
--------cache()
--------autoload.php(1KB)
----package.json(182B)
----resources()
--------lang()
--------assets()
--------views()
----server.php(567B)
----storage()
--------app()
--------framework()
--------logs()
----gulpfile.js(503B)
----LICENSE(1KB)
----public()
--------.htaccess(412B)
--------robots.txt(24B)
--------index.php(2KB)
--------js()
--------favicon.ico(0B)
--------web.config(907B)
----composer.json(1KB)
----composer.lock(105KB)
----README.md(255B)
----phpunit.xml(870B)
----tests()
--------ExampleTest.php(403B)
--------TestCase.php(532B)
----config()
--------database.php(4KB)
--------services.php(985B)
--------compile.php(983B)
--------session.php(5KB)
--------cache.php(2KB)
--------auth.php(3KB)
--------app.php(8KB)
--------mail.php(4KB)
--------broadcasting.php(1KB)
--------filesystems.php(2KB)
--------view.php(1020B)
--------queue.php(2KB)
----artisan(2KB)
----database()
--------.gitignore(9B)
--------factories()
--------migrations()
--------seeds()
----readme.md(2KB)
----.gitattributes(61B)