Facade methods — Laravel

Joy Joel
1 min readDec 18, 2022

Get all modules.

Module::all();

Get all cached modules.

Module::getCached()

Get the ordered modules. The modules will be ordered by the priority key in module.json file.

Module::getOrdered();

Get scanned modules.

Module::scan();

Find a specific module.

Module::find('name');
// OR
Module::get('name');

--

--

Joy Joel

Abba’s Daughter| DevOps Engineer|Technical Writer