PHP code example of andrefelipe18 / tallstackuifilament
1. Go to this page and download the library: Download andrefelipe18/tallstackuifilament 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/ */
andrefelipe18 / tallstackuifilament example snippets
use TallStackUIFilament\TallStackUIPlugin;
public function panel(Panel $panel): Panel
{
return $panel
->plugins([
TallStackUIPlugin::make()
]);
}
use TallStackUIFilament\Forms\Components\Pin;
public function form(Form $form): Form
{
return $form
->schema([
Pin::make('pin_tallstack')
->label('Pin TallStackUI')
->helperText('Helper Text')
->hint('Hint Text')
->length(4)
->prefix('PIN')
->letters()
->
bash
npm run build && php artisan optimize:clear
bash
bun run build && php artisan optimize:clear
bash
pnpm run build && php artisan optimize:clear
Loading please wait ...
Before you can download the PHP files, the dependencies should be resolved. This can take some minutes. Please be patient.