Download the PHP package laravelgpt/dhru without Composer
On this page you can find all versions of the php package laravelgpt/dhru. 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 dhru
dhrufusion
requires
composer require yajra/laravel-datatables-oracle
Install Command
composer require laravelgpt/dhru
Run the interactive installer
php artisan dhru:install
Follow the prompts to select your Laravel version and frontend stack (Blade, Livewire, React, Vue.js)
Security Checklist & Best Practices
- All sensitive routes are protected by authentication and authorization middleware.
- API and admin routes use Laravel's
throttle
middleware for rate limiting. - Always validate and sanitize all user input (FormRequest and controller validation included).
- Use HTTPS in production and set secure cookie/session flags.
- Store all secrets and credentials in your
.env
file. - Rotate API keys and monitor logs for suspicious activity.
- Use Laravel Sanctum or Passport for advanced API authentication if needed.
- Keep dependencies up to date (PHP 8.2+, Laravel 10/11/12 supported).
Quick Start
-
Install the package:
-
Run the interactive installer:
- Select your Laravel version and frontend stack (Blade, Livewire, React, Vue.js, Inertia.js, API-only)
- Optionally publish config and run migrations
Dashboard Integration
Blade Example
Livewire Example
- Use the published
admin-dashboard.blade.php
anduser-dashboard.blade.php
as Livewire components or views.
React/Vue/Inertia.js
- Import the provided dashboard components into your SPA entry points.
- Example (React):
Security & Best Practices
- All routes are protected by authentication and authorization middleware.
- Rate limiting is enabled by default.
- See
config/dhru.php
for feature toggles and settings.
Contributors
- laravelgpt
All versions of dhru with dependencies
PHP Build Version
Package Version
No informations.
The package laravelgpt/dhru contains the following files
Loading the files please wait ....