awema-pl/module-awema-spa
Composer 安装命令:
composer require awema-pl/module-awema-spa
包简介
Module for single page application
关键字:
README 文档
README
This is where your description should go. Take a look at contributing.md to see a to do list.
Documentation
NPM scripts
Development mode npm run watch or simply npm start
Development mode for IE npm run watch:legacy
Production build npm run build
Installation
Via Composer
$ composer require awema-pl/awema-spa
The package will automatically register itself.
You can publish the migration with:
php artisan vendor:publish --provider="AwemaPL\AwemaSPA\Providers\AwemaSPAServiceProvider" --tag="migrations"
After the migration has been published you can create the table for AwemaSPA by running the migrations:
php artisan migrate
You can publish the config file with:
php artisan vendor:publish --provider="AwemaPL\AwemaSPA\Providers\AwemaSPAServiceProvider" --tag="config"
Contributing
Please see contributing.md for details and a todolist.
Security
If you discover any security related issues, please email :author_email instead of using the issue tracker.
Credits
License
GNU General Public License v3.0. Please see the license file for more information.
统计信息
- 总下载量: 69
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-11-23