• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

laravel / framework / 18058

Build:
DEFAULT BRANCH: 5.2
Ran 11 Jan 2018 05:36AM UTC
Jobs 1
Files 104
Run time 6s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
18058

Pull #12061

travis-ci

Drew Lewis
[5.2] Adjust ResourceRegistrar to take wildcards options

Adjustment to ResourceRegistrar to allow for 'wildcards' to be set via the options array.

Allows for this.

    Route::resource('users.photos', 'PhotoController', ['wildcards' => [
        'users' => 'person', 'photos' => 'image'
    ]]);

Or

    Route::resource('users', 'UserController', ['wildcards' =>
'singular']);
Pull Request #12061: [5.2] Adjust ResourceRegistrar to take wildcards options

0 of 116 relevant lines covered (0.0%)

3.46 hits per line

Jobs
ID Job ID Ran Files Coverage
1 18058.1 11 Jan 2018 05:36AM UTC 0
0.0
Travis Job 18058.1
Source Files on build 18058
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #18058
  • Pull Request #12061
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc