All Projects → lubusIN → Laravel Gymie

lubusIN / Laravel Gymie

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

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Laravel Gymie

Akaunting
Free and Online Accounting Software
Stars: ✭ 4,599 (+1513.68%)
Mutual labels:  laravel-application, crm, laravel
Project
⭐️ Antares Project Application Skeleton. This is the very first place you should start. It allows you to create a brand new awesome project in easy few steps.
Stars: ✭ 84 (-70.53%)
Mutual labels:  laravel-application, laravel
Keys
🔑 Cryptocurrency private keys
Stars: ✭ 71 (-75.09%)
Mutual labels:  laravel-application, laravel
Blogetc
Easily add a full Laravel blog (with built in admin panel and public views) to your laravel project with this simple package.
Stars: ✭ 198 (-30.53%)
Mutual labels:  laravel-application, laravel
Laravel Qrcode Ecommerce
This is a complete laravel project that handles qrcodes, payments, api/microservices, and ecommerce
Stars: ✭ 36 (-87.37%)
Mutual labels:  laravel-application, laravel
Notifier
NO LIBRARIES socket per page bridge for your Laravel application. (CLIENT PART INCLUDED)
Stars: ✭ 57 (-80%)
Mutual labels:  laravel-application, laravel
Paste.laravel.io
The Laravel.io Pastebin.
Stars: ✭ 135 (-52.63%)
Mutual labels:  laravel-application, laravel
Lang
List of 78 languages for Laravel Framework 4, 5, 6, 7 and 8, Laravel Jetstream , Laravel Fortify, Laravel Breeze, Laravel Cashier, Laravel Nova and Laravel Spark.
Stars: ✭ 6,285 (+2105.26%)
Mutual labels:  laravel-application, laravel
Urlhub
URL shortener web application based on the Laravel PHP Framework.
Stars: ✭ 217 (-23.86%)
Mutual labels:  laravel-application, laravel
Learn Laravel
Laravel 学习资料和开源项目集
Stars: ✭ 229 (-19.65%)
Mutual labels:  laravel-application, laravel
Laracrud
Laravel Code Generator based on MySQL Database
Stars: ✭ 238 (-16.49%)
Mutual labels:  laravel-application, laravel
Larabbs
A forum project base on Laravel
Stars: ✭ 967 (+239.3%)
Mutual labels:  laravel-application, laravel
Barryvanveen
📰 Personal blog of Barry van Veen. Focuses on Laravel Framework, website optimization and natural computing.
Stars: ✭ 24 (-91.58%)
Mutual labels:  laravel-application, laravel
Laravel Vue Tasks
📝 Task app built with Laravel 5.5 and Vue 2
Stars: ✭ 66 (-76.84%)
Mutual labels:  laravel-application, laravel
Angular5.2 Laravel5.6
Angular 5.2 and Laravel 5.6 Authentication and CRUD
Stars: ✭ 17 (-94.04%)
Mutual labels:  laravel-application, laravel
Lara Lens
Laravel package for display diagnostic (config, database, http connections...)
Stars: ✭ 96 (-66.32%)
Mutual labels:  laravel-application, laravel
Rebuild
Building your business-systems freely! 高度可定制化的企业管理系统 企业中台
Stars: ✭ 169 (-40.7%)
Mutual labels:  management-system, crm
Aimeos Laravel
Laravel ecommerce package for professional, ultra fast online shops, complex B2B applications and #gigacommerce
Stars: ✭ 5,204 (+1725.96%)
Mutual labels:  laravel-application, laravel
Laravel Shop
Laravel 电商实战教程的项目代码
Stars: ✭ 2,341 (+721.4%)
Mutual labels:  laravel-application, laravel
Laravel Gitscrum
GitScrum is a Project Management Tool, developed to help entrepreneurs, freelancers, managers, and teams Skyrocket their Productivity with the Agile methodology and Gamification.
Stars: ✭ 2,686 (+842.46%)
Mutual labels:  laravel-application, laravel

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].