Generate images in your Laravel projects
freshbitsweb/image-generator-for-laravel is a Laravel package for generate images in your laravel projects.
It currently has 3 GitHub stars and 12 downloads on Packagist (latest version v1.0.0).
Install it with composer require freshbitsweb/image-generator-for-laravel.
Discover more Laravel packages by freshbitsweb
or browse all Laravel packages to compare alternatives.
Last updated

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.