vobar/laravel-basic-components

Laravel package basic components for small sites

v0.0.8 2023-07-12 14:23 UTC

This package is auto-updated.

Last update: 2024-05-04 08:03:33 UTC


README

Basic components for small sites on LARAVEL framework

Note

Mainly developed for laravel/breeze package for internal needs of our team and microservices/microsites development

Components for fast creating sites.
Copying basic kit for some tagged entities in right places.

Do not write it! Only install =)

HOW TO INSTALL

composer require vobar/laravel-basic-components

HOW TO PUBLISH

php artisan basic:install [stack]

available stacks:

  • vue
  • blade

OLD. WIP

  • vue components:

    SelectFilterable - is a select with filterable list --tag=vue-SelectFilterable

    Attention! Need headlessui npm package!

    Input parameters:

    • selected - selected element id
    • people - list with format:[{id: 1, name: 'Не выбран'}]

    Пример вызова:

        <SelectFilterable
            v-model:selected="goods.user_id"
            :people="store.responsibles"
        />

License:

MIT

Special thanks:
Alex M
Ildar Y
Sergey I
Yaroslav T