This commit is contained in:
Bozhidar Slaveykov 2023-11-26 03:17:41 +02:00
parent 39779123f2
commit 01af6f5af5
8 changed files with 12 additions and 7 deletions

View file

@ -26,7 +26,7 @@ sudo ./configure --prefix=/usr/local/phyre/php \
--with-gettext \
--with-curl \
--with-zip \
--enable-mbstring
--enable-mbstring
# --with-libdir=lib/$(arch)-linux-gnu
# Compile PHP

View file

@ -17,7 +17,9 @@ class BackupResource extends Resource
{
protected static ?string $model = Backup::class;
protected static ?string $navigationIcon = 'heroicon-o-rectangle-stack';
protected static ?string $navigationIcon = 'heroicon-o-inbox-stack';
protected static ?int $navigationSort = 100;
public static function form(Form $form): Form
{

View file

@ -17,7 +17,9 @@ class CronJobResource extends Resource
{
protected static ?string $model = CronJob::class;
protected static ?string $navigationIcon = 'heroicon-o-rectangle-stack';
protected static ?string $navigationIcon = 'heroicon-o-clock';
protected static ?int $navigationSort = 99;
public static function form(Form $form): Form
{

View file

@ -17,7 +17,7 @@ class DomainResource extends Resource
{
protected static ?string $model = Domain::class;
protected static ?string $navigationIcon = 'heroicon-o-rectangle-stack';
protected static ?string $navigationIcon = 'heroicon-o-globe-europe-africa';
public static function form(Form $form): Form
{

View file

@ -17,7 +17,7 @@ class HostingAccountResource extends Resource
{
protected static ?string $model = HostingAccount::class;
protected static ?string $navigationIcon = 'heroicon-o-rectangle-stack';
protected static ?string $navigationIcon = 'heroicon-o-users';
public static function form(Form $form): Form
{

View file

@ -17,7 +17,7 @@ class HostingDatabaseResource extends Resource
{
protected static ?string $model = HostingDatabase::class;
protected static ?string $navigationIcon = 'heroicon-o-rectangle-stack';
protected static ?string $navigationIcon = 'heroicon-o-circle-stack';
public static function form(Form $form): Form
{

View file

@ -16,7 +16,7 @@ return [
|
*/
'name' => 'PhyrePanel - Web Hosting Control Panel',
'name' => 'PhyrePanel',
/*
|--------------------------------------------------------------------------

1
web/storage/installed Normal file
View file

@ -0,0 +1 @@
installed-2023-11-26 01:12:31