An open API service indexing awesome lists of open source software.

https://github.com/sajjadef98/eftekhari-website-editor

Powerful free and single -page editor usable on all sites developed with Sajjad
https://github.com/sajjadef98/eftekhari-website-editor

codeigniter editor laravel page-editor php phpeditor text-editor text-editor-for-web website-editor websiteeditor

Last synced: 2 months ago
JSON representation

Powerful free and single -page editor usable on all sites developed with Sajjad

Awesome Lists containing this project

README

          

Eftekhari Website Editor developed by Sajjad Eftekhari
Powerful free and single -page editor usable on all sites
***
[Donate Sajjad Sftekhari ](https://sajjadef.ir/support)

Set the $chek_dir[1] in line 81 and run the websiteedite.php
```php
$chek_dir[1] = __DIR__ . '/';
// $chek_dir[2] = __DIR__ . '/../../app/Http/Controllers';
// $chek_dir[3] = __DIR__ . '/../../public/';
```
* In Larvel you should
* 1 Move the websiteedite.php to the views
* and change the

* 2 ``
* to the
* ` `
* 3 and add get and post or any request in routes like this

```php
Route::any('/websiteedite', function () {
return view('websiteedite');
});
```

![Eftekhari_Website_Editor1.jpg](https://s25.picofile.com/file/8450785042/Eftekhari_Website_Editor1.jpg)
![Eftekhari_Website_Editor2.jpg](https://s24.picofile.com/file/8450785092/Eftekhari_Website_Editor2.jpg)