PHP code example of makkinga / laravel-dkw-models

1. Go to this page and download the library: Download makkinga/laravel-dkw-models library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

makkinga / laravel-dkw-models example snippets


dkw()->getModels('car')
dkw()->getModels('motorcycle')
dkw()->getModels('moped')
dkw()->getModels('misc')

dkw()->getModelAdditions('car')
dkw()->getModelAdditions('motorcycle')
dkw()->getModelAdditions('moped')
dkw()->getModelAdditions('misc')

dkw()->getAllModels()
dkw()->getAllModelAdditions()