• Stars
    star
    408
  • Rank 102,700 (Top 3 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created about 6 years ago
  • Updated 11 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

👨‍💻 Gym & Club Management System https://gymie.in

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

Gymie

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 -b master [email protected]:lubusIN/laravel-gymie.git

For faster updates and bleeding edge features, or if you want to help test the next version, use the develop branch instead of the master branch.

  1. Run composer install to install all dependencies
  2. Create .env in application root cp .env.example .env
  3. Update database details and optional sentry DNS in .env
  4. Run php artisan key:generate to generate key
  5. Run php artisan migrate --seed to install the database & required data
  6. Add cron entry for scheduled task to update status for various modules (subscription expiration etc)
* * * * * cd /path-to-gymie && php artisan schedule:run >> /dev/null 2>&1

For more info: https://laravel.com/docs/5.7/scheduling#introduction

  1. All right sparky!

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 the Changelog

Contributing

Thank you for considering contributing to the Gymie. You can read the contribution guide lines here

Check the development tasklist here if something interest you or suggest something here

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

Become A Patron

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

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

License

Gymie is open-sourced software licensed under the MIT

More Repositories

1

laravel-decomposer

⚙️ A Laravel package to decompose your installed packages, their dependencies, your app & server environment
HTML
523
star
2

wp-storybook

📔 Storybook for WordPress Reusable React Components
JavaScript
103
star
3

laravel-email-verification-app-boilerplate

Laravel app boilerplate with email verification process on registration
PHP
41
star
4

block-background

🖼️ Extend gutenberg blocks with additional background options -
JavaScript
36
star
5

actions

🧰 Collection of github actions for automation
Shell
28
star
6

WP-Query-Console

⚡ Handy WordPress plugin to test various WordPress queries -
JavaScript
27
star
7

laravel-mojo

✨ Expressive, fluent interface to Instamojo's payment and refund services
PHP
14
star
8

composer-edd-plugin

Composer plugin for installing pro plugins powered by EDD software licensing
PHP
13
star
9

wordcamp-dashboard-widget

Display upcoming WordCamps on your wp-admin dashboard
PHP
9
star
10

color-palette-block

🎨 Helps you quickly create & share color palettes on your website -
JavaScript
9
star
11

dummynator

Helps you quickly add dummy content to gutenberg editor -
JavaScript
5
star
12

wp-playground-generator

UI Tool to generate WordPress Playgrounds
JavaScript
5
star
13

wp-playground-browser-extension

Browser extension to show open in playground on wordpress.org
TypeScript
4
star
14

wp-theme-support

Helps you quickly config theme support using UI -
JavaScript
4
star
15

vscode-php-powerpack

⚡Extension pack for PHP development with visual studio code
4
star
16

CMB-Atom-Snippets

For use with HumanMade’s Custom Meta Boxes for WordPress
3
star
17

CMB-sublime-snippets

For use with HumanMade’s Custom Meta Boxes for WordPress
3
star
18

alpinetrails

Apline.js and Tailwind CSS adventures
HTML
3
star
19

wp-playground-blueprint-builder

UI to build playground blueprint JSON
JavaScript
2
star
20

munim

💡WIP: Experimental 🥼🧪❗
PHP
1
star
21

wp-optigration

💡WIP: Experimental 🥼🧪❗
CSS
1
star
22

wpui

Build Your React Powered WordPress Plugin Or App With Speed
JavaScript
1
star
23

vscode-powerpack

⚡Extension pack to enhance workflow & productivity with visual studio code
1
star
24

gutenberg-run

Chrome extension to directly trigger PR on gutenberg.run from github pull request
JavaScript
1
star