We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33c649d commit 0735548Copy full SHA for 0735548
src/FakerLaravelServiceProvider.php
@@ -3,9 +3,20 @@
3
4
use Illuminate\Contracts\Foundation\Application;
5
use Illuminate\Support\Facades\Config;
6
+use Xefi\Faker\Container\Container;
7
8
class FakerLaravelServiceProvider extends \Illuminate\Support\ServiceProvider
9
{
10
+ /**
11
+ * Bootstrap any package services.
12
+ *
13
+ * @return void
14
+ */
15
+ public function boot()
16
+ {
17
+ Container::packageManifestPath('./bootstrap/cache/faker-packages.php');
18
+ }
19
+
20
/**
21
* Register the service provider.
22
*
0 commit comments