bishopm / bookclub
基于Laravel的读书俱乐部网站
dev-master
2018-10-26 18:35 UTC
Requires
- actuallymab/laravel-comment: 0.5.*
- barryvdh/laravel-cors: 0.11.*
- cartalyst/tags: 6.*
- google/apiclient: 2.*
- guzzlehttp/guzzle: 6.*
- illuminate/support: 5.6.*
- jeroennoten/laravel-adminlte: 1.*
- laracasts/flash: 3.*
- laravel/socialite: 3.*
- laravelcollective/html: 5.6.*
- pusher/pusher-php-server: 3.*
- spatie/laravel-permission: 2.*
- tymon/jwt-auth: 1.*
Requires (Dev)
- phpunit/phpunit: ~6.0
- squizlabs/php_codesniffer: ^2.3
This package is auto-updated.
Last update: 2024-09-27 07:39:31 UTC
README
许可证
MIT许可证(MIT)。请参阅许可证文件获取更多信息。
安装
- 使用Composer安装Laravel(例如:创建名为connexion的项目:
laravel new connexion
) - 切换到创建的项目文件夹,并调整bootstrap和storage文件夹的权限
sudo chmod -R 777 storage
sudo chmod -R 777 bootstrap
- 在继续之前,检查Laravel安装是否运行正常。
- 将bookclub包添加到composer.json中
- 在项目文件夹中运行composer update,这将拉取包及其依赖项
- 将您的数据库凭据添加到.env文件中
此包仍处于早期阶段 - 正在积极开发中