/fjord

Fjord is an admin-panel for Laravel

Primary LanguagePHPMIT LicenseMIT

Build Status Total Downloads Latest Stable Version License

Fjord: Laravel Content-Administration

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.

Fjord Interface

Features

  • Code Driven Configuration
  • Using Laravel Standards
  • Extendable via Vue Components
  • Form Fields for Models
  • User Management
  • Role And Permission Management
  • Media Management
  • Translatable
  • Headless

Learning Fjord

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.

Installation

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

Demo

Try the Demo

License

Fjord is an open-sourced software licensed under the MIT license.