Skip to main content

Black Friday 2025! Only until December 1st: coupon FRIDAY25 for 40% off Yearly/Lifetime membership!

Read more here

krayin/laravel-crm

20233 stars
2 code files
View krayin/laravel-crm on GitHub

packages/Webkul/Product/src/Providers/ProductServiceProvider.php

Open in GitHub
use Illuminate\Support\ServiceProvider;
use Illuminate\Foundation\AliasLoader;
use Illuminate\Routing\Router;
 
class ProductServiceProvider extends ServiceProvider
{
public function boot(Router $router)
{
$this->loadMigrationsFrom(__DIR__ . '/../Database/Migrations');
}
 
public function register()
{
}
}
return [
//
'providers' => [
//
Webkul\Product\Providers\ProductServiceProvider::class,
//
],
//
];

We'd Love Your Feedback

Tell us what you like or what we can improve

Feel free to share anything you like or dislike about this page or the platform in general.