Incremental Approved

Member since: 2019-09-22

Recent posts by Incremental
Post When

Hello, I have again problems to see the page...

Posted in Doc : Services / Image Resizing page is empty

Thanks daftspunk, I found another way which works fine, but don't know if it's right ?

use October\R...

Posted in Resize an uploaded image ?

Fine, thanks a lot !

Posted in Doc : Services / Image Resizing page is empty

Hello, in case there is a problem, please notice that the following doc page is empty : https://octo...

Posted in Doc : Services / Image Resizing page is empty

Hello, how is it possible to resize a picture in a backend plugin ? I tried :

$categ->image()->add($...

Posted in Resize an uploaded image ?

Hello, I'm using this CORS plugin on October : https://octobercms.com/plugin/offline-cors and a Vue ...

Posted in CORS Preflight Did Not Succeed with routes

Hello, friendly bump...

Posted in How to upload an avatar image from frontend to User plugin ?

Friendly bump ! Do I really need to hash the password ?

Posted in User password change ? [resolved]

Well, I changed my code to :

$user = User::findByEmail( $user_email );
$pwd = $request->password;   ...

Posted in User password change ? [resolved]

Hello, I developped a Vue.js app with a route.php plugin in October. Could you please put me on the ...

Posted in How to upload an avatar image from frontend to User plugin ?