User Profile With Work History - Just Like LinkedIn

When users can fill out their own profiles, it's often with custom fields. In this example, we tried to recreate the LinkedIn work experience form.

FilamentExamples ThumbBase (39)

Get the Source Code:

How it works

First, we create a custom Filament page and use it to edit the profile page. This page must extend the base Filament edit profile page.

app/Filament/Pages/EditProfile.php:

use Filament\Pages\Auth\EditProfile as BaseEditProfile;
 
class EditProfile extends BaseEditProfile
{
protected static string $view = 'filament.pages.profile';
}

We must enable the profile feature in the Panel Provider and provide our created EditProfile page. We also set the page so that the simple page layout is not used.

The FULL tutorial is available after the purchase: in the Readme file of the official repository you would get invited to.
Get the Source Code: All 59 Premium Examples for $99 Only Project Examples for $59