Questions tagged as 'laravel-5'

0
answers

the cache is deleted when I add a new one in department and in kinship that I can do

<script> todos_municipios=null; $(document).ready(function(){ //console.log('here'); todas_ciudades = {!! $ciudades->toJson() !!}; $(document).on('change','.depto',function(val...
asked by 02.08.2018 / 19:43
1
answer

Laravel 5.6: show field of one table related to another by another field

I'm creating a small CRM application. I get the following error when I try to show the client's name in the edit meeting view    Trying to get property of non-object (View:   /resources/views/employee/reunion/edit.blade.php) <option...
asked by 27.07.2018 / 08:51
0
answers

How to walk a pivot table?

I have a table 2 students and companies, the relationship is A student can work in many companies and a company can have many students consequently results in a pivot table student_business This pivot table has more independent additional da...
asked by 30.07.2018 / 00:12
1
answer

Massive Mailings with laravel 5.5

Good afternoon I have a problem with sending bulk emails, I'm working with two tables that is "mailings" and "customers", and I get this error 1- The route is this. routes / web.php Route::get('mailings/messages', 'MailingsController@...
asked by 27.07.2018 / 07:35
0
answers

in laravel this search engine that I did recharges the page and does not search me

@section('after-scripts') <link rel="stylesheet" type="text/css" href="{{ URL::to('css/backend/plugin/jquery-ui.min.css') }}"> <script type="text/javascript" src="{{ URL::to('js/backend/plugin/jquery-ui.min.js') }}"></s...
asked by 23.07.2018 / 19:21
0
answers

auto-loaded data with mysql

I am uploading data to a database in Mysql automatically with an arduino device, in my view I am showing this data, through a query in my controller public function show($id) { $consumes = consume::where('user_id', $id)->get(); foreac...
asked by 23.07.2018 / 16:58
1
answer

Validate the month of a timestamp data fix with php and Laravel5.5

In my controller I bring the date of an element with created_at this returns an array with the dates in my database, I need to validate if within this data array is the 07th month or not. My problem is that pru brings me the month 1 if I make a...
asked by 24.07.2018 / 18:13
1
answer

Enter daily data in MYSQL with php

I am working on an app that receives 10 to 13 data and they are saved in a table of my BD, I need to add that data and that sum is saved in another field of the table, I am using Laravel 5.5. this is the driver: public function show($id) {...
asked by 27.07.2018 / 23:42
0
answers

Problems viewing files from Storage de Laravel

I have a Laravel project hosted on a local server in Xampp, I configure a virtualhost, I do my file registration, and I confirm that they are being hosted on the server, but when I try to recover them I do not have access to them, and I configur...
asked by 27.07.2018 / 23:12
0
answers

Error migrating in laravel 5.6.28

I have problems when making a migration with seed en laravel. Thank you very much if you can help me.     
asked by 22.07.2018 / 03:35