Skip to content

tomaserlebach/fjord

 
 

Repository files navigation

Build Status Total Downloads Latest Stable Version License

Fjord: Laravel Content-Administration

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.

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.

Feel free to ask us anything on our discord chanel.

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.

About

Fjord is an admin-panel for Laravel

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 57.9%
  • Vue 23.6%
  • JavaScript 10.6%
  • CSS 5.3%
  • HTML 2.6%