Description
Filament is a collection of full-stack components for accelerated Laravel development. They are beautifully designed, intuitive to use, and fully extensible - the perfect starting point for your next Laravel app. Why waste time building the same features over and over again?
filament alternatives and similar libraries
Based on the "Game Engine" category.
Alternatively, view filament alternatives based on common mentions on social networks and blogs.
-
Cocos2d-x
Cocos2d-x is a suite of open-source, cross-platform, game-development tools utilized by millions of developers across the globe. Its core has evolved to serve as the foundation for Cocos Creator 1.x & 2.x. -
Panda3D
Powerful, mature open-source cross-platform game engine for Python and C++, developed by Disney and CMU -
CRYENGINE
DISCONTINUED. CRYENGINE is a powerful real-time game development platform created by Crytek. -
Spring RTS game engine
A powerful free cross-platform RTS game engine. - Report issues at https://springrts.com/mantis/ -
Amazon Lumberyard
DISCONTINUED. Amazon Lumberyard is a free AAA game engine deeply integrated with AWS and Twitch – with full source. -
Axmol Engine
Axmol Engine – A Multi-platform Engine for Desktop, XBOX (UWP), WebAssembly and Mobile games. (a fork of Cocos2d-x-4.0) -
Wolf Engine
DISCONTINUED. The Wolf is a comprehensive set of C/C++ open source libraries for realtime rendering, realtime streaming and game developing -
Polly
DISCONTINUED. Minimalistic 2D C++ Game Framework [GET https://api.github.com/repos/cdervis/Polly2D: 404 - Not Found // See: https://docs.github.com/rest/repos/repos#get-a-repository]
SaaSHub - Software Alternatives and Reviews
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of filament or a related project?
Popular Comparisons
README
Admin panel, form builder and table builder for Laravel. Built with the TALL stack. Designed for humans.
Packages
Admin Panel • Documentation • Demo
composer require filament/filament
Form Builder • Documentation
composer require filament/forms
Table Builder • Documentation
composer require filament/tables
Notifications • Documentation
composer require filament/notifications
Spatie Media Library Plugin • Documentation
composer require filament/spatie-laravel-media-library-plugin
Spatie Settings Plugin • Documentation
composer require filament/spatie-laravel-settings-plugin
Spatie Tags Plugin • Documentation
composer require filament/spatie-laravel-tags-plugin
Spatie Translatable Plugin • Documentation
composer require filament/spatie-laravel-translatable-plugin
Contributing
If you want to contribute to Filament packages, you may want to test it in a real Laravel project:
- Fork this repository to your GitHub account.
- Create a Laravel app locally.
- Clone your fork in your Laravel app's root directory.
- In the
/filamentdirectory, create a branch for your fix, e.g.fix/error-message.
Install the packages in your app's composer.json:
{
...
"require": {
"filament/filament": "*",
},
"repositories": [
{
"type": "path",
"url": "filament/packages/*"
}
],
...
}
Now, run composer update.
Checking for missing translations
Set up a Laravel app, and install the admin panel.
Now, if you want to check for missing Spanish translations, run:
php artisan filament:check-translations es
This will let you know which translations are missing for this locale. You can make a PR with the changes to this repository.
If you've published the translations into your app and you'd like to check those instead, try:
php artisan filament:check-translations es --source=app
Need Help?
🐞 If you spot a bug, please submit a detailed issue, and wait for assistance.
🤔 If you have a question or feature request, please start a new discussion. We also have a Discord community. For quick help, ask questions in the appropriate channel.
🔐 If you discover a vulnerability, please review our security policy.