Download the PHP package designbycode/laravel-business-name-generator without Composer
On this page you can find all versions of the php package designbycode/laravel-business-name-generator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download designbycode/laravel-business-name-generator
More information about designbycode/laravel-business-name-generator
Files in designbycode/laravel-business-name-generator
Package laravel-business-name-generator
Short Description Laravel Business Name Generator is a Laravel package that generates business names based on a combination of adjectives and nouns. It provides a flexible and customizable way to generate business names that can be used for various purposes.
License MIT
Homepage https://github.com/designbycode/laravel-business-name-generator
Informations about the package laravel-business-name-generator
Laravel Business Name Generator
Laravel Business Name Generator is a Laravel package that generates business names based on a combination of adjectives and nouns. It provides a flexible and customizable way to generate business names that can be used for various purposes.
Installation
You can install the package via composer:
This is the contents of the published config file:
Usage
Basic Usage
Custom Adjectives and Nouns
You can also provide your own lists of adjectives and nouns:
Using Specific Categories
You can generate business names based on specific categories of adjectives and nouns:
Generating Multiple Names
Adjective and Noun Categories
Adjective Categories
- default: Standard business-related adjectives.
- funny: Whimsical and humorous adjectives.
- playful: Light-hearted and playful adjectives.
- color: Color-related adjectives.
- all: A combination of all the above categories.
Noun Categories
- default: Standard business-related nouns.
- funny: Whimsical and humorous nouns.
- playful: Light-hearted and playful nouns.
- color: Color-related nouns.
- all: A combination of all the above categories.
Extending the Lists
If you want to extend the list of adjectives or nouns, you can create your own classes that implement the HasGeneratorLists interface.
Then use your custom class with the BusinessNameGenerator:
`
Testing
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
- Claude Myburgh
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-business-name-generator with dependencies
designbycode/business-name-generator Version ^2.0
illuminate/contracts Version ^10.0||^11.0
spatie/laravel-package-tools Version ^1.16