基于Laravel的简单同学录
git clone https://github.com/indes/classmates.git && cd classmates
cp .env.example .env
composer install
//配置.env文件
php artisan key:generate
php artisan migrate
This blog is open-sourced software licensed under the MIT license.
基于Laravel的简单同学录
git clone https://github.com/indes/classmates.git && cd classmates
cp .env.example .env
composer install
//配置.env文件
php artisan key:generate
php artisan migrate
This blog is open-sourced software licensed under the MIT license.