SteamPixel
08538d9097
Merge pull request #37 from mrjk990/patch-1
...
fix regex to support for non english letters
2021-01-14 15:07:11 +01:00
mrjk990
c2cd96ab90
fix regex to support for non english letters
...
fix regex to support for non english letters
like arabic
example:
// http://domain.com/dance/الرقص-العربي
Route::add( '/([\d\w\._]+)/([\p{L}\d\-]+)', function($cat, $slug) {
// do something
});
2021-01-09 23:20:29 +02:00
SteamPixel
6168bc9ab5
Merge pull request #35 from beopuppy/master
...
Add web.config (IIS) rewrite rule
2020-10-19 11:05:59 +02:00
Markus Geiger
1c52029ca0
Add web.config (IIS) rewrite rule
...
Update readme with windows test setup.
2020-10-16 12:01:27 -04:00
SteamPixel
6994d6c93e
Corrected some wired PHP comments
2020-09-24 08:54:38 +02:00
SteamPixel
7fbe414965
Added include example
2020-09-07 10:21:29 +02:00
SteamPixel
ce7225c288
Added description of required skills
2020-09-07 10:07:46 +02:00
SteamPixel
cda1b9b36f
Merge pull request #29 from mzaini30/patch-1
...
Change comment (from POST to GET)
2020-07-23 11:55:07 +02:00
Zen
c0cd53ff67
Change comment (from POST to GET)
2020-07-23 17:38:11 +08:00
SteamPixel
18ad2e50cb
Merge branch 'master' of github.com:steampixel/simplePHPRouter
2020-05-15 12:14:10 +02:00
SteamPixel
19ab110e79
Updated some information
2020-05-15 12:09:41 +02:00
SteamPixel
41e85d3500
Added a basepath variable to the demo file
2020-05-15 12:08:23 +02:00
SteamPixel
f9f3522399
Added a basepath variable to the demo file
2020-05-15 12:02:26 +02:00
SteamPixel
26e048cc88
Bugfix: Setup with subfolder works fine but doesn't match base path #23
2020-05-15 11:38:43 +02:00
SteamPixel
48fa409e7f
Added local dev environment to ignore list
2020-05-15 10:40:12 +02:00
SteamPixel
26e9ec784f
Update composer.json
...
Updated author information
2020-01-15 09:18:00 +01:00
SteamPixel
d3713a3aee
Merge pull request #17 from ImMaax/master
...
Added myself to composer.json
2020-01-15 09:15:46 +01:00
SteamPixel
d8bb60d8dc
Update README.md
...
Thought the mention of "single class" is important :-)
2020-01-15 09:12:58 +01:00
Max
921e85f2b8
Added my homepage
2020-01-14 15:24:28 +01:00
Max
93276e0ae2
Added myself to composer.json
2020-01-14 15:17:35 +01:00
SteamPixel
6bae948408
Added composer instruction
2020-01-14 13:00:35 +01:00
SteamPixel
cdeb25f770
Added composer instruction
2020-01-14 13:00:23 +01:00
SteamPixel
c871154b36
Corrected namespace
2020-01-14 12:55:52 +01:00
SteamPixel
ccd615893b
Removed vagrant test setup
2020-01-14 12:53:10 +01:00
SteamPixel
a3828a61d3
Removed vagrant test setup
2020-01-14 12:52:45 +01:00
SteamPixel
7a3d28bacc
Corrected namespace in folder structure
2020-01-14 12:03:03 +01:00
SteamPixel
6b174280d5
Added zip to docker setup
2020-01-14 11:49:30 +01:00
SteamPixel
560f8736c0
Moved Route.php to src folder
2020-01-14 11:44:26 +01:00
SteamPixel
aa76b4f7e9
Changed namesapce
2020-01-14 11:43:16 +01:00
SteamPixel
d050a70f30
Added autoloader information to composer json
2020-01-14 11:42:35 +01:00
SteamPixel
96f49285bb
Added git to docker setup
2020-01-14 11:39:36 +01:00
SteamPixel
8938651c4d
Renamed composer package
2020-01-14 11:14:24 +01:00
SteamPixel
9be968b012
Initiated composer package
2020-01-14 11:06:42 +01:00
SteamPixel
db0634413e
Added composer to Docker setup
2020-01-14 11:04:04 +01:00
SteamPixel
545d321e0d
Added namespacing
2020-01-14 10:42:38 +01:00
SteamPixel
6674759d96
Corrected documentation of run() arguments
2020-01-11 22:57:18 +01:00
SteamPixel
3c7b6e2412
Corrected documentation of run() arguments
2020-01-11 22:56:41 +01:00
SteamPixel
2acc000d98
The multi match mode is now optional
2020-01-11 22:44:56 +01:00
SteamPixel
6b9c6bbf6d
Removed the header() calls from the class to add more flexibility to 404 and 405 routes
2020-01-11 22:18:06 +01:00
SteamPixel
8e5fb1157a
Added php info route
2020-01-10 23:13:53 +01:00
SteamPixel
d241420287
Added dockerfile for php 7.4.1
2020-01-10 23:11:59 +01:00
SteamPixel
92af3f3e2c
Fixed index.php navigation
2020-01-10 22:56:48 +01:00
SteamPixel
08e5748f1a
Renamed old dockerfile
2020-01-10 22:50:16 +01:00
SteamPixel
8e9dfc667d
Merge pull request #11 from ImMaax/master
...
Unified the code style across the project, fixed grammar issues, added TODOs
2020-01-08 16:53:01 +01:00
Maximilian Götz
8a198bc168
Unified the code style across the project, fixed grammar issues, added TODOs
2020-01-08 16:25:45 +01:00
SteamPixel
9cc623d215
Merge pull request #9 from ImMaax/master
...
Corrected README.md and moved the license into its own file
2019-07-25 10:05:49 +02:00
Max
129790eb43
Moved the license into its own file
2019-07-24 17:59:47 +02:00
Max
e873ec0557
Update README.md
2019-07-24 17:56:58 +02:00
SteamPixel
ed6b43849b
Added SimplePHPPages to readme
2019-03-13 16:06:51 +01:00
SteamPixel
7153d369c1
Merge pull request #5 from sanderaido/master
...
Added option to define routes with multiple allowed methods
2019-02-25 16:25:37 +01:00