PHP code example of black-forest-digital / form-components-livewire
1. Go to this page and download the library: Download black-forest-digital/form-components-livewire library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
black-forest-digital / form-components-livewire example snippets
return [
];
bash
php artisan vendor:publish --provider="Bfd\FormComonentLivewire\FormComonentLivewireServiceProvider" --tag="migrations"
php artisan migrate
bash
php artisan vendor:publish --provider="Bfd\FormComonentLivewire\FormComonentLivewireServiceProvider" --tag="views"
bash
php artisan vendor:publish --provider="Bfd\FormComonentLivewire\FormComonentLivewireServiceProvider" --tag="config"
php
$FormComonentsLivewire = new Bfd\FormComonentLivewire();
echo $FormComonentsLivewire->echoPhrase('Hello, Bfd!');