susana.o.santos29841 Approved

Member since: 2018-05-17

Recent posts by susana.o.santos29841
Post When

No developer should spend 3 days in order to set up an e-mail. October'docs should improve this part...

Posted in Mail View

According to laracasts the propper way of setting up the email is

    Mail::send(['html'=>'Me.MyPlug...

Posted in Mail View

Thank you for your help, but this code is not usefull for my problem. I am able to code an foreach, ...

Posted in Filter results

Hello, I'm trying to send an email but I'm getting the follow error

"No hint path defined for [Me.My...

Posted in Mail View

You need to use JWT Auth API for login user and then use api generator for generate your apis adding...

Posted in API for Mobile App

Hello. I want to generate an api for retrieve news. My plugin' model has title(string), text(string)...

Posted in Filter results

Found it for call a component partial I'm suppose to put an "@"

$('#changeAgenda').change(function(...

Posted in [solved] Update component's partial with Javascript API

Hello I want to update two partials when a select change it's values. However I'm not being able to ...

Posted in [solved] Update component's partial with Javascript API

Found it

Datepicker has a property "ignoreTimezone" that it's default is "false" So all I had to do ...

Posted in Time as duration

Hello I'm writting my first plugin. I need to set up a duration field in backend, so I chose type: d...

Posted in Time as duration