PHP Classes

File: resources/stubs/ServiceProvider.stub

Recommend this page to a friend!
  Classes of Ahmed Saad   Laravel Repository Package   resources/stubs/ServiceProvider.stub   Download  
File: resources/stubs/ServiceProvider.stub
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Laravel Repository Package
Access repository objects that match the criteria
Author: By
Last change:
Date: 1 year ago
Size: 223 bytes
 

Contents

Class file image Download
# Bind $FILE$ Resolver To Service Container $this->app->bind(\$NAMESPACE$\Contracts\$FILE$Contract::class, function($app) { return $app->make(\$NAMESPACE$\$FILE$::class); }); # $FILE$ End