Download the PHP package ipatco/filament-profile without Composer

On this page you can find all versions of the php package ipatco/filament-profile. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package filament-profile

Filament Profile

Latest Version on Packagist Total Downloads

Filament Profile screenshot

A ready-made user profile page for your Filament panel — the kind of account settings screen most apps need, without building it from scratch.

Inspired by Laravel Breeze and Jetstream, built to feel at home in Filament.

If this package helps you, you can support the work here:


What it does

After install, your users get a profile page where they can:

You also get:

Browser sessions only appear when your app stores sessions in the database (SESSION_DRIVER=database).


Why it was created

Most Filament apps still need a full account settings screen. Filament gives you the panel and auth, but not a complete Breeze-style profile experience out of the box.

This package fills that gap so you can focus on your product instead of rebuilding the same profile page again and again.


Requirements


Quick start

1. Install the package

2. Run the installer

This publishes the config and a ProfileInformationForm class you can edit in your app.

3. Register the plugin

In your panel provider:

Want the dashboard Profile widget too? Add ->accountWidget() and remove Filament’s default account widget so you don’t get two cards.

4. Include the views in your theme

In your panel theme CSS file (for example resources/css/filament/admin/theme.css):

Then rebuild your frontend assets (npm run build or npm run dev).

5. Open the profile page

Sign in and visit /admin/profile (or your panel path + /profile).


Customizing profile fields

Edit the published class:

app/Filament/Profile/ProfileInformationForm.php

Add phone, avatar, or any other fields there. Keep those attributes fillable on your user model so they can be saved.

That’s the intended place for customization — keep your panel provider lean.


Useful options

You can hide or show the menu link with ->hidden() / ->visible() when needed.


Support

This package is free and open source. If you’d like to support continued development:


Changelog

Please see CHANGELOG for recent changes.

Contributing

Please see CONTRIBUTING for details.

Security

Please review our security policy for how to report vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.


All versions of filament-profile with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
filament/filament Version ^5.0
spatie/laravel-package-tools Version ^1.15.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package ipatco/filament-profile contains the following files

Loading the files please wait ...