Skip to content

Commit 054412d

Browse files
committed
Merge branch 'master' of github.com:biscofil/laravel_route_summary
2 parents aaf5e2a + 0cb7ed9 commit 054412d

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2019 Filippo Bisconcin
3+
Copyright (c) 2020 Filippo Bisconcin
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
# Laravel Route Summary
22

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+
59

610
Create an HTML graphical summary of all the routes of your Laravel project.
711

@@ -56,14 +60,11 @@ php artisan route:summary
5660
## Credits
5761

5862
- [Filippo Bisconcin][link-author]
59-
- [All Contributors][link-contributors]
6063

6164
## License
6265

63-
license. Please see the [license file](license) for more information.
66+
license. Please see the [license file](LICENSE) for more information.
6467

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
6768
[ico-travis]: https://api.travis-ci.org/biscofil/laravel_route_summary.svg?style=flat-square
6869
[ico-styleci]: https://styleci.io/repos/12345678/shield
6970

0 commit comments

Comments
 (0)