Posts by Regis Andrade • 23 points
3 posts
-
1
votes1
answer638
viewsA: Redirect and Route on Laravel 5.5, is it possible?
After several messages were exchanged with @Virgilio, I decided as follows: In control I put the following return: return redirect()->route('admin.empresas')->with('mensagem', $mensagem);…
-
1
votes1
answer638
viewsQ: Redirect and Route on Laravel 5.5, is it possible?
I’m having a beginner’s difficulty here in my training with Laravel 5.5 I just created an update method - Update, public function atualizar(Request $request, $id) { $dados = $request->all();…
-
-3
votes1
answer1183
viewsQ: iframe on my wordpress site
installed the plugin https://br.wordpress.org/plugins/iframe/ on my website, and followed all the guidelines. On the page I wanted to put iframe, I inserted the code, only it is not loading the page…