Saiht

Results 3 issues of Saiht

### Why? See issue https://github.com/facade/ignition-code-editor/issues/6 ### How? Always add EOF before saving.

Actually, while saving from ignition-code-editor, existing EOF is removed. See the screenshot below after saving `routes/web.php`:

After installing Saloon and Laravel plugin, publish config, then edit `integrations_path`. FROM : ```php 'integrations_path' => base_path('App/Http/Integrations'), ``` TO: ```php 'integrations_path' => base_path('src/Domains/Integrations'), ``` 1. Execute `php artisan saloon:connector` 2....