https://github.com/percymamedy/laravel-dev-tools
Collection of packages used for helping development of Laravel Apps.
https://github.com/percymamedy/laravel-dev-tools
dev-tools laravel php
Last synced: about 1 year ago
JSON representation
Collection of packages used for helping development of Laravel Apps.
- Host: GitHub
- URL: https://github.com/percymamedy/laravel-dev-tools
- Owner: percymamedy
- License: mit
- Created: 2016-10-08T06:58:55.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-08T07:43:18.000Z (over 9 years ago)
- Last Synced: 2025-04-06T12:49:28.978Z (about 1 year ago)
- Topics: dev-tools, laravel, php
- Size: 1.95 KB
- Stars: 11
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Laravel DevTools
Collection of Laravel Packages which aims to help developers when
building Laravel Apps.
#### Developers
* [Laravel 5 IDE Helper Generator](https://github.com/barryvdh/laravel-ide-helper) - Generates a helper file for IDE auto-completion.
* [Laravel API Documentation Generator](https://github.com/mpociot/laravel-apidoc-generator) - Automatically generate your API documentation from your existing Laravel routes.
* [Laravel Generator](http://labs.infyom.com/laravelgenerator/) - Get your APIs and Admin Panel ready in minutes.
* [Laravel 5 Extended Generators](https://github.com/laracasts/Laravel-5-Generators-Extended) - This package extends the core file generators that are included with Laravel 5.
* [Laravel Dot Env Generator](https://github.com/mathiasgrimm/laravel-dot-env-gen) - A Laravel 5 command that generates a .env.gen file containing all environment variables defined in .env as well as any undefined variables that are being used throughout the project.
#### Debugging & Profiling
* [Laravel Debugbar](https://github.com/barryvdh/laravel-debugbar) - Integrates PHP Debug Bar with Laravel.
* [Laravel Log Viewer](https://github.com/rap2hpoutre/laravel-log-viewer) - Small log viewer for laravel.
* [Laravel Query Tracer](https://github.com/fitztrev/query-tracer) - Find exactly where a specific database query is being called in your Laravel application.
* [Nette Tracy for Laravel 5](https://github.com/recca0120/laravel-tracy) - A Laravel Package to integrate Nette Tracy Debugger.
* [Clockwork](https://github.com/itsgoingd/clockwork) - Debugging and profiling your apps with Clockwork Chrome extension.
* [Laravel Mail Preview](https://github.com/themsaid/laravel-mail-preview) - Preview sent mail in browser or email client.
#### Testing
* [Mailthief](https://github.com/tightenco/mailthief) - MailThief is a fake mailer for Laravel applications (5.0+) that makes it easy to test mail without actually sending any emails.
* [Laravel TestTools](https://chrome.google.com/webstore/detail/laravel-testtools/ddieaepnbjhgcbddafciempnibnfnakl) - Create your Laravel integration tests while you surf on your website.
* [Orchestral Testbench](https://github.com/orchestral/testbench) - Laravel Testing Helper for Packages Development.