https://github.com/mateusjunges/ignition-stackoverflow-portuguese
A Laravel Ignition tab that fetches StackOverflow PT-BR questions and provides a searchbar.
https://github.com/mateusjunges/ignition-stackoverflow-portuguese
error-handling flare ignition ignition-tab laravel
Last synced: about 2 months ago
JSON representation
A Laravel Ignition tab that fetches StackOverflow PT-BR questions and provides a searchbar.
- Host: GitHub
- URL: https://github.com/mateusjunges/ignition-stackoverflow-portuguese
- Owner: mateusjunges
- License: mit
- Created: 2019-09-08T17:28:15.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-08T23:41:59.000Z (over 5 years ago)
- Last Synced: 2025-03-23T22:22:50.914Z (2 months ago)
- Topics: error-handling, flare, ignition, ignition-tab, laravel
- Language: PHP
- Size: 688 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# Stack Overflow in Portuguese Tab
This package adds a tab to your ignition screen, which shows matching StackOverflow in Portuguese questions, including a search field.

## Installation
You can install the package in to a Laravel app that uses [Ignition](https://flareapp.io) via composer:
```bash
composer require mateusjunges/ignition-stackoverflow-portuguese
```## Usage
Click on the "StackOverflow PT-BR" tab on your Ignition screen to see the tool provided by this package.
### Testing
``` bash
composer test
```### Changelog
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
## Contributing
Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
### Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
## Credits
- [Mateus Junges](https://github.com/mateusjunges)
- [Gummibeer](https://github.com/gummibeer)## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.