Fjord is a Laravel package for building Admin-Interfaces that help maintaining the data of your applications. It provides an intuitive interface and the tools needed to manage your project's Users, Models and free Forms for Pages, Settings etc.
- 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.