Posts by Marcos Seixas • 80 points
7 posts
-
0
votes0
answers35
viewsQ: Bad Request reponse Guzzle para Google Storage no Laravel
Good morning, I’m having a problem sending a file to Google Storage it returns me the following error: Client error: SETURI http://dev-site.com.br/storage resulted in a 400 Bad Request sponse My…
-
1
votes1
answer37
viewsA: how to send to another page from disfigured boot?
Your question does not have PHP code, if it really is only html, to send to another page you need only exchange the button for one <a href="link"></a> <body> <div…
phpanswered Marcos Seixas 80 -
0
votes1
answer3392
viewsA: Missing required Parameters for [Route]
I was able to fix using an associative array for the parameters. {{route('auction.delegations',['auction'=> $auction,'lot' => $lot])}} this way he understood the path of the route with the two…
-
0
votes1
answer3392
viewsQ: Missing required Parameters for [Route]
I’m having trouble pinpointing the route because of the two parameters it has. Route::prefix('auction')->namespace('Auction')->name('auction.')->group(function() {…
-
0
votes1
answer176
viewsA: Is it possible to program in Javascript in Visual Studio Community 2017?
It is possible yes, even there are some videos on the internet talking about Javascript in Visual Studio 2017 Video programming in Visual Studio 2017 But if you don’t have much experience with the…
-
3
votes2
answers91
viewsQ: Foreach preg_match_all
I need to mount an array with all the data coming from another array using preg_match_all,I’m using the following code. $results = array(…
-
2
votes2
answers959
viewsQ: Searching word within text of PHP Array
have an array with words inside, separated by ; and need to locate certain word to carry out unset on it. $element = ';nao;'; $text =…
phpasked Marcos Seixas 80