| 1 | <?php |
||
| 10 | class LaraCartServiceProvider extends ServiceProvider |
||
| 11 | { |
||
| 12 | /** |
||
| 13 | * Perform post-registration booting of services. |
||
| 14 | * |
||
| 15 | * @return void |
||
| 16 | */ |
||
| 17 | public function boot() |
||
| 34 | |||
| 35 | /** |
||
| 36 | * Register the service provider. |
||
| 37 | * |
||
| 38 | * @return void |
||
| 39 | */ |
||
| 40 | public function register() |
||
| 61 | |||
| 62 | /** |
||
| 63 | * Checks to see if the migration has already been published. |
||
| 64 | * |
||
| 65 | * @return bool |
||
| 66 | */ |
||
| 67 | protected function migrationHasAlreadyBeenPublished() |
||
| 73 | } |
||
| 74 |