File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ $ composer require izniburak/router
54
54
``` php
55
55
require 'vendor/autoload.php';
56
56
57
- use Buki\Router;
57
+ use Buki\Router\Router ;
58
58
use Symfony\Component\HttpFoundation\Request;
59
59
use Symfony\Component\HttpFoundation\Response;
60
60
@@ -81,6 +81,8 @@ $router->run();
81
81
## Docs
82
82
Documentation page: [ Buki\Router Docs] [ doc-url ]
83
83
84
+ Changelogs: [ Buki\Router Changelogs] [ changelog-url ]
85
+
84
86
## Support
85
87
[ izniburak's homepage] [ author-url ]
86
88
@@ -103,5 +105,6 @@ Documentation page: [Buki\Router Docs][doc-url]
103
105
104
106
[ mit-url ] : http://opensource.org/licenses/MIT
105
107
[ doc-url ] : https://github.com/izniburak/php-router/wiki
108
+ [ changelog-url ] : https://github.com/izniburak/php-router/wiki/Changelogs
106
109
[ author-url ] : http://burakdemirtas.org
107
110
[ twitter-url ] : https://twitter.com/izniburak
You can’t perform that action at this time.
0 commit comments