Download the PHP package nawasara/developer-tools without Composer
On this page you can find all versions of the php package nawasara/developer-tools. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package developer-tools
Nawasara Developer Tools
Developer utilities for Nawasara Laravel projects. Ships a floating Livewire panel that exposes common Artisan commands and an embedded Tinker REPL.
Features
- Floating launcher — small button in the corner of every page; opens a panel with the actions below
- One-click Artisan commands — clear cache, clear route, clear view, clear config, optimize, run migrate / migrate:fresh / db:seed
- Refresh warning — actions that bust caches surface a non-blocking hint to refresh the page so the new state takes effect
- Web Tinker — embedded in-browser Tinker REPL via
spatie/laravel-web-tinkerfor quick model inspection without leaving the browser - Dev-only by convention — the launcher Livewire component should be rendered only when
app()->environment('local')(or behind a permission of your choice)
Installation
Auto-discovered. To render the launcher, add the Livewire component to your application layout:
Customization
Publish the views to override styling or layout:
Author
Pringgo J. Saputro <[email protected]>
License
MIT
All versions of developer-tools with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.1
illuminate/support Version ^10.0|^12.0
livewire/livewire Version ^3.0
spatie/laravel-web-tinker Version ^1.0
illuminate/support Version ^10.0|^12.0
livewire/livewire Version ^3.0
spatie/laravel-web-tinker Version ^1.0
The package nawasara/developer-tools contains the following files
Loading the files please wait ...