This package allows you to generate images using a command in your Laravel web apps.
You can install the package via composer:
composer require freshbitsweb/image-generator-for-laravel
You can publish the config file with:
php artisan vendor:publish --tag="image-generator-for-laravel-config"
To generate an image, run the following command:
php artisan generate:image
This will prompt you to input the name, height, and width of the image you want to generate.
To generate an image with a specific message, run the following command:
php artisan generate:image 'Hello World!!'
composer test
Please see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
Please review our security policy on how to report security vulnerabilities.
The MIT License (MIT). Please see License File for more information.