Fjord is a multilanguage package for building and maintaining the data of your Laravel applications. It provides an intuitive interface and the tools needed to manage your project's content.
Manage Models as well as all Page-Content of your website on a modern yet super simple interface.
- Code Driven Configuration
- Using Laravel Standards
- Extendable via Vue Components
- Form Fields for Models
- User Management
- Role And Permission Management
- Media Management
- Translatable
- Headless
Read the Docs and learn how to build your custom Admin panel. Use your knowledge about Laravel standards and do much work in little time.
Install this package using the following commands:
composer require aw-studio/fjord
php artisan fjord:install
Thats it for the installation. You can easily create a new admin-user by running:
php artisan fjord:admin
It's all setup now, visit http://yourapp.tld/admin
Try the Demo
Fjord is an open-sourced software licensed under the MIT license.