An open API service indexing awesome lists of open source software.

https://github.com/stefanbauer/ignition-laracasts-tab

A laracasts tab integration for Ignition
https://github.com/stefanbauer/ignition-laracasts-tab

debug error ignition laracasts laravel tab

Last synced: 10 months ago
JSON representation

A laracasts tab integration for Ignition

Awesome Lists containing this project

README

          

# A tab to retrieve laracasts.com answers

[![Latest Version on Packagist](https://img.shields.io/packagist/v/stefanbauer/ignition-laracasts-tab.svg?style=flat-square)](https://packagist.org/packages/stefanbauer/ignition-laracasts-tab)
[![Build Status](https://img.shields.io/travis/stefanbauer/ignition-laracasts-tab/master.svg?style=flat-square)](https://travis-ci.org/stefanbauer/ignition-laracasts-tab)
[![Total Downloads](https://img.shields.io/packagist/dt/stefanbauer/ignition-laracasts-tab.svg?style=flat-square)](https://packagist.org/packages/stefanbauer/ignition-laracasts-tab)

This package adds a tab which shows matching [laracasts.com](https://laracasts.com) forum answers.

![Screenshot of Laracasts tab](screenshot.png)

## Installation

You can install the package in to a Laravel app that uses [Ignition](https://flareapp.io) via composer:

```bash
composer require stefanbauer/ignition-laracasts-tab --dev
```

## Usage

Click on the "Laracasts" 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 mail@stefanbauer.me instead of using the issue tracker.

## Credits

- [Stefan Bauer](https://github.com/stefanbauer)
- All contributors

## License

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.