![Laravel-shield][Laravel-shield] ![Voyager-shield][Voyager-shield] ![Stage][Stage] [![Contributors][contributors-shield]][contributors-url] [![Forks][forks-shield]][forks-url] [![Stargazers][stars-shield]][stars-url] [![Issues][issues-shield]][issues-url] [![MIT License][license-shield]][license-url]
A open source gym management system build.
Explore the docs »
·
Report Bug
·
Request Feature
-
Clone the repo
git clone https://github.com/cristianmarint/MotionGym.git
-
Configure .env file
mv .env.example .env
-
Install composer
composer install
-
Migrate database
php artisan migrate
-
App key
php artisan key:generate
-
Seed database
php artisan db:seed
-
Create your own admin user
php artisan voyager:admin [email protected] --create
or use
[email protected] 12345678
- Once your login, click on "Fix Missing storage symlink" an then
php artisan storage:link
mv public\storage_old\* public\storage
8.1 Delete storage_old
rmdir .\public\storage_old\
Currently there are no useful example due to early stages.
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Cristian Marin - @cristianmarint - [email protected]