Questions tagged as 'laravel'

2
answers

How to return ajax errors with jquery in Laravel 5.6

As I read in the documentation, when using ajax, the answer is always returned in json, but I can not get the information to print. The message returned in the console is: http://localhost/projeto/cadastra/usuario 422 (Unprocessable Entity)...
asked by 05.06.2018 / 16:05
0
answers

Count several records for the chart in Laravel

How do I count multiple records with Laravel? Example: Table homicios, count the columns mes, date, city separately and generate the graph in the chart. Chart 1: Jan - X amount Feb - X amount Etc Chart 2: City A - X amount City Z - X quant...
asked by 27.05.2018 / 14:32
1
answer

How can I get information using laravel with chained join?

I have 3 layers of entities, of which I only want the third object. but based on information from the first two. For example, I have a factory that makes cars, and each car has a type of wheel. I want all the wheels manufactured by a factory....
asked by 01.06.2018 / 13:19
0
answers

AngularJS ng-repeat does not display data

I made the request via get using laravel as backend. However, if I update some data in the database itself, I need to refresh the page where the angular is loaded for it to update. Using the angle, would not it have to update automatically? &l...
asked by 30.05.2018 / 23:30
0
answers

AutoComplete in Laravel

Are you guys okay? so I am trying to develop an application in Laravel and it happens that I am putting an AutoComplete but it is not running. Please help me there! This is the ajax $(document).ready(function(){ $('#users').keyup(function...
asked by 25.05.2018 / 17:51
0
answers

Manual validation of an array in Laravel 5.6

I have a form where the telefone field is created dynamically, since a cliente can have several registered phones, being in the following pattern: <input type="text" name="clientes[nome]"> <input type="tel" name="telefon...
asked by 25.05.2018 / 16:41
1
answer

I need to receive value from a redirect with with no controller

In my class loginController I make the following path: return Redirect::to('home')->cookie($nome)->cookie($sessionid)->with('cnpj',$cnpj); I need to have this data $cnpj to pass from home.blade.php to client...
asked by 03.06.2018 / 08:17
0
answers

XML with Laravel 5.6

I've made the link step by step but I still have the following error:    Class 'Artisaninweb \ SoapWrapper \ Facades \ SoapWrapper' not found It already includes:    Artisaninweb \ SoapWrapper \ ServiceProvider :: class, and also...
asked by 24.05.2018 / 10:42
1
answer

multiple images with wysiwyg editor

I'm using a wysiwyg editor to generate text content for dynamic pages of a blog I'm doing. How would you be able to add multiple images in the text, positioning them in a particular place of text? Is it possible to do this using wysiwyg ed...
asked by 29.05.2018 / 20:05
1
answer

Error performing test with Laravel Dusk

Good morning, someone who has had experience with Laravel Dusk who can help me? I can not make the Authentication through the Browser to be able to access the screens, in my case I have different guards, but according to the documentation what I...
asked by 24.05.2018 / 16:39