Arnaud Lemercier
Arnaud Lemercier
Hello, You need to create a specific password for your application. https://support.google.com/accounts/answer/185833
Version 1.1.2 seems safe
I think I understood why you are not reproducing the problem. I installed Castor globally and I run with ```bash castor test ``` note that if I launch from vendor,...
> > And I need to include autoload because I can install external libraries (to do SFTP). > > (Like this example : https://github.com/monsieurbiz/SyliusPluginMaker/blob/master/castor.php) > > > What am I...
> I tested this case too. > > > Can you push a full reproducer somewhere? > > I Still waiting for that Hello @lyrixx You can find, step by...
Thank you for your response. > The script is for development, it is not designed to run in a production scenario. How can I create a user with "Magic Link"...
Indeed, the problem is exactly as you mentioned. Here is a script that bypasses the incorrect verification: ``` sed -i 's/export async function checkDataMigrations() {/export async function checkDataMigrations() { return;/g'...
Ok but does laravel generate a cache file that you could use because it is really problematic?