vue-laravel-crud:全栈Vue + Laravel + Axios CRUD示例

时间:2021-05-14 17:57:09
【文件属性】:
文件名称:vue-laravel-crud:全栈Vue + Laravel + Axios CRUD示例
文件大小:521KB
文件格式:ZIP
更新时间:2021-05-14 17:57:09
PHP Vue-laravel-crud Vue 2.6 + Laravel 6 + Axios CRUD示例应用 参见来自启示 安装 克隆回购 切换到目录 cd vue-laravel-crud 安装依赖项 composer install 复制.env文件 cp .env.example .env 修改DB_*价值.env与您的数据库配置。 生成应用程序密钥: php artisan key:generate 迁移 php artisan migrate 安装节点模块 npm install 建造 npm run prod 虚拟数据 打开修补匠 php artisan tinker 使用工厂脚本 factory(App\Crud::class, 3)->create();
【文件预览】:
vue-laravel-crud-master
----.gitignore(219B)
----app()
--------User.php(511B)
--------Crud.php(100B)
--------Providers()
--------Exceptions()
--------Http()
--------Console()
----.env.example(565B)
----bootstrap()
--------app.php(2KB)
--------cache()
----package.json(1KB)
----package-lock.json(394KB)
----resources()
--------lang()
--------assets()
--------views()
----server.php(563B)
----storage()
--------app()
--------framework()
--------logs()
----public()
--------images()
--------.htaccess(593B)
--------robots.txt(24B)
--------index.php(2KB)
--------favicon.ico(0B)
----composer.json(1KB)
----composer.lock(162KB)
----README.md(862B)
----phpunit.xml(1KB)
----tests()
--------TestCase.php(163B)
--------Unit()
--------Feature()
--------CreatesApplication.php(446B)
----demo.gif(162KB)
----config()
--------database.php(4KB)
--------services.php(980B)
--------session.php(7KB)
--------cache.php(3KB)
--------auth.php(3KB)
--------app.php(9KB)
--------mail.php(4KB)
--------broadcasting.php(2KB)
--------filesystems.php(2KB)
--------view.php(1004B)
--------queue.php(3KB)
----artisan(2KB)
----database()
--------.gitignore(9B)
--------factories()
--------migrations()
--------seeds()
----routes()
--------console.php(553B)
--------channels.php(508B)
--------web.php(451B)
--------api.php(622B)
----webpack.mix.js(549B)
----.gitattributes(111B)
----yarn.lock(217KB)

网友评论