Giter Club home page Giter Club logo

phplaravelgymmanagementsystem's Introduction

PHPLaravelGymManagementSystem

A simple and easy to install gym management system which includes package management,members managements,services and activities

My Image

System Requirements

  1. PHP 5.3.7
  2. MYSQL 5+

Installation

  1. Upload everything to your server at /home/username/.... then point your document root to /home/user/public folder instead of public_html.
  2. Make sure you have correct chmods to the cache and upload folders.
  3. Edit configs/database.php with your database settings. RUN the SQL Dump
  4. Admin Logins are [email protected] | password
  5. Edit configs/app.php and change the baseurl.
  6. Edit configs/email.php for your email settings.

CRON JOBS

Before setting up your cron jobs make sure you first set the php default timezone by editing start/globa.php Put date_default_timezone_set("Asia/Bangkok"); on the first line and change the Asia/Bangkok" to your own timezone.

  1. Go to your web hosting and create a new cron job
  2. Add php artisan command:update_members
  3. If you want to email members when their package expires edit the file commands/UpdateMembers.php and just add your own mysql queries and mailing functions. Since the system is using laravel, you can use the framework's builtin libraries. http://laravel.com/docs/mail

HELPERS

Setting::value($setting_name) - returns setting value. Setting::value('currency'); currency e.g $

phplaravelgymmanagementsystem's People

Contributors

johndavedecano avatar

Watchers

James Cloos avatar Muhammad Anisuzzaman 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.