Edofre / laravel-fullcalendar

Laravel Fullcalendar component
MIT License
57 stars 24 forks source link

Files js & css #36

Closed barquerox closed 7 years ago

barquerox commented 7 years ago

Sometimes files are not in the root directory of the domain eg:

www.mydomain.com/larveltest/js/fullcalendar.js

This change solves it.

Edofre commented 7 years ago

Thanks for the PR! Could you also add this update in the tests? I think it should pass if you would also wrap the urls in tests/Integration/FullcalendarTest.php.

barquerox commented 7 years ago

I just made what you suggested

Edofre commented 7 years ago

Thank you!

barquerox commented 7 years ago

your welcome!