- php ~5.4.*
First add package name to your composer requirements
"require": {
"plate/plate": "dev"
}
Next, update Composer from the Terminal:
composer update
Next, add your new provider to the providers array of config/app.php:
'providers' => [
// ...
Plate\PlateServiceProvider::class,
// ...
]
Next, add class alias to the aliases array of config/app.php:
'aliases' => [
// ...
'Plate' => Plate\PlateFacade::class
// ...
]
Finally, run:
php artisan vendor:publish
$plate = new Plate\Plate();
$plak = 21 .
' ب ' .
488 .
' - ' .
88 .
' ایران';
$r = $plate->setPlate($plak);
print_r($r->getparsedData()); exit;
print_r($plate->isCab());
$plate->getImage('path/to/export/image.png');