Questions tagged as 'laravel'

0
answers

Problem with modal in Laravel and vue.js

I'm working with a CRUD application in laravel and Vue.js and at the moment I'm facing the following problem I created a modal to update in a table, the modal makes the reacquisition of the objects correctly in the input campuses , the problem is...
asked by 30.12.2018 / 15:22
0
answers

How to call a Postgres Store Procedures in laravel

I'm not able to call a Function from my Postgres code on my Laravel system. CREATE OR REPLACE FUNCTION usuario.funsetsessao( login_p text, ip_p text, sistema_p text, logar_p boolean) RETURNS boolean AS $BODY$ BEGIN DROP...
asked by 27.12.2018 / 13:59
0
answers

Connection between two docker containers

I created 3 containers to start my application, they are: version: "2" services: mysql: image: mysql:5.7 container_name: rgsistema-mysql working_dir: /application volumes: - .:/application environment: - MYSQL_ROOT_PASSWORD...
asked by 29.12.2018 / 20:19
1
answer

Search City by State with Ajax and Laravel

I am making an AJAX request, however it is giving an error: undefined Controller <?php namespace App\Http\Controllers; use App\Estado; use App\Http\Requests; use Illuminate\Http\Request; use Illuminate\Support\Facades\Response; class...
asked by 04.01.2019 / 12:24
0
answers

Laravel Vue Paging

I brought this doubt because I already rode everything and I did not succeed. I have a project with laravel and for front I am using vue. The project already searches for filtering and ordering by the fields, however the pagination was not su...
asked by 20.12.2018 / 01:16
1
answer

Laravel - How to call several methods passing the same route?

When I pass the two ends up bugging the other and vice versa. Example: Route::get('/psicologo/editar/{psi_codigo}','PsicologoControlador@edit'); Route::get('/psicologo/editar/{psi_codigo}','ControladorMunicipioUf@ListaUfEditar'); H...
asked by 19.12.2018 / 14:11
0
answers

Problem with modal in Laravel and vue.js

I'm working with a CRUD application in laravel and Vue.js and at the moment I'm facing the following problem I created a modal to update in a table, the modal makes the reacquisition of the objects correctly in the input campuses , the problem is...
asked by 30.12.2018 / 15:22
0
answers

Advanced Search Laravel

Mount table according to search Good afternoon, folks, you can create a search and set up a table according to the result EXAMPLE public function envia(Request $request){ $bcentrocusto = $request->get('c'); $bunidade = $...
asked by 17.12.2018 / 19:32
1
answer

Validate fields within separate divs in a single form

Within a single form I have 3 divs , which will change as the user clicks próximo . But for the user to be able to click on próximo the required fields of div that is currently being displayed must be filled in....
asked by 03.01.2019 / 17:24
1
answer

Rotate artisan inside shell script linux

How do I make a linux shell script to run a laravel artisan command? ex: php artisan migrate but create a script to run this command     
asked by 14.12.2018 / 02:52