| Package Data | |
|---|---|
| Maintainer Username: | jansenfelipe |
| Maintainer Contact: | jansen.felipe@gmail.com (Jansen Felipe) |
| Package Create Date: | 2015-01-02 |
| Package Last Update: | 2015-09-29 |
| Home Page: | |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-10-27 03:04:47 |
| Package Statistics | |
|---|---|
| Total Downloads: | 63 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 4 |
| Total Watchers: | 2 |
| Total Forks: | 1 |
| Total Open Issues: | 0 |

$ composer require jansenfelipe/laraeditable
config/app.php:// file START ommited
'providers' => [
// other providers ommited
JansenFelipe\Laraeditable\LaraeditableServiceProvider::class,
],
// file END ommited
$ php artisan vendor:publish
<script src="//code.jquery.com/jquery-1.11.2.min.js"></script>
<script src="/vendor/jansenfelipe-laraeditable/laraeditable.js"></script>
<link href="/vendor/jansenfelipe-laraeditable/laraeditable.css" type="text/css" media="screen" rel="stylesheet">
laraeditable:Ex: index.blade.php
<div id="foo" view="index" class="laraeditable">Some content</div>
Ex: foo.blade.php
<div id="foo" view="foo" class="laraeditable">Some content</div>