Skip to content

Instantly share code, notes, and snippets.

@Aly-ve
Aly-ve / AppServiceProvider.php
Last active January 28, 2022 13:07
Use Laravel's Factories with custom main namespace on Laravel 8
<?php
/**
*** On Laravel 8, factories becomes classes.
*** If your are using a custom namespace for your app, you need to add Factory::guessFactoryNamesUsing.
*** There is an example, enjoy 🎊
**/
namespace CustomNamespace\Providers;