facade / ignition-code-editor

Add inline code editing to your ignition page
http://flareapp.io/docs/ignition-for-laravel/first-party-extensions#ignition-code-editor
MIT License
44 stars 5 forks source link

Edits not saving. #12

Open ipontt opened 5 years ago

ipontt commented 5 years ago

OS: Win7 Php: 7.3.4 Laravel: 6.2

Inline code editor looks pretty, but it's not saving any edits at all. I'm just testing this package out on a fresh install after seeing it in laracasts.

I used a variable I didn't declare on purpose on my welcome view to trigger an error, edit out the variable, hit CTRL+S, get the green popup saying it saved correctly, press F5 and get the same error. Any edits I make just revert as soon as I change the stack frame or hit refresh.

Am I missing something here? There's not much documentation besides "do composer facade/ignition-code-editor --dev".

axelzuzek commented 5 years ago

Same problem under Windows 10 - Laravel 6 / Ignition @ master

DarkPain0 commented 4 years ago

Same problem with Windows 10,Laravel 6.6.2

mankowitz commented 4 years ago

Same problem, Win 10, Laravel 6.7

rahmap commented 4 years ago

same problem

airhoncortez commented 4 years ago

Same problem does anyone knows the solution for this

horacebmagic commented 4 years ago

same problem, win 7, laravel 6.2

AirhonDev commented 4 years ago

same problem, win 7, laravel 6.2

I think this is because you have to use a certain IDE for this to work.

Try using PHP storm

horacebmagic commented 4 years ago

same problem, win 7, laravel 6.2

I think this is because you have to use a certain IDE for this to work.

Try using PHP storm

i'm using vscode. i saw the tutorial using vscode, macOS works properly