Posts by Rafael Alves • 21 points
1 post
-
2
votes2
answers675
viewsA: Request a form with Standard not working
You can add the Collective HTML package[https://laravelcollective.com/docs/5.3/html]. And replace the <form> by {!! Form::open() !! }, which already adds _token input.…