Gifari Industries - BD Cyber Security Team
Home
/
home
/
u861052488
/
✏️
Editing: .bash_history
clear cd domains cd cornflowerblue-giraffe-631089.hostingersite.com cd public_html php artisan make:model Service cd domains cd cornflowerblue-giraffe-631089.hostingersite.com cd public_html clear php artisan make:filament-resource Service clear cd cornflowerblue-giraffe-631089.hostingersite.com cd domains cd cornflowerblue-giraffe-631089.hostingersite.com cd public_html clear php artisan storage:link cd domains cd cornflowerblue-giraffe-631089.hostingersite.com cd public_html clear php artisan db:seed --class=StateCitySeeder php artisan make:filament-resource State php artisan make:filament-relation-manager StateResource cities name cd domains cd cornflowerblue-giraffe-631089.hostingersite.com cd public_html clear php artisan make:filament-resource Service php artisan make:filament-relation-manager ServiceResource sections title php artisan make:filament-relation-manager ServiceResource sections php artisan optimize:clear cd domains cd cornflowerblue-giraffe-631089.hostingersite.com cd public_html php artisan optimize:clear clear php artisan make:filament-relation-manager ServiceResource sections title php artisan make:filament-relation-manager ServiceResource states state_id cd domains cd cornflowerblue-giraffe-631089.hostingersite.com cd public_html clear php artisan make:filament-resource ServicePage clear cd domains cd cornflowerblue-giraffe-631089.hostingersite.com cd public_html clear php artisan make:filament-resource service php artisan make:filament-relation-manager ServiceResource sections title cd domains cd cornflowerblue-giraffe-631089.hostingersite.com cd public_html clear php artisan make:filament-resource ServiceState <?php namespace App\Filament\Resources; use App\Filament\Resources\ServiceStateResource\Pages; use App\Filament\Resources\ServiceStateResource\RelationManagers; use App\Models\ServiceState; use Filament\Forms; use Filament\Forms\Form; use Filament\Forms\Components\Select; use Filament\Forms\Components\TextInput; use Filament\Resources\Resource; use Filament\Tables; use Filament\Tables\Table; class ServiceStateResource extends Resource { protected static ?string $model = ServiceState::class; protected static ?string $navigationIcon = 'heroicon-o-map'; protected static ?string $navigationLabel = 'Service States'; public static function form(Form $form): Form { return $form; ->schema([ Select::make('service_id') ->relationship('service', 'title') ->required() ->searchable(), Select::make('state_id') ->relationship('state', 'name') ->required() ->searchable(), TextInput::make('slug') ->label('Slug') ->unique(ignoreRecord: true), ]); } public static function table(Table $table): Table { return $table; ->columns([ Tables\Columns\TextColumn::make('service.title') ->label('Service') ->searchable(), Tables\Columns\TextColumn::make('state.name') ->label('State') ->searchable(), Tables\Columns\TextColumn::make('slug'), Tables\Columns\TextColumn::make('created_at') ->dateTime(), ]) ->actions([ Tables\Actions\EditAction::make(), ]) ->bulkActions([ Tables\Actions\BulkActionGroup::make([ Tables\Actions\DeleteBulkAction::make(), ]), ]); } public static function getRelations(): array { return [; RelationManagers\ServiceStateSectionsRelationManager::class,; ]; } public static function getPages(): array { return [; 'index' => Pages\ListServiceStates::route('/'), 'create' => Pages\CreateServiceState::route('/create'), 'edit' => Pages\EditServiceState::route('/{record}/edit'), ]; } }clear clear php artisan make:filament-relation-manager ServiceStateResource serviceStateSections title cd domains cd cornflowerblue-giraffe-631089.hostingersite.com cd public_html clear php artisan make:filament-resource ServiceCity php artisan make:filament-relation-manager ServiceCityResource serviceCitySections title php artisan make:filament-page ViewServiceCity --resource=ServiceCityResource --type=view cd domains cd cornflowerblue-giraffe-631089.hostingersite.com cd public_html clear php artisan make:trait ApiResponseTrait php artisan make:controller Api/ServiceController cd domains cd cornflowerblue-giraffe-631089.hostingersite.com cd public_html php artisan make:seeder BlogSeeder php artisan db:seed --class=BlogSeeder cd domains cd cornflowerblue-giraffe-631089.hostingersite.com cd public_html clear php artisan make:filament-resource Author cd domains cd cornflowerblue-giraffe-631089.hostingersite.com cd public_html clear php artisan make:filament-resource CategoryIndustry cd domains cd cornflowerblue-giraffe-631089.hostingersite.com cd public_html php artisan make:filament-relation-manager CategoryIndustryResource industries name php artisan make:filament-resource CategoryIndustry cd domains cd cornflowerblue-giraffe-631089.hostingersite.com cd public_html php artisan make:filament-relation-manager IndustryResource sections title cd domains cd cornflowerblue-giraffe-631089.hostingersite.com cd public_html clear php artisan make:filament-resource Industry cd domains cd cornflowerblue-giraffe-631089.hostingersite.com cd public_html clear php artisan make:filament-resource JobPost --generate cd domains cd cornflowerblue-giraffe-631089.hostingersite.com cd public_html clear php artisan make:controller Api/JobApplicationController cd domains cd cornflowerblue-giraffe-631089.hostingersite.com cd public_html clear cd domains cd cornflowerblue-giraffe-631089.hostingersite.com cd public_html clear php artisan make:filament-resource JobApplication php artisan make:filament-resource Page php artisan make:filament-relation-manager Page sections title cd domains cd cornflowerblue-giraffe-631089.hostingersite.com cd public_html php artisan make:factory JobPostFactory --model=JobPost php artisan make:seeder JobPostSeeder php artisan db:seed cd domains cd cornflowerblue-giraffe-631089.hostingersite.com cd public_html php artisan make:filament-resource Client php artisan make:middleware RedirectMiddleware cd domains cd cornflowerblue-giraffe-631089.hostingersite.com cd public_html clear php artisan make:filament-resource Brand cd domians cd domains cd https://hotpink-viper-235731.hostingersite.com/ cd hotpink-viper-235731.hostingersite.com cd public_html php artisan storage:link cd domains cd hotpink-viper-235731.hostingersite.com cd public_html php artisan storage:link cd hotpink-viper-235731.hostingersite.com cd public_html cd domains cd hotpink-viper-235731.hostingersite.com cd public_html php artisan config:clear php artisan cache:clear php artisan route:clear cd domains cd techalphonic.com cd public_html wget https://wordpress.org/latest.tar.gz tar -xvzf latest.tar.gz cp -r wordpress/* . rm -rf wordpress latest.tar.gz chmod -R 755 . cd domains cd servicesplus.in cd public_html php artisan storage:link mkdir -p public/storage/blogs cp storage/app/public/blogs/* public/storage/blogs/ mkdir -p public/storage/blogs cp storage/app/public/blogs/* public/storage/blogs/ cd domain cd lightgoldenrodyellow-yak-959237.hostingersite.com cd public_html cd lightgoldenrodyellow-yak-959237.hostingersite.com cd public_html ls cd domains cd lightgoldenrodyellow-yak-959237.hostingersite.com cd public_html php artisan storage:link ls -l public rm -rf public/storage php artisan storage:link ls -l public php artisan storage:link ln -s /home/u861052488/public_html/storage/app/public /home/u861052488/public_html/public/storage ln -s /home/u861052488/public_html/storage/app/public /home/u861052488/public_html/storage ls -l ln -s /home/u861052488/public_html/storage/app/public /home/u861052488/public_html/public/storage cd public ls ln -s ../storage/app/public storage ls -l cd domains cd darkviolet-beaver-418425.hostingersite.com cd public_html cd .. cd domains cd darkviolet-beaver-418425.hostingersite.com cd public_html composer install
💾 Save
❌ Cancel