Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a route:list command #516

Merged
merged 24 commits into from
Sep 14, 2022
Merged

Add a route:list command #516

merged 24 commits into from
Sep 14, 2022

Conversation

caendesilva
Copy link
Member

@caendesilva caendesilva commented Sep 14, 2022

Adds a route:list command

$ php hyde route:list

+-----------+------------------------+------------------+-----------+
| Page Type | Source File            | Output File      | Route Key |
+-----------+------------------------+------------------+-----------+
| BladePage | _pages/404.blade.php   | _site/404.html   | 404       |
| BladePage | _pages/index.blade.php | _site/index.html | index     |
+-----------+------------------------+------------------+-----------+

@caendesilva caendesilva linked an issue Sep 14, 2022 that may be closed by this pull request
@codecov
Copy link

codecov bot commented Sep 14, 2022

Codecov Report

Merging #516 (79f49be) into master (ecf08d3) will increase coverage by 0.00%.
The diff coverage is 100.00%.

❗ Current head 79f49be differs from pull request most recent head c840d7b. Consider uploading reports for the commit c840d7b to get more accurate results

@@            Coverage Diff            @@
##             master     #516   +/-   ##
=========================================
  Coverage     99.56%   99.57%           
- Complexity      938      946    +8     
=========================================
  Files           110      111    +1     
  Lines          2325     2348   +23     
=========================================
+ Hits           2315     2338   +23     
  Misses           10       10           
Impacted Files Coverage Δ
packages/framework/src/HydeServiceProvider.php 100.00% <ø> (ø)
...es/framework/src/Commands/HydeRouteListCommand.php 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@caendesilva caendesilva merged commit 2cd2f28 into master Sep 14, 2022
@caendesilva caendesilva deleted the add-a-route-list-command branch September 14, 2022 11:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add a route:list command
2 participants