Download the PHP package fomvasss/laravel-visual-editable without Composer
On this page you can find all versions of the php package fomvasss/laravel-visual-editable. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package laravel-visual-editable
Laravel Visual Editor
Installation
Run from the command line:
-
Install CKEditor & Laravel file manager
- Publish this package assets
- Set configs
- Run migration
- Make model
Models/Block
and extendBlock extends \Fomvasss\LaravelVisualEditable\Models\Block
- Make POST route for save blocks - simultaneous conservatio (ex:
admin/blocks/visual
) - Make controller, etc...
-
Add js & css to your editable pages (in head, after front css):
-
Add html after open tag
: - Add in end html doc (after your svripts) - optional
Use facade:
Or with tempate block (tempate in dir: front.blocks
)
Examples usage
Links
All versions of laravel-visual-editable with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0.0
illuminate/support Version 5.6.*|5.7.*|^5.8|^6.0|^7.0
illuminate/database Version 5.6.*|5.7.*|^5.8|^6.0|^7.0
illuminate/view Version 5.6.*|5.7.*|^5.8|^6.0|^7.0
illuminate/support Version 5.6.*|5.7.*|^5.8|^6.0|^7.0
illuminate/database Version 5.6.*|5.7.*|^5.8|^6.0|^7.0
illuminate/view Version 5.6.*|5.7.*|^5.8|^6.0|^7.0
The package fomvasss/laravel-visual-editable contains the following files
Loading the files please wait ....