Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

156
Vistas
October CMS routing file in plugins

I have a

routes.php

file in my plugin directory that has lots of routing rules for example a part of it is:

# global routes for buy and sell
  Route::post('loadgroups/','Imis\Accounting\Controllers\SaleFactors@loadGroups');
  Route::post('loadproducts/','Imis\Accounting\Controllers\SaleFactors@loadProducts');
  Route::post('mobile/','Imis\Accounting\Controllers\SaleFactors@mobile');
  Route::post('cashcredit/','Imis\Accounting\Controllers\SaleFactors@calcCashCredit');

my problem is that all the routes working correctly except the last one which throws

404 not found

is there any idea about this problem and how to solve it!? Thank you.

over 4 years ago · Santiago Trujillo
1 Respuestas
Responde la pregunta

0

If you definitely have the Controller method defined then the only thing I can think of is that may be you are POSTing somewhere else. A typo may be!? You might want to look at your form (or however you are making that POST request) to make sure you're hitting the right route. Looking hard at the StackTrace might also be helpful.

For added measure, you might clear the cache: php artisan cache:clear

Hopefully, you find a fix. Good luck!

over 4 years ago · Santiago Trujillo Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda