-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[1.x] Fixes
route()
base uri, domain, and query parameters (#88)
* Fixes `route()` base uri, query parameters and domain * Fix code styling * More tests * More tests * Fix code styling * And more tests * Update FolioRoutes.php * Update FolioRoutes.php --------- Co-authored-by: nunomaduro <nunomaduro@users.noreply.github.com> Co-authored-by: Taylor Otwell <taylor@laravel.com>
- Loading branch information
1 parent
17ce60f
commit 7a6f613
Showing
5 changed files
with
194 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 4 additions & 0 deletions
4
tests/Feature/resources/views/even-more-pages/profile.blade.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
<div> | ||
My profile | ||
</div> | ||
|
||
<?php | ||
Laravel\Folio\name('profile'); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters