An open API service indexing awesome lists of open source software.

https://github.com/wangta69/laravel-components

components collections for laravel
https://github.com/wangta69/laravel-components

Last synced: about 2 months ago
JSON representation

components collections for laravel

Awesome Lists containing this project

README

        

# Pondol's components

## Installation
```
composer require wangta69/laravel-components
```

## How to Use
### HTML Components
#### text
```

```

#### radio
```

```

#### checkbox
```

```
#### select
```

```
##### When options is object
```

```

#### select multiple
```

```

### Error
> 기본 style은 bootstrap 5 이다.
#### has
> 특정 필드만 validaion error 발생시
```

```
#### first
> 다수 에러중 하나만 출력
```

```
#### all
> 다수 에러 출력
```

```
#### custom
> errors 가 아닌 redirect()->back()->with('error', '') 로 정의된 경우
```

```

### Directive
#### @checkedtrue
> condition이 True 이면 checked 출력ㄱ
```

```

#### @iftrue
```

```
#### inarray
```

```