@Seb7 I mean bootstrap-star-rating.It's not a laravel or php package, it is a jQuery plugin. You can...
Why do you use composer? This is a js-only project, doesn't have any php code. Use bower if you insi...
View::composer('*', function($view) { $view->with('viewName', pathinfo($view->getName(),PA...
This will give you the name without structure. You can also use substr etc. pathinfo($viewName,PATHI...
Create a file called composers.php inside app folder (same level with routes,filters) and copy the c...
The Laravel portal for problem solving, knowledge sharing and community building.