szhorvath/visual-foxpro-orm

Laravel Package for Visual Foxpro

2.0.0 2020-12-13 12:44 UTC

This package is auto-updated.

Last update: 2024-04-13 20:14:47 UTC


README

Latest Version on Packagist Total Downloads Build Status

Primitive Visual Foxpro ORM for Laravel

Installation

Via Composer

$ composer require szhorvath/visual-foxpro-orm

Add the following environmental variable to your .env file

VFP_PROVIDER=VFPOLEDB.1
VFP_SOURCE="//server/database.dbc"

You must publish the config file:

$ php artisan vendor:publish --provider="Szhorvath\\FoxproDB\\FoxproDBServiceProvider"

Usage

Change log

Please see the changelog for more information on what has changed recently.

Testing

$ composer test

Contributing

Please see contributing.md for details and a todolist.

Security

If you discover any security related issues, please email author email instead of using the issue tracker.

Credits

License

license. Please see the license file for more information.