Hi there @madsem! Laravel is actually doing the correct thing here because the word "software" is what is known as an uncountable noun -- aka it has no plural form.
So as far as Laravel is concerned, softwareis the plural form. That's what I'd recommend using for your table name. Cheers!
Alright, thanks @austenc I did not know that Laravel is THAT smart :)
As non-english native speaker, is there a recommended way to find out how Laravel would look for a table, instead of finding out after the fact? :D
@madsem Great question! One option might be using the artisan tinker command and then using str_plural('example') as I believe that's what Laravel uses internally to get these table names. str_plural should work for you! Beyond that... most words should be simply an s or ies in English