xoco70 / laravel-tournaments

Laravel Package that allows you to generate customizable tournaments trees. - This project repo is no longer being maintained
GNU General Public License v3.0
228 stars 51 forks source link

Demo doesnt works #36

Closed Evil85 closed 5 years ago

Evil85 commented 5 years ago

I tried to check your demo site here : https://demo.kendozone.com/laravel-tournaments

Then I gave this error :

ErrorException (E_ERROR) Undefined offset: 0 (View: /home/forge/demo.kendozone.com/vendor/xoco70/laravel-tournaments/resources/views/partials/tree/singleElimination.blade.php) (View: /home/forge/demo.kendozone.com/vendor/xoco70/laravel-tournaments/resources/views/partials/tree/singleElimination.blade.php)

xoco70 commented 5 years ago

oopps ! Will check it tonight !

xoco70 commented 5 years ago

fixed ! Please give it a try !

rzdev commented 5 years ago

The demo does not work.

Also, I've tried to get the demo running on my local computer, followed the instructions and then opened up http://yourdomain.com/laravel-tournaments which in my computer is http://localhost/tournament/public/laravel-tournaments but the response is 404. Are there any steps that needs to be done?

Thanks