Questions tagged as 'rutas'

1
answer

Do not load resources - Laravel 5.4

Good morning. It turns out that I have a project in Laravel 5.4 which already works correctly if I run it both on my computer and in the local network. The problem arises when I try to run from another network (for example, from my cell phone) a...
asked by 15.12.2017 / 15:55
1
answer

Obtain tracking of an OSRM route

I need to get the track of a route, but only from the origin to the destination, without the return. I make the following request: json_file<-"http://router.project-osrm.org/trip/v1/driving/-5.81336,43.495596;-5.81779973,43.51087296?over...
asked by 17.10.2017 / 20:18
0
answers

Problem replacing web images with local images

I am trying to replace the SRC of certain images in a web by images that I have stored in local. I do it with file: //// C: /folder/image.png The image DOES NOT SEE and I see the error: Not allowed to load local resource in the Chrome console...
asked by 30.10.2018 / 19:36
1
answer

React Router does not work, always shows the same component

routes.js import React from 'react'; import App from './App'; import Home from './home/contenedor/home'; import Logueado from './logueado/contenedor/logueado'; import { Route, Switch, Miss } from 'react-router-dom'; cons...
asked by 20.09.2018 / 05:07
1
answer

Route [calculator] not defined. Laravel 5.6

Good morning! I am developing a small application that contains a sales margin calculator. This calculator I have it at the first sight, and calls a form that sends to the controller of the home in laravel. For some reason, mark that I do not...
asked by 27.08.2018 / 09:43
0
answers

Save with phpexcel in temporary file

is that I have to save an excel in a temporary file but I do not know how Originally this way I keep the excel file header('Content-Type: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet'); header('Content-Disposition: atta...
asked by 01.08.2018 / 17:12
1
answer

Angular 6 and bootstrap 4 sidebar and navbar that does not reload on each link

What is the correct way to create navbar and sidebar in angular, When I enter a link in my project, it loads the sidebar and the navbar and that does not seem to be correct. There are also pages in which I do not want to show the sidebar. My...
asked by 01.08.2018 / 23:25
0
answers

page not found when opening my index.php with wamp

I'm trying to make an api in php however, when trying to access any endpoint the browser tells me:    The page you are looking for could not be found. Check the address bar   to ensure your URL is spelled correctly. If all else fails, you can...
asked by 12.07.2018 / 20:01
1
answer

Storage procedures in Laravel does not return more than one table

I have a procedure stored in mysql that returns 3 tables, but when invoking it with laravel it only shows me the contents of the first table. route::get('/prueba/{id}','Emergencia\AsistenciaMedicaController@prueba');   ...
asked by 12.06.2018 / 06:40
0
answers

I can not access my EDIT view

These are my routes:    link This is my edit function in the NormasEmitidasAdmin driver public function edit($id) { $normaEmitida = NormaEmitida::find($id); return view('NormasEmitidas.edit',['normaEmitida'=>$norm...
asked by 25.05.2018 / 01:28