Matthew
Help Us Improve Filament’s Docs & Education in v4
Small suggestion, even though its not directly related to filament, it would be great if its mentioned in form builder docs that whenever you have
TextInput::make('name')
for example, you should create a string name
column in the migration of the model table. This might be great for laravel newcomers. I couldnt find any info about this in the v3 docs, so I guess for now its implied65 replies
PHP Startup: Unable to load dynamic library 'intl'
Nice! But this created another error:
PHP Warning: PHP Startup: Unable to load dynamic library 'intl' (tried: /usr/lib/php/modules/intl (/usr/lib/php/modules/intl: cannot open shared object file: No such file or directory), /usr/lib/php/modules/intl.so (/usr/lib/php/modules/intl.so: undefined symbol: _ZTIN6icu_7517StringEnumerationE)) in Unknown on line 0
23 replies