Im passing data to my blade view with return View::make('blog', $posts); and in my blade view I'm trying …
php laravel pass-data laravel-viewsI'm trying to use tinyMCE with my Laravel project. The problem is when I store the new article the html …
php laravel tinymce laravel-views