Skip to content

davron112/synchronizations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LAravel 1C product auto syncronization

Install

Then run the following command:

composer require davron112/synchronizations

Add to provider

Add the package to your application service providers in config/app.php file.

'providers' => [

    ...

    /**
     * Third Party Service Providers...
     */
    Davron112\Synchronizations\Providers\SynchronizationsServiceProvider::class,

],

Then run the following commands for publish package files:

php artisan vendor:publish --provider="Davron112\Synchronizations\Providers\SynchronizationsServiceProvider"
composer dump-autoload

Run Database Migration

Finally run migrations and seeders.

php artisan migrate

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages