This repository was archived by the owner on Dec 9, 2023. It is now read-only.
File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ protected function configure()
81
81
82
82
<info>%command.full_name% --router=app/config/router.php</info>
83
83
84
- See also: http ://www. php.net/manual/en/ features.commandline.webserver.php
84
+ See also: https ://php.net/features.commandline.webserver
85
85
EOF
86
86
)
87
87
;
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ protected function configure()
81
81
82
82
<info>php %command.full_name% --router=app/config/router.php</info>
83
83
84
- See also: http ://www. php.net/manual/en/ features.commandline.webserver.php
84
+ See also: https ://php.net/features.commandline.webserver
85
85
EOF
86
86
)
87
87
;
Original file line number Diff line number Diff line change 12
12
/*
13
13
* This file implements rewrite rules for PHP built-in web server.
14
14
*
15
- * See: http ://www. php.net/manual/en/ features.commandline.webserver.php
15
+ * See: https ://php.net/features.commandline.webserver
16
16
*
17
17
* If you have custom directory layout, then you have to write your own router
18
18
* and pass it as a value to 'router' option of server:run command.
You can’t perform that action at this time.
0 commit comments