Giter Site home page Giter Site logo

About

Admin panel for laravel

License

The Laravel framework is open-sourced software licensed under the MIT license.

Used

Install Fastleo

composer require fastleo/fastleo
php artisan migrate
php artisan storage:link
php artisan vendor:publish --tag=fastleo --force

After update Fastleo

php artisan migrate
php artisan vendor:publish --tag=fastleo --force

Create admin

php artisan fastleo:user --admin

Clear cache

php artisan fastleo:clear
composer dump-autoload

Enter in Fastleo

http://site.org/fastleo

Fastleo setting model

public $fastleo = ModelName[title];

public $fastleo_group = GroupModels[title];

public $fastleo_description = ModelDescription[text];

public $fastleo_columns = [

    'column' => [
    
        'title' => 'Title',
        'type' => 'string[number|checkbox|text|select|include]',
        'visible' => true,
        'description' => '',
        'placeholder' => '',
        
        // if type == string
        'media' => false,
        
        // if type == text
        'tinymce' => false,
        
        // if type == select
        'multiple' => false,
        
        // if type == select
        // example [10,20,30]
        // example 'App\User:id:email:name'
        // example 'Model:key:value:?order?'
        // example 'Model:key:value:where:value:?order?'
        'data' => [],
        'data' => 'Model:key:value',
        
        // if type == include
        'model' => 'Relationship model' // example 'App\UserImages'
        'relation' => 'Relationship method' // example 'images'
        
    ],
];

Fastleo local

"require": {
    "fastleo/fastleo": "@dev"
},
"repositories": [
    {
        "type": "path",
        "url": "../fastleo",
        "options": {
            "symlink": true
        }
    }
]

composer update fastleo/fastleo --prefer-source

Roman Zakharov's Projects

laravel-docs-8.x-ru icon laravel-docs-8.x-ru

Неофициальная документация Laravel 8.x на русском языке.

mangoofficeapi icon mangoofficeapi

Класс для работы с IP-телефонией Mango-Office

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.