This commit is contained in:
Bozhidar Slaveykov 2024-04-05 17:45:21 +03:00
parent fb7c1c5314
commit 2cc24eb155
5 changed files with 9 additions and 10 deletions

View file

@ -22,7 +22,7 @@ class DomainResource extends Resource
protected static ?string $navigationGroup = 'Hosting Services';
protected static ?int $navigationSort = 2;
protected static ?int $navigationSort = 3;
public static function form(Form $form): Form
{

View file

@ -20,8 +20,8 @@ class ModelHostingSubscriptionCreatedListener
public function handle(ModelHostingSubscriptionCreated $event): void
{
dd($event);
}
}

View file

@ -21,7 +21,6 @@ class ModelHostingSubscriptionDeletingListener
public function handle(ModelHostingSubscriptionDeleting $event): void
{
dd($event);
}

View file

@ -13,8 +13,8 @@ class HostingSubscription extends Model
'customer_id',
'hosting_plan_id',
'domain',
'username',
'password',
'system_username',
'system_password',
'description',
'setup_date',
'expiry_date',

View file

@ -1,9 +1,9 @@
PHYRE_PHP=/usr/local/phyre/php/bin/php
rm -rf composer.lock
$PHYRE_PHP composer.phar i
$PHYRE_PHP composer.phar dump-autoload
#rm -rf composer.lock
#$PHYRE_PHP composer.phar i
#$PHYRE_PHP composer.phar dump-autoload
$PHYRE_PHP artisan migrate
$PHYRE_PHP artisan l5-swagger:generate
#$PHYRE_PHP artisan l5-swagger:generate