Skip to content

Latest commit

 

History

History
52 lines (32 loc) · 1.79 KB

README.md

File metadata and controls

52 lines (32 loc) · 1.79 KB

Laravel Car Image

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

Retrieve car image by make, model, type, color etc..

Installation

You can install the package via composer:

composer require programic/laravel-car-imge

You can publish and run the migrations with:

Usage

$variable = new Programic\LaravelCarImage();
echo $variable->echoPhrase('Hello, VendorName!');

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.