Import latest app updates from streamline

An updated set of source files and initialization was provided by streamline to
address issues observed during initial testing. These files have been updated in
order to generate a new set of app images.
This commit is contained in:
2024-04-11 11:16:51 -07:00
parent cb4c6b4c1a
commit 4a89356390
10435 changed files with 107737 additions and 1220538 deletions
@@ -1,7 +0,0 @@
<?php
namespace Nwidart\Modules\Exceptions;
class FileAlreadyExistException extends \Exception
{
}
@@ -1,11 +0,0 @@
<?php
namespace Nwidart\Modules\Exceptions;
class InvalidActivatorClass extends \Exception
{
public static function missingConfig()
{
return new static("You don't have a valid activator configuration class. This might be due to your config being out of date. \n Run php artisan vendor:publish --provider=\"Nwidart\Modules\LaravelModulesServiceProvider\" --force to publish the up to date configuration");
}
}
@@ -1,11 +0,0 @@
<?php
namespace Nwidart\Modules\Exceptions;
class InvalidAssetPath extends \Exception
{
public static function missingModuleName($asset)
{
return new static("Module name was not specified in asset [$asset].");
}
}
@@ -1,7 +0,0 @@
<?php
namespace Nwidart\Modules\Exceptions;
class InvalidJsonException extends \Exception
{
}
@@ -1,7 +0,0 @@
<?php
namespace Nwidart\Modules\Exceptions;
class ModuleNotFoundException extends \Exception
{
}