claydog's avatar

dbase_ functions in laravel

Hi Guys,

Really need your help on this one..!

I'm trying to create .dbf files for an internal system that utilises Opera.

I am currently on my Homestead server with dbase installed and showing as active in a project phpinfo() index file.

However...

Within my Laravel project (5.4) I cannot get any php dbase_ function to execute. Error logs showing as:

'Symfony\Component\Debug\Exception\FatalThrowableError: Call to undefined function dbase_create'

Any ideas on how I might get php dbase to work.

My ide (phpStorm) will not recognise either.

Thanks in advance.

0 likes
3 replies
claydog's avatar
claydog
OP
Best Answer
Level 9

Thanks @bobbybouwmann.

I did find them, had a look through the src but could't see anywhere where they actually use php dbase...

I finally got the native php dbase working without pulling any packages in. My ide still doesn't recognise the dbase functions: very strange.

bobbybouwmann's avatar

Well it's because your composer is loading it differently and that's what PHPStorm reads

The packages don't use the same dbase library as yours but they still offer the same functionality as far as I can see!

1 like

Please or to participate in this conversation.