#591 - sites [wip]

This commit is contained in:
Saeed Vaziry
2025-05-25 22:17:19 +02:00
parent ff11fb44e0
commit f5fdbae4ac
77 changed files with 2156 additions and 414 deletions

View File

@ -2,8 +2,15 @@
namespace App\SiteTypes;
use App\Models\Site;
class Laravel extends PHPSite
{
public static function make(): self
{
return new self(new Site(['type' => \App\Enums\SiteType::LARAVEL]));
}
public function baseCommands(): array
{
return array_merge(parent::baseCommands(), [