Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bataboom/quotesbb
Add inspirational flashing quotes to your laravel app
https://github.com/bataboom/quotesbb
inspire livewire quotes
Last synced: about 3 hours ago
JSON representation
Add inspirational flashing quotes to your laravel app
- Host: GitHub
- URL: https://github.com/bataboom/quotesbb
- Owner: BataBoom
- License: mit
- Created: 2024-06-12T10:52:23.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-07-11T23:59:01.000Z (7 months ago)
- Last Synced: 2025-02-06T22:08:46.675Z (1 day ago)
- Topics: inspire, livewire, quotes
- Language: PHP
- Homepage:
- Size: 43 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
![me](https://i.imgur.com/KkglGNg.gif)
## Installation
You can install the package via composer:
```bash
composer require bataboom/quotesbb
```Publish the service provider with:
```bash
php artisan vendor:publish
BataBoom\QuotesBB\QuotesBBServiceProvider
```You can publish the config file with:
```bash
php artisan vendor:publish --tag="quotesbb-config"
```This is the contents of the published config file:
```php
return [
'all' => public_path('bataboom/quotesbb').'/data.json',
'delay' => '5000ms',
];
```Optionally, you can publish the views using
```bash
php artisan vendor:publish --tag="quotesbb-views"
```## Usage
```php
```
## Livewire V2: [https://github.com/BataBoom/Livewire-FlashQuotes](https://github.com/BataBoom/Livewire-FlashQuotes)
## Changelog
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
## Contributing
Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
## Security Vulnerabilities
Please review [our security policy](../../security/policy) on how to report security vulnerabilities.
## Credits
- [BataBoom](https://github.com/BataBoom)
- [All Contributors](../../contributors)## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.