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.
- Host: GitHub
- URL: https://github.com/sikessem/laravel-devtools
- Owner: Sikessem
- License: mit
- Created: 2023-06-06T09:56:07.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-17T09:44:10.000Z (11 months ago)
- Last Synced: 2025-07-26T19:46:49.126Z (8 months ago)
- Topics: dev-tools, devtools, laravel, php, sigui, siguici, sikessem, test-tools, testing-tools, web-tools, webtools
- Homepage: https://packagist.org/packages/sikessem/laravel-devtools
- Size: 23.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# [Laravel](https://laravel.com/) DevTools 🧪 by [
](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