Posts by José Cicero Rocha Cavalcante • 11 points
2 posts
-
-1
votes1
answer337
viewsA: Laravel helpers do not work in shared hosting production mode
Try to follow the guidelines of this link: https://medium.com/@luisdalmolin/how-to-deploy-of-a-apply%C3%A7%C3%A3o-Roomable-in-a-shared-bc1142cbb9 Especially the part below, so you don’t need to move…
-
1
votes1
answer767
viewsQ: Multi-Insert with Laravel 5.3 dynamic form
I am trying to do a multiple Insert with Laravel 5.3 in a table as follows: Form {!! Form::open(['route' => 'demanda.store', 'class' => 'form']) !!} <div class="form-group form-inline">…