Giter VIP home page Giter VIP logo

p-router's Introduction

Hi there, I'm Amirul Islam

๐˜ˆ ๐˜—๐˜ข๐˜ด๐˜ด๐˜ช๐˜ฐ๐˜ฏ๐˜ข๐˜ต๐˜ฆ ๐™๐™ช๐™ก๐™ก-๐™จ๐™ฉ๐™–๐™˜๐™  ๐˜ฟ๐™š๐™ซ๐™š๐™ก๐™ค๐™ฅ๐™š๐™ง & ๐™’๐™š๐™— ๐˜ผ๐™ง๐™ฉ๐™ž๐™จ๐™–๐™ฃ.

๐Ÿ’โ€โ™‚๏ธ About me

  • ๐ŸŽ“ I studied CSE from Green University of Bangladesh

  • ๐Ÿ–ฅ๏ธ Iโ€™m currently working on ๐—Ÿ๐—ถ๐—ป๐˜‚๐˜…โžœ๐—ฃ๐—›๐—ฃโžœ๐—Ÿ๐—ฎ๐—ฟ๐—ฎ๐˜ƒ๐—ฒ๐—นโžœ๐—–๐—ผ๐—ฑ๐—ฒ๐—œ๐—ด๐—ป๐—ถ๐˜๐—ฒ๐—ฟโžœ๐—ช๐—ผ๐—ฟ๐—ฑ๐—ฝ๐—ฟ๐—ฒ๐˜€๐˜€โžœ๐—๐—ฎ๐˜ƒ๐—ฎ๐—ฆ๐—ฐ๐—ฟ๐—ถ๐—ฝ๐˜โžœ๐—ฉ๐˜‚๐—ฒ.๐—ท๐˜€

  • ๐ŸŒฑ Iโ€™m currently learning PHPUnit test

  • ๐Ÿ’ฌ Ask me about Full-stack development

๐Ÿค Connect with me:

Facebook Twitter Instagram LinkedIn

๐Ÿ”ฅ My Skill

๐Ÿ“Œ Frontend:

๐Ÿ“Œ Backend:

๐Ÿ“Œ Tools:

๐Ÿ“Š GitHub Stats

devamirul

devamirul

p-router's People

Contributors

devamirul avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

p-router's Issues

Create some commonly used regular expression patterns methods.

For convenience, some commonly used regular expression patterns have helper methods that allow you to quickly add pattern constraints to your routes:

example :

$router->get('/user/:id/:name', function () {
    // ...
})->whereNumber('id')->whereAlpha('name');

If the incoming request does not match the route pattern constraints, an exception will be returned.

Scripts not working on Windows

When running the commands "composer controller" for instance, it fails with the following error code:
Script cd vendor/devamirul/p-router/src/CLI && php createController.php && cd - handling the controller event returned with error code 1

Environment details:
Running through terminal in VS Code on Windows 11. Full admin rights granted, no UAC.

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.