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
- Host: GitHub
- URL: https://github.com/wangta69/laravel-components
- Owner: wangta69
- Created: 2024-11-01T06:57:22.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-12-26T09:22:07.000Z (5 months ago)
- Last Synced: 2025-04-12T20:05:20.161Z (about 2 months ago)
- Language: PHP
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
``````