Giter Site home page Giter Site logo

routes don't work about php-router HOT 7 CLOSED

izniburak avatar izniburak commented on June 15, 2024
routes don't work

from php-router.

Comments (7)

NeftaliAcosta avatar NeftaliAcosta commented on June 15, 2024 1

I've already tried many things and can't get it to work :(

from php-router.

izniburak avatar izniburak commented on June 15, 2024

Hi @NeftaliAcosta ,
Probably, this problem related with base_path.
What is your base_path? You can try to change Router config. You can check out documentation.

Thanks.

from php-router.

NeftaliAcosta avatar NeftaliAcosta commented on June 15, 2024

Hi @NeftaliAcosta ,
Probably, this problem related with base_path.
What is your base_path? You can try to change Router config. You can check out documentation.

Thanks.

It only works like this:

$this->route->get('/hello/:string', function($value){
echo 'Hello, ' . $value;
});

from php-router.

izniburak avatar izniburak commented on June 15, 2024

Everything seems normal. I couldn't understand the issue. Maybe it can be debugged for finding the problem. Did you share your project as public anywhere? Maybe, I can investigate it at a convenient time.

from php-router.

NeftaliAcosta avatar NeftaliAcosta commented on June 15, 2024

Everything seems normal. I couldn't understand the issue. Maybe it can be debugged for finding the problem. Did you share your project as public anywhere? Maybe, I can investigate it at a convenient time.

I created an example of the project so you can download it.
https://github.com/NeftaliAcosta/proyecto.com.mx

The file in question is:
/app/routes/oferta_route.php

Thanks for your time and your help.

from php-router.

NeftaliAcosta avatar NeftaliAcosta commented on June 15, 2024

@izniburak I tell you the following:
I have a project that I did 3 months ago, I copied and pasted the entire vendor / izniburak folder in my new project and now the routes already work using:

{a} => All chars without '/' char.
{d} => Digits.
{i} => Digits.
{s} => Alphabetic characters.
{w} => Alphanumeric characters.
{u} => URL format characters for SEO. (Alphanumeric characters, _ and -)
{*} => All characters

I think it is a problem of some update.

from php-router.

izniburak avatar izniburak commented on June 15, 2024

@NeftaliAcosta Which version you used? Maybe we can compare it with latest version. But, I don't think that the problem is related with patterns.

from php-router.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.