-
**What version of Invoice Ninja are you running?
v5**
**What environment are you running?**
Shared Hosting
**Have you searched existing issues/requests?**
yes
**Screenshots**
https://cal…
-
I followed your docs and got the error Non-static method addevents should not be called statically...
Referring to issue #15 I used the Facades Class and it then gives me the error "Class laravel-full…
ghost updated
8 years ago
-
Using version ^1.2 for edofre/laravel-fullcalendar
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requir…
-
Console Error
$(...).fullCalendar is not a function
Laravel 5.8.*
Not Showing Calendar (With error) with Fulcalendar 4.3.0
Working with Fullcalendar 3.9.0
"maddhatter/laravel-fullcalenda…
-
$ composer require maddhatter/laravel-fullcalendar
-
I am trying to use this widget in a resource and `$record` property in `InteractsWithRecords` trait is conflicting with the resource record.
Our `fetchEvents()` implementation to fetch the events u…
-
[Feature]: When you add an external resource to your modules composer.json have it auto register in the service provider.
Added to
```
"require": {
"maddhatter/laravel-fullcalendar": "~1.0"
}…
-
Hi, I'm having this error when using laravel-fullcalendar.
![image](https://user-images.githubusercontent.com/40819612/45405448-7854b600-b695-11e8-979f-723cb0d775b5.png)
![image](https://user-imag…
-
Hi,
I've added a custom button option on my laravel controller. It successfully displays the custom button but when I click it, it doesn't work & I got an error on my browser console log.
Error …
-
I implemented the functionality to delete events from a popup window and I want to refresh the calendar without having to refresh the page, but so far haven't succeeded.
On the `setCallbacks` I added…