# 笔记后端 **Repository Path**: linxiaobin/notes ## Basic Information - **Project Name**: 笔记后端 - **Description**: No description available - **Primary Language**: PHP - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2018-12-21 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 安装 `composer install` `cp .env.example .env` `php artisan key:generate` `php artisan jwt:secret` `php artisan migrate` `php artisan db:seed` `php artisan notes:install` [安装迅搜](http://www.xunsearch.com/doc/php/guide/start.installation) `php artisan xs:index`