Hello friends this is the situation: I am working with Eloquent and relationships and need to get a...
someone has used PHPWord (https://htmltodocx.codeplex.com/) and laravel
Hello friends this is the situation: I have a form and I have a textarea with an HTML editor (WYSIW...
Hello friends, I'm building a view with blade, you can generate a dynamic menu? change this @section...
Worked as follows, but would like to improve the code //Form {{ Form::text("percents[{$key}]&qu...
percents = Input::get('percent'); descriptions = Input::get('description'); foreach ($percents as...
so far I have the following $percents = Input::get('percent'); $descriptions = Input::get('descripti...
The Laravel portal for problem solving, knowledge sharing and community building.