| 1 | <?php  | 
            ||
| 8 | class CrudServiceProvider extends ServiceProvider  | 
            ||
| 9 | { | 
            ||
| 10 | /**  | 
            ||
| 11 | * Bootstrap the application services.  | 
            ||
| 12 | *  | 
            ||
| 13 | * @return void  | 
            ||
| 14 | */  | 
            ||
| 15 | public function boot()  | 
            ||
| 29 | |||
| 30 | /**  | 
            ||
| 31 | * Register the application services.  | 
            ||
| 32 | *  | 
            ||
| 33 | * @return void  | 
            ||
| 34 | */  | 
            ||
| 35 | public function register()  | 
            ||
| 41 | |||
| 42 | public static function resource($name, $controller)  | 
            ||
| 49 | }  | 
            ||
| 50 |