Questions tagged as 'route'

1
answer

Defining route controllers in Codeigniter directories

I have a lot of controllers in my project, so I split the controllers into folders, site in the site folder, admin in the admin folder (within controllers ). But I can not access the drivers without having to put the base of their folder in...
asked by 19.11.2014 / 05:16
1
answer

Translation of routes with CakePHP

I am studying CakePHP for possible use in a project, and the crucial point of this project is that it is multi-language. I've already done a lot of research on translation of the routes: http://projeto.com/contact http://projeto.com.br/co...
asked by 19.08.2014 / 21:12
1
answer

AbstractController :: ActionNotFound for a destroy action

Hello, I have two applications running in Heroku with the same code, but I'm having a problem with the production version. When trying to make a request, I have the following log: AbstractController::ActionNotFound (The action 'destroy...
asked by 28.06.2014 / 17:30
0
answers

React Router - Main Routes x Application Routes

I'm studying React, I'm currently in version 16.6.3. I really enjoyed using it, I'm reading a lot of its documentation and implementing it as well. I have a lot to learn. I learned a little about the Routes, I was able to navigate between the...
asked by 30.12.2018 / 23:14
0
answers

Laravel: Duplicate project in same directory

Good morning everyone! I have a laravel API on a server in the /www/var/html/api1 folder, for second reason I have to build another API on the same server, so I duplicated the one I had to facilitate /www/var/html/api2 . So far s...
asked by 17.12.2018 / 11:54
0
answers

Url query Reach Route - React

I have the following problem: I have an API in node.js that returns me id and name of products and supermarkets When I do a get in / supermarkets passing via url params /:idSupermercado I can get this parameter in the component by t...
asked by 05.12.2018 / 12:48
0
answers

Problems with React

I'm logging in and saving the data in a Session Storage, however every time I'm using a button (such as changing my password) I change the user's password but I have to log in again. Session Storage data is not lost but I do not know why I have...
asked by 26.11.2018 / 11:57
1
answer

Determine route according to the url that called the request

My situation is as follows, I am using a form of billing that makes the whole system of subscription online, the system when registering a customer and validating the payment of the same, frees the access for 30 days ... But at the end of thi...
asked by 22.11.2018 / 18:21
1
answer

Route of api in Laravel 5.4

Through the composer, I started a project with the command: composer create-project --prefer-dist laravel/laravel api After the installation of the dependencies, I was able to see the "welcome" of the application (through the default wheel...
asked by 21.05.2018 / 04:16
0
answers

Why do my routes only work on localhost and not on a Web server?

I'm a .NET developer (desktop apps & mobiles) trying to get on the web that I found the best PHP because it's a free Lang and its IDE's are light. I created my MVC pattern (for being a beginner I prefer not to use frameworks) and the local mac...
asked by 14.03.2018 / 10:38