-
I use laravel 5.4.
when I use sample code like this on my controller
```
public function index()
{
$events = [];
$events[] = \Calendar::event(
'Event One', //event title
false, //fu…
-
I am using Laravel 5.8 and had the following issues installing:
D:\xampp\htdocs\laravel-fullcalendar>composer require maddhatter/laravel-fullcalendar
Using version ^1.3 for maddhatter/laravel-ful…
-
### Debug mode
- [X] I have enabled debug mode
- [X] I have read [checked the Common Issues page](https://snipe-it.readme.io/docs/common-issues)
### Describe the bug
When upgrading from v7.0…
-
please fix this for laravel 6
-
Inside FC docs there is option for events like
**Multiple Resources**
```
events: [
{
id: '1',
resourceIds: ['a', 'b'],
title: 'Meeting',
start…
-
WE need a Calendar to for making schedules, appointments, Bill due date, etc
-
Hi, Thanks for the nice package.
I've followed your document, I set some events only.
The view render but there is no header for calendar such as : next,prev ,....
I saw the fullcalendar scrip…
tskkh updated
7 years ago
-
Good day,
I already ran this code **composer require asantibanez/livewire-calendar** to install this package
but the error **Exception
[App\Http\Livewire\AppointmentsCalendar] does not impleme…
-
Hello!
Thanks maddhatter for this awesome package!
So I want to use Bootstrap's Popover method with FullCalendar.
I want to do like this:
![screen shot 2018-01-31 at 12 46 09](https://user-ima…
-
...when end hour is not set after 9 AM.
This bug relates to #87