Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/leandrocfe/filament-form-builder
- Owner: leandrocfe
- License: mit
- Created: 2023-03-17T01:12:07.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-19T02:28:49.000Z (over 1 year ago)
- Last Synced: 2024-10-11T11:11:11.597Z (2 months ago)
- Topics: filament, filamentphp, laravel, livewire
- Language: PHP
- Homepage:
- Size: 2.67 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 😀!