Skip to content

shoottler/shoottler-core

Repository files navigation

Shoottler project

Manage any kind of bookable resources

We are on pre-alpha development stage. You can fork the project, and play around with the code to see what's comming, but we are not ready yet for an alpha version.

How it's build and special thanks to all the people behind these libraries:

Requirement

  • PHP >= 7.1.3
  • OpenSSL PHP Extension
  • PDO PHP Extension
  • Mbstring PHP Extension
  • Tokenizer PHP Extension
  • XML PHP Extension
  • Ctype PHP Extension
  • JSON PHP Extension
  • Node >= 8.9.4
  • NPM >= 5.6.0
  • For Ubuntu, require apt-get install libpng16-dev, see

How to Install

  • Install using git
git clone https://github.com/shoottler/shoottler-core.git project_name
  • Install Dependencies
cd project_name
composer update
npm install
php artisan migrate
  • Compile Static Assets
## for Development
npm run dev

## for Production
npm run prod

Documentation

Under development

Contributing

We are on a very early stage of our project, we need all the help we can get to make Shoottler the next big booking management app. PRs accepted.

License

This project is licensed under the GPL-3.0 License - see the LICENSE file for details