bishopm/bookclub

Laravel-based bookclub site

dev-master 2018-10-26 18:35 UTC

This package is auto-updated.

Last update: 2024-03-27 06:41:23 UTC


README

License

The MIT License (MIT). Please see License File for more information.

Installation

  1. Install laravel using Composer (eg: to create a project named connexion: laravel new connexion)
  2. Change to the project folder created and fix permissions on bootstrap and storage folders:
sudo chmod -R 777 storage
sudo chmod -R 777 bootstrap
  1. Check the Laravel installation is running properly before proceeding.
  2. Add the bookclub package to composer.json
  3. Run composer update in the project folder, which will pull in the package and its dependencies
  4. Add your database credentials to .env

Still early days for this package - under heavy development