bishopm / bookclub
Laravel-based bookclub site
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: 2025-02-27 08:34:46 UTC
README
License
The MIT License (MIT). Please see License File for more information.
Installation
- Install laravel using Composer (eg: to create a project named connexion:
laravel new connexion
) - Change to the project folder created and fix permissions on bootstrap and storage folders:
sudo chmod -R 777 storage
sudo chmod -R 777 bootstrap
- Check the Laravel installation is running properly before proceeding.
- Add the bookclub package to composer.json
- Run composer update in the project folder, which will pull in the package and its dependencies
- Add your database credentials to .env
Still early days for this package - under heavy development