Hi, of course:
add to function boot()
$this->app->booting(function()
{
$loader = \Illuminate\Foundation\AliasLoader::getInstance();
$loader->alias('Tools', 'Pulpitum\Core\Models\Tools');
});
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community