foodsharing/foodsharing

This package is abandoned and no longer maintained. No replacement package was suggested.

Foodsharing powered by The Laravel Framework.

dev-master 2017-08-21 16:04 UTC

This package is not auto-updated.

Last update: 2020-01-24 16:54:12 UTC


README

This is foodsharing in a Laravel app with very simple integrations and nearly zero changes to the version without framework

Installation

  1. Clone the repo and go in the repo directory
git clone https://github.com/foodsharing-dev/foodsharing.git
cd foodsharing
  1. get composer dependencies
composer install
  1. run dev server
FS_ENV=laravel php artisan serv
  1. Go to http://localhost:8000/install

instead of using web installer you can also use the command php artisan fs:install

additional

Seed some dummy users

php artisan fs:seed

minify changes in css and js files

php artisan fs:minify

:o)