Pablo-Araya

Results 9 comments of Pablo-Araya

SetCallbacks() ``` public function getEvents() { $events = []; $data = Event::all(); // -->Your Model if($data->count()){ foreach ($data as $key => $value) { $events[] = Calendar::event( $value->title, false, new \DateTime($value->start_date),...

could you share your code in order to help you ?

You should select it on show event. ```` $('#your_repeater').repeater({ initEmpty: false, isFirstItemUndeletable: true, show: function () { $(this).find('select').val('whatever-option-value-you-like-to-be-selected'); $(this).slideDown(); }, hide: function (deleteElement) { $(this).slideUp(deleteElement); } }); ````

You should access directly to https://localhost (without /login) as the nginx will automatically redirect to https://localhost/login