Top "Laravel-views" questions

How to pass data to view in Laravel?

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-views
TinyMCE and Laravel

I'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