fullstackmx/laravue-notes
Composer 安装命令:
composer create-project fullstackmx/laravue-notes
包简介
Laravel and Vue based note-taking app.
README 文档
README
A public note-taking application based on Laravel 5.7, Vue 2 and Bootstrap 4.
The goal is to allow anyone to create and manage their notes based on a unique visitor token.
How to install?
- Clone this repository or install it through
composer create-project fullstackmx/laravue-notes. - Run
composer install --no-devfor production orcomposer installfor local environments. - Run the migrations
php artisan migrate. - Enjoy!
Note: This package is homestead ready so you can use ./vendor/bin/homestead make to init the Homestead.yaml file.
Features
- 4 different styles (colors): blue, yellow, red and green.
- No auth needed. There is an automatic registration process that creates or validates a public token which is the reference for restoring previous notes.
- NULL titles supported, because I know not all the notes require titles.
- Basic validations.
- REST friendly.
- Production and Homestead ready.
Contributing
Thank you for considering contributing to the project! Feel free to fork this project, work around your improvements or features and send me a PR.
License
The Laravel framework is open-sourced software licensed under the MIT license.
统计信息
- 总下载量: 8
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-10-14