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
- Host: GitHub
- URL: https://github.com/sajjadef98/eftekhari-website-editor
- Owner: sajjadef98
- License: mit
- Created: 2022-06-10T08:17:39.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-09-19T09:47:28.000Z (9 months ago)
- Last Synced: 2025-09-19T11:43:30.251Z (9 months ago)
- Topics: codeigniter, editor, laravel, page-editor, php, phpeditor, text-editor, text-editor-for-web, website-editor, websiteeditor
- Language: PHP
- Homepage: https://sajjadef98.github.io/Eftekhari-Website-Editor/
- Size: 60.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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');
});
```

