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

https://github.com/siguici/laravel-devtools

πŸ§ͺ @Sikessem development tools for Laravel applications.
https://github.com/siguici/laravel-devtools

dev-tools devtools laravel php sikessem test-tools testing-tools web-tools webtools

Last synced: about 1 year ago
JSON representation

πŸ§ͺ @Sikessem development tools for Laravel applications.

Awesome Lists containing this project

README

          



Sikessem Brand

[![php-icon]][php-link]
[![packagist-version-icon]][packagist-version-link]
[![packagist-download-icon]][packagist-download-link]
[![enabled-icon]][enabled-link]
[![license-icon]][license-link]
[![pr-icon]][pr-link]
[![twitter-icon]][twitter-link]

***

# πŸ§ͺ PHP Dev Tools for Laravel

This kit includes all PHP development, testing, debugging and automation tools for Laravel applications.

## πŸ”– Contents

- [πŸ§ͺ PHP Dev Tools for Laravel](#-php-dev-tools-for-laravel)
- [πŸ”– Contents](#-contents)
- [πŸ“‹ Requirements](#-requirements)
- [⚑️ Installation](#️-installation)
- [πŸ‘ Contribution](#-contribution)
- [Code of Conduct](#code-of-conduct)
- [πŸ‘₯ Contributing Guide](#-contributing-guide)
- [πŸ”’οΈ Good First Issues](#️-good-first-issues)
- [πŸ’¬ Discussions](#-discussions)
- [πŸ” Security Reports](#-security-reports)

## πŸ“‹ Requirements

> - **Requires [PHP 8.2+](https://php.net/releases/)**
(at least 8.1.20 recommended to avoid potential bugs).
> - **Requires [Composer v2+](https://getcomposer.org/)** to manage PHP dependencies.

## ⚑️ Installation

Install [Dev Tools](https://packagist.org/packages/sikessem/laravel-devtools)
using [Composer](https://getcomposer.org/):

- By adding the `sikessem/laravel-devtools` dependency to your `composer.json` file:

```json
{
"require-dev" : {
"sikessem/laravel-devtools": "^0.13"
}
}
```

- Or by including the dependency:

```bash
composer require sikessem/laravel-devtools --dev --with-all-dependencies
```

## πŸ‘ Contribution

The main purpose of this repository is to continue evolving Sikessem.
We want to make contributing to this project as easy and transparent as possible,
and we are grateful to the community for contributing bug fixes and improvements.
Read below to learn how you can take part in improving Sikessem.

### [Code of Conduct][conduct-link]

Sikessem has adopted a Code of Conduct
that we expect project participants to adhere to.
Please read the [full text][conduct-link]
so that you can understand what actions will and will not be tolerated.

### πŸ‘₯ [Contributing Guide][contrib-link]

Read our [**Contributing Guide**][contrib-link] to learn about our development process,
how to propose bugfixes and improvements,
and how to build and test your changes to Sikessem.

### πŸ”’οΈ Good First Issues

We have a list of [good first issues][gfi] that contain bugs
which have a relatively limited scope.
This is a great place to get started, gain experience,
and get familiar with our contribution process.

[gfi]: https://github.com/sikessem/laravel-devtools/labels/good%20first%20issue

### πŸ’¬ Discussions

Larger discussions and proposals are discussed in [**sikessem/community**][discuss-link].

## πŸ” Security Reports

If you discover a security vulnerability within [Sikessem][sikessem-link],
please email [Sigui KessΓ© Emmanuel](https://siguici.deno.dev) at [siguici@proton.me](mailto:siguici@proton.me).
All security vulnerabilities will be promptly addressed.

***

Made with ❀︎ by @siguici.

[sikessem-link]: https://github.com/sikessem "Sikessem"

[enabled-icon]: https://img.shields.io/badge/DevTools-enabled-brightgreen.svg?style=flat
[enabled-link]: https://github.com/sikessem/laravel-devtools "Dev Tools enabled"

[php-icon]: https://img.shields.io/badge/PHP-ccc.svg?style=flat&logo=php
[php-link]: https://github.com/sikessem/laravel-devtools/search?l=php "PHP code"

[packagist-version-icon]: https://img.shields.io/packagist/v/sikessem/laravel-devtools
[packagist-version-link]: https://packagist.org/packages/sikessem/laravel-devtools "Dev Tools Releases"

[packagist-download-icon]: https://img.shields.io/packagist/dt/sikessem/laravel-devtools
[packagist-download-link]: https://packagist.org/packages/sikessem/laravel-devtools "Dev Tools Downloads"

[pr-icon]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?color=brightgreen
[pr-link]: [contrib-link] "PRs welcome!"

[twitter-icon]: https://img.shields.io/twitter/follow/sikessem_tweets.svg?label=@SikessemOrg
[twitter-link]: https://twitter.com/intent/follow?screen_name=SikessemOrg "Ping Sikessem"

[license-icon]: https://img.shields.io/badge/license-MIT-blue.svg
[license-link]: https://github.com/sikessem/laravel-devtools/blob/HEAD/LICENSE "Dev Tools License"
[conduct-link]: https://github.com/sikessem/.github/blob/HEAD/CODE_OF_CONDUCT.md
[contrib-link]: https://github.com/sikessem/.github/blob/HEAD/CONTRIBUTING.md
[discuss-link]: https://github.com/orgs/sikessem/discussions