Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/atomita/laravel-sql92-sqlstate-exceptions
https://github.com/atomita/laravel-sql92-sqlstate-exceptions
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/atomita/laravel-sql92-sqlstate-exceptions
- Owner: atomita
- License: mit
- Created: 2022-01-05T16:34:39.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-07T04:25:51.000Z (almost 3 years ago)
- Last Synced: 2024-09-17T08:25:25.127Z (about 2 months ago)
- Language: PHP
- Size: 48.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# SQL-92 SQLSTATE Exceptions for Laravel
[![Latest Version on Packagist](https://img.shields.io/packagist/v/atomita/laravel-sql92-sqlstate-exceptions.svg?style=flat-square)](https://packagist.org/packages/atomita/laravel-sql92-sqlstate-exceptions)
[![Total Downloads](https://img.shields.io/packagist/dt/atomita/laravel-sql92-sqlstate-exceptions.svg?style=flat-square)](https://packagist.org/packages/atomita/laravel-sql92-sqlstate-exceptions)
![GitHub Actions](https://github.com/atomita/laravel-sql92-sqlstate-exceptions/actions/workflows/main.yml/badge.svg)## Installation
You can install the package via composer:
```bash
composer require atomita/laravel-sql92-sqlstate-exceptions
```## Usage
```php
// Usage description here
```### Testing
```bash
composer test
```## Contributing
Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
## Credits
- [atomita](https://github.com/atomita)
- [All Contributors](../../contributors)## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
## Laravel Package Boilerplate
This package was generated using the [Laravel Package Boilerplate](https://laravelpackageboilerplate.com).