Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/leandrocfe/filament-form-builder

Repositório utilizado na live no canal do Tio Jobs
https://github.com/leandrocfe/filament-form-builder

filament filamentphp laravel livewire

Last synced: about 1 month ago
JSON representation

Repositório utilizado na live no canal do Tio Jobs

Awesome Lists containing this project

README

        

# filament-form-builder

Repositório utilizado na live no canal do Tio Jobs:

## Live 1

[Desvendando o Form Builder com Leandro Ferreira | Live](https://www.youtube.com/watch?v=qwojScrW_FU)

[![Desvendando o Form Builder com Leandro Ferreira | Live](https://raw.githubusercontent.com/leandrocfe/filament-form-builder/main/screenshots/live1.png)](https://www.youtube.com/watch?v=qwojScrW_FU)

## Live 2

[Avançando no Form Builder com Leandro Ferreira | Live](https://www.youtube.com/watch?v=z5StCXCT7mQ)

[![Desvendando o Form Builder com Leandro Ferreira | Live](https://raw.githubusercontent.com/leandrocfe/filament-form-builder/main/screenshots/live2.png)](https://www.youtube.com/watch?v=z5StCXCT7mQ)

## Installation

```bash
git clone https://github.com/leandrocfe/filament-form-builder.git
```

Run the commands:

```bash
cd filament-form-builder
cp .env.example .env
composer install
```

Laravel sail:

```bash
sail up -d
```

Run the commands:

```bash
sail npm i
sail npm run dev
```

## Usage

Once you have started the Artisan development server, your application will be accessible in your web browser at [http://localhost/register](http://localhost/register).

## Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

## License

[MIT](https://choosealicense.com/licenses/mit/)

## Get in touch

- Email: [[email protected]](mailto:[email protected])
- Site: [leandroferreira.dev.br](https://leandroferreira.dev.br)

I hope you enjoy it 😀!