I am setting up unisharp/ckeditor in laravel form using https://artisansweb.net/install-use-ckeditor-laravel/ installation guide. I followed all the steps mentioned in here, but I am not able to get value of ckeditor in my php-laravel code.
Here is my code,
Entry in provider array in config/app/js,
Unisharp\Ckeditor\ServiceProvider::class,
Entry in html file,
<body>
@include('inc.navbar')
<div class="container starter-template">
@include('inc.message')
@yield('content')
</div>
<script src=""></script>
<script>
CKEDITOR.replace( 'summary-ckeditor' );
</script>
</body>
Entry in html file to add ckeditor in form,
<div class='form-group'>
</div>
My composer entries,
"require": {
"php": "^7.1.3",
"fideloper/proxy": "^4.0",
"laravel/framework": "5.7.*",
"laravel/tinker": "^1.0",
"laravelcollective/html": "5.7.*",
"unisharp/laravel-ckeditor": "^4.7"
},
Let me know what am I missing on.
from Newest questions tagged laravel-5 - Stack Overflow https://ift.tt/2YmeaPy
via IFTTT
Aucun commentaire:
Enregistrer un commentaire