© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
3 replies
sadiqgoni13

Import Filament V3.1

Import was working perfect on localhost but having issue on production
Class "Filament\Actions\ImportAction" not found
Class "Filament\Actions\ImportAction" not found

namespace App\Filament\Finance\Resources\MonthlySalaryStructureResource\Pages;



use App\Filament\Finance\Resources\MonthlySalaryStructureResource;

use App\Filament\Imports\MonthlyImporter;

use Filament\Actions;

use Filament\Resources\Pages\ListRecords;



class ListMonthlySalaryStructures extends ListRecords

{

    protected static string $resource = MonthlySalaryStructureResource::class;



    protected function getHeaderActions(): array

    {

        return [

            Actions\ImportAction::make()

            ->importer(MonthlyImporter::class),

            Actions\CreateAction::make(),

        ];

    }

}
namespace App\Filament\Finance\Resources\MonthlySalaryStructureResource\Pages;



use App\Filament\Finance\Resources\MonthlySalaryStructureResource;

use App\Filament\Imports\MonthlyImporter;

use Filament\Actions;

use Filament\Resources\Pages\ListRecords;



class ListMonthlySalaryStructures extends ListRecords

{

    protected static string $resource = MonthlySalaryStructureResource::class;



    protected function getHeaderActions(): array

    {

        return [

            Actions\ImportAction::make()

            ->importer(MonthlyImporter::class),

            Actions\CreateAction::make(),

        ];

    }

}
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Filament Import
FilamentFFilament / ❓┊help
2y ago
V3.1
FilamentFFilament / ❓┊help
3y ago
Filament V3 and Livewire V3 scripts
FilamentFFilament / ❓┊help
3y ago
Filament v3 exporter xlsx
FilamentFFilament / ❓┊help
15mo ago