Questions tagged as 'laravel'

0
answers

How to save a record with a form in a modal with related tables in Laravel?

I'm trying to save a record in a modal. But in that record there is a relationship. I have a code that supposedly mind does. When I register the information, I do not get an error, but it does not save my record. The function is as follows: i...
asked by 10.10.2018 / 18:53
0
answers

Customize register in Auth laravel 5.5

The auth module brings by default the option register outside, I mean before the session, but I want to leave the register inside, I mean after the session, and I can call it from another button. I've tried, but instead of loading the registe...
asked by 04.10.2018 / 00:52
1
answer

I have an error Vuejs shows me console but in sight - laravel

Template.html <div class="container"> <table class="table table-striped"> <thead> <tr> <th scope="col">#</th> <th scope="col">Nombre completo</th> <th scope="co...
asked by 08.10.2018 / 16:24
0
answers

Error executing artisan serve

Good evening at the moment of starting the laravel project I get this error in the command line, I really do not know what should be said that the error is in this file     
asked by 09.10.2018 / 00:35
0
answers

How to upload an image if I am using contentSecurityPolicy?

Good morning everyone I am working on a project in laravel and install the library Secure Headers Everything works fine for the configuration of the css and the javscript, but I have a section of my project that I have to load images...
asked by 10.10.2018 / 18:34
0
answers

error when saving an order detail in laravel, it tells me no existing column

I am using laravel to create an ordering system and when I save an order it generates an error: "message": "SQLSTATE[42S22]: Column not found: 1054 Unknown column 'stock' in 'field list' (SQL: insert into 'detalle_pedidos' ('idpedido', 'idprod...
asked by 03.10.2018 / 19:05
0
answers

Authentication Laravel 5.4

I need to have two tables to save the users and they can do login . I have my table users which are the internal users of my application so far so good, the problem is that I need to have another table called clientes...
asked by 02.10.2018 / 12:50
1
answer

Vagrant Homestad on Amazon AWS

I am developing a Laravel 5.6 application on my computer locally with the virtual machine homestad I want to publish my application on an AWS instance but I want to have exactly the same configuration of my local machine on the AWS instance,...
asked by 01.10.2018 / 22:01
0
answers

how to implement private channels in laravel sockets

Hi, I'm trying to implement a private channel for sockets with laravel and the events of these same Along with redis | laravel echo server and Vue my event works perfect my channel is public but I do not know how I should configure my...
asked by 01.10.2018 / 06:05
1
answer

ERROR: Call to a member function paginate () on array

The query if it comes out in the base what does not come out is already in the part of the paginate (); I get error Call to a member function paginate () on array $usuario=DB::select('select a.id,cedula, a.name, a.apellido,a.usuario_creo,email...
asked by 28.09.2018 / 10:00