jansenfelipe/laraeditable is a Laravel package for edit images and texts in laravel views.
It currently has 4 GitHub stars and 63 downloads on Packagist (latest version 3.0.0).
Install it with composer require jansenfelipe/laraeditable.
Discover more Laravel packages by jansenfelipe
or browse all Laravel packages to compare alternatives.
Last updated

Add require in composer.json:
"jansenfelipe/laraeditable": "2.0.*@dev"
Add service provider in config/app.php:
'providers' => [ .. 'JansenFelipe\Laraeditable\LaraeditableServiceProvider' ]
Publish assets:
php artisan vendor:publish
Add CSS and JS
Find the element you want to edit in your view.blade. Add an identifier, the name of the view and the class laraeditable:
//index.blade.php
//foo.blade.php