https://github.com/devfaysal/laravel-select-option
https://github.com/devfaysal/laravel-select-option
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/devfaysal/laravel-select-option
- Owner: devfaysal
- License: mit
- Created: 2020-10-14T04:48:38.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-08-28T05:05:26.000Z (almost 3 years ago)
- Last Synced: 2025-07-02T15:59:40.478Z (12 months ago)
- Language: PHP
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
# Option for HTML Select
[](https://packagist.org/packages/devfaysal/laravel-select-option)
[](https://github.com/devfaysal/laravel-select-option/actions?query=workflow%3Arun-tests+branch%3Amaster)
[](https://packagist.org/packages/devfaysal/laravel-select-option)
This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.
## Installation
You can install the package via composer:
```bash
composer require devfaysal/laravel-select-option
```
You can publish and run the migrations with:
```bash
php artisan vendor:publish --provider="Devfaysal\SelectOption\SelectOptionServiceProvider" --tag="migrations"
php artisan migrate
```
You can publish the config file with:
```bash
php artisan vendor:publish --provider="Devfaysal\SelectOption\SelectOptionServiceProvider" --tag="config"
```
This is the contents of the published config file:
```php
return [
];
```
## Usage
``` php
$laravel-select-option = new Devfaysal\SelectOption();
echo $laravel-select-option->echoPhrase('Hello, Devfaysal!');
```
## Testing
``` bash
composer test
```
## Changelog
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
## Contributing
Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.
## Security Vulnerabilities
Please review [our security policy](../../security/policy) on how to report security vulnerabilities.
## Credits
- [Faysal Ahamed](https://github.com/devfaysal)
- [All Contributors](../../contributors)
## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.