faisal50x / laravel-bundle
This is my package laravel-bundle
Fund package maintenance!
Faisal50x
Requires
- php: ^8.1
- illuminate/contracts: ^10.0
- laravel/prompts: ^0.1.15
- spatie/laravel-package-tools: ^1.16.2
Requires (Dev)
- larastan/larastan: ^2.8.1
- laravel/pint: ^1.13.10
- nunomaduro/collision: ^7.10
- orchestra/testbench: ^8.21.1
- pestphp/pest: ^2.33
- pestphp/pest-plugin-arch: ^2.7
- pestphp/pest-plugin-laravel: ^2.2
- phpstan/extension-installer: ^1.3.1
- phpstan/phpstan-deprecation-rules: ^1.1.4
- phpstan/phpstan-phpunit: ^1.3.15
- spatie/laravel-query-builder: ^5.7
This package is auto-updated.
Last update: 2024-10-30 22:27:27 UTC
README
This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.
Installation
You can install the package via composer:
composer require faisal50x/laravel-bundle
You can publish the config file with:
php artisan vendor:publish --tag="bundle-config"
This is the contents of the published config file:
// config for Faisal50x/Laravel-bundle return [ 'model_dir' => 'Models', 'repository' => [ /** * Define your repository directory here * Default path is app/Repositories */ 'dir' => 'Repositories', /** * Define your repository contract path here * Default path is app/Repositories/Contracts */ 'contract' => [ 'dir' => 'Contracts', ], 'modules' => [ /** * module base direct * default path is modules inside your project root directory */ 'base_dir' => 'modules', /** * Module source directory * default module/app/Repositories */ 'src_dir' => 'app', ], ], ];
Testing
composer test
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
License
The MIT License (MIT). Please see License File for more information.