# laravel-nxshare-blog **Repository Path**: nxshare/laravel-nxshare-blog ## Basic Information - **Project Name**: laravel-nxshare-blog - **Description**: 基于最新版本的 Laravel 开发的的 PHP 博客系统laravel-nxshare-blog - **Primary Language**: PHP - **License**: MIT - **Default Branch**: master - **Homepage**: http://www.nxshare.cn - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 143 - **Created**: 2019-12-05 - **Last Updated**: 2025-09-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #生成env文件并配置数据库信息 cp .env.example .env #生成安全key php artisan key:generate #如果composer版本大于2 更新composer版本 composer self-update 1.10.26 #安装依赖 composer install #生成数据表 php artisan migrate #填充数据 php artisan db:seed # vhost配置 根据提示数据代码路径、域名、重写规则等,可参考https://lnmp.org/install.html lnmp vhost add 登录 'email' => 'test@test.com', 'password' => bcrypt(123456),