shuaibshullar / laravel-vite-directory
Package info
github.com/shuaibshullar/laravel-vite-directory
pkg:composer/shuaibshullar/laravel-vite-directory
dev-main
2026-08-30 21:34 UTC
Requires
- php: ^8.3
- illuminate/support: ^12.0||^13.0
Requires (Dev)
- laravel/chisel: ^0.1
- laravel/prompts: ^0.3
- orchestra/testbench: ^10.0||^11.0
- pestphp/pest: ^4.6||^5.0
- pestphp/pest-plugin-laravel: ^4.1||^5.0
- pestphp/pest-plugin-type-coverage: ^4.0||^5.0
This package is auto-updated.
Last update: 2026-08-30 21:38:21 UTC
README
Laravel Vite Directory
Installation
You can install the package via Composer:
composer require vendor-name/laravel-vite-directory
You may publish all of the package's resources at once:
php artisan vendor:publish --tag="laravel-vite-directory"
Or, you may publish each resource individually:
Publishing the Configuration File
php artisan vendor:publish --tag="laravel-vite-directory-config"
Publishing and Running the Migrations
php artisan vendor:publish --tag="laravel-vite-directory-migrations"
php artisan migrate
Publishing the Views
php artisan vendor:publish --tag="laravel-vite-directory-views"
Publishing the Translations
php artisan vendor:publish --tag="laravel-vite-directory-lang"
Publishing the Public Assets
php artisan vendor:publish --tag="laravel-vite-directory-assets"
Usage
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Thank you for considering contributing to Laravel Vite Directory! Please review our contributing guide to get started.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
License
Laravel Vite Directory is open-sourced software licensed under the MIT license.