msztorc / laravel-env

Managing Laravel environment variables from the CLI
MIT License
77 stars 10 forks source link

Forces page reload with axios request #15

Closed akinsayo closed 11 months ago

akinsayo commented 1 year ago

Hi.

When using this package with vuejs 3 (Laravel 9 + Inertiajs + vue), on post of values to change and subsequent change of the values, a page refresh is always forced when the package is used. When turned off, everything works the way it should.

Could you please look into this?

msztorc commented 1 year ago

Hi @akinsayo Could you please share more details about this? I understand that problem happens when you use the laravel-env interface programmatically, is that correct? Can you share any code snippets? Thanks!