Giter Club home page Giter Club logo

laravel-gymie's Introduction

Latest Stable Version Build Status StyleCI Status Scrutinizer Code Quality License PRs


Laravel based web application for gym & club management. Currently being used by many fitness centers. For more information, visit - https://www.gymie.in

gymie-device-mockup

Note:

Currently, we are in the process of polishing the code to be ready for general use. Check issues & milestone to know more about upcoming changes, features and improvements.

Requirements

  • 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
  • GD PHP Extension
  • Imagick PHP Extension

Note: Improper permission on storage & public folder will lead to server & application errors

Installation

  1. Clone to your server root git clone [email protected]:lubusIN/laravel-gymie.git
  2. Run composer install to install all dependencies
  3. Create .env in application root touch .env
  4. Add your database details & optional sentry DNS
DB_HOST= [HOST]
DB_DATABASE=[DBHOST]
DB_USERNAME=[USERNAME]
DB_PASSWORD= [PASSWORD]
SENTRY_DSN= [SENTRYDNS]
  1. Run php artisan key:generate to generate key
  2. Run php artisan migrate --seed to install the database & required data
  3. All done! use the following credentials to log in
email: [email protected]
password: password

Troubleshooting

APP_KEY not getting added to .env

  • Add APP_KEY to .env
  • Copy generated key from terminal

Permission / 500 Internal Server Error

Change permission on storage & cache

sudo chgrp -R www-data storage bootstrap/cache
sudo chmod -R ug+rwx storage bootstrap/cache

Live Demo

Test drive the application without going through the hassel of installation.

url: https://demo.gymie.in
email: [email protected]
password: password

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

If you discover a security vulnerability within Laravel, please send an e-mail at [email protected]. All security vulnerabilities will be promptly addressed.

Support Us

LUBUS is a web design agency based in Mumbai, India.

You can pledge on patreon to support the development & maintenance of Gymie and other opensource stuff we are building.

License

Gymie is open-sourced software licensed under the MIT license

laravel-gymie's People

Contributors

ajitbohra avatar cracker182 avatar

Watchers

Beto avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.