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

laravel / framework / 18058 / 1

Build:
DEFAULT BRANCH: 5.2
Ran 11 Jan 2018 05:36AM UTC
Files 6
Run time 0s
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

11 Jan 2018 05:36AM UTC coverage: 0.0%. First build
18058.1

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%)

0.0 hits per line

Source Files on job 18058.1
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 18058
  • Travis Job 18058.1
  • e020d166 on github
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