laravel-tournaments | Laravel Package that allows you to generate | Dataset library
kandi X-RAY | laravel-tournaments Summary
kandi X-RAY | laravel-tournaments Summary
Laravel Package that allows you to generate customizable tournaments trees.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- Assign the bracket positions
- Insert byes .
- Save the fights .
- Get the size of a tree .
- Build category name .
- Checks if the user is in the right list
- Runs the migration .
- Synchronize fighters .
- Create or update a tournament settings
- Bootstrap the application .
laravel-tournaments Key Features
laravel-tournaments Examples and Code Snippets
Community Discussions
Trending Discussions on laravel-tournaments
QUESTION
I have a github Repository:
https://github.com/xoco70/laravel-tournaments/
When I browse it online, with
https://github.com/xoco70/laravel-tournaments/tree/develop/src
I can see there is 2 folders :
Models ( 3 files )
- DirectEliminationFight.php
- Fighter.php
- PreliminaryFight.php
models ( 11 files )
- Category.php
- Championship.php
- ChampionshipSettings.php
- Competitor.php
- Fight.php
- FighterGroupCompetitor.php
- FighterGroupTeam.php
- FightersGroup.php
- Team.php
- Tournament.php
- Venue.php
But this is not what I have in my local rep, I just have 1 folder:
- Category.php
- Championship.php
- ChampionshipSettings.php
- Competitor.php
- Fight.php
- Fighter.php
- FighterGroupCompetitor.php
- FighterGroupTeam.php
- FightersGroup.php
- PreliminaryFight.php
- SingleEliminationFight.php
- Team.php
- Tournament.php
- Venue.php
When I try a git status
in my local rep, it tells me nothing about it.
Also, I use the package for a project of mine, so I can tell it works.
When I go to check the installed files, files are OK, there is not such difference.
So basically, the only view that fails is the Github one, is it a Github bug? I tried several branches, and it is the same.
The weird stuff is that it says I committed Models
8 days ago, and model
11 hours ago, so, it seems I commited both, but...
Anyone understand what happens?
...ANSWER
Answered 2017-Sep-10 at 19:52It seems the issue here is the case-sensitivity on the two filesystems. The OP's case-insensitive filesystem (Running on Mac OS X) and Github's case-sensitive file system. This could potentially cause the package to break when installed on a case-sensitive filesystem.
The solution in this case was to clone the repository on a case-sensitive filesystem (In this case a Laravel Homestead box running Ubuntu) and move the files from the models
folder to the Models
folder and then submit a pull request. This seems to have fixed the issue.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install laravel-tournaments
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page