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

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

🧪 Tools needed for Laravel project development and automation.
https://github.com/sikessem/laravel-devtools

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

Last synced: 14 days ago
JSON representation

🧪 Tools needed for Laravel project development and automation.

Awesome Lists containing this project

README

          

# [Laravel](https://laravel.com/) DevTools 🧪 by [Sikessem](https://github.com/Sikessem "Sikessem")

Laravel development, debugging, testing and automation tools.

[![ci-icon]][ci-link]
[![packagist-version-icon]][packagist-version-link]
[![packagist-download-icon]][packagist-download-link]
[![license-icon]][license-link]
[![twitter-icon]][twitter-link]

## 📋 Requirements

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

## ⚡️ Installation

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

- By including the dependency:

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

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

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

### 💬 Discussions

Larger discussions and proposals are discussed in [**Sikessem's discussions**][discuss-link].

***

Made with ❤︎ by @siguici.

[siguici-link]: https://github.com/siguici "⚡ Sigui Kessé Emmanuel"

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

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

[ci-icon]: https://github.com/sikessem/laravel-devtools/workflows/CI/badge.svg
[ci-link]: https://github.com/sikessem/laravel-devtools/actions "DevTools CI"

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

[license-icon]: https://img.shields.io/badge/license-MIT-blue.svg
[license-link]: https://github.com/sikessem/laravel-devtools/blob/HEAD/LICENSE "DevTools License"

[discuss-link]: https://github.com/orgs/Sikessem/discussions