# Laravel Blog **Repository Path**: kang8/Laravel-Blog ## Basic Information - **Project Name**: Laravel Blog - **Description**: No description available - **Primary Language**: PHP - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2019-08-29 - **Last Updated**: 2021-07-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 1. composer install 2. composer update 3. cp .env.example .env 4. 配置邮箱和数据库 5. php artisan key:generate 6. php artisan migrate