File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 1
1
MIT License
2
2
3
- Copyright (c) 2019 Filippo Bisconcin
3
+ Copyright (c) 2020 Filippo Bisconcin
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 1
1
# Laravel Route Summary
2
2
3
- [ ![ Latest Version on Packagist] [ ico-version ]] [ link-packagist ]
4
- [ ![ Total Downloads] [ ico-downloads ]] [ link-downloads ]
3
+ [ ![ Latest Version on Packagist] ( https://img.shields.io/packagist/v/biscofil/laravel-route-summary.svg?style=flat-square )] [ link-packagist ]
4
+
5
+ [ ![ Total Downloads] ( https://img.shields.io/packagist/dt/biscofil/laravel-route-summary.svg?style=flat-square )] [ link-downloads ]
6
+
7
+ [ ![ MIT Licensed] ( https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square )] ( LICENSE.md )
8
+
5
9
6
10
Create an HTML graphical summary of all the routes of your Laravel project.
7
11
@@ -56,14 +60,11 @@ php artisan route:summary
56
60
## Credits
57
61
58
62
- [ Filippo Bisconcin] [ link-author ]
59
- - [ All Contributors] [ link-contributors ]
60
63
61
64
## License
62
65
63
- license. Please see the [ license file] ( license ) for more information.
66
+ license. Please see the [ license file] ( LICENSE ) for more information.
64
67
65
- [ ico-version ] : https://img.shields.io/packagist/v/biscofil/laravel_route_summary.svg?style=flat-square
66
- [ ico-downloads ] : https://img.shields.io/packagist/dt/biscofil/laravel_route_summary.svg?style=flat-square
67
68
[ ico-travis ] : https://api.travis-ci.org/biscofil/laravel_route_summary.svg?style=flat-square
68
69
[ ico-styleci ] : https://styleci.io/repos/12345678/shield
69
70
You can’t perform that action at this time.
0 commit comments