laravel-fullcalendar
laravel-fullcalendar copied to clipboard
Change background color for specific event.
trafficstars
Is it possible to change the background color for specific event like this one.

It was from here http://larabooking.herokuapp.com
Client Login:
Email: [email protected] Password: client
Company Admin Login:
Email: [email protected] Password: admin
There is many ways to do this, you can conditionaly while using if($event->type ==...) {$color =
Or in db create a view with if else generating color row and then use it like 'color' => $event->color
You can use the array of options when you create the event. I discovered it thanks to this: link