dedecube / laravel-support
This is my package laravel-support
v1.0.0
2024-04-02 11:36 UTC
Requires
- php: ^8.1
- illuminate/contracts: ^9.0|^10.0|^11.0
- spatie/laravel-package-tools: ^1.16.0
Requires (Dev)
- larastan/larastan: ^2.0.1
- laravel/pint: ^1.0
- nunomaduro/collision: ^7.8
- orchestra/testbench: ^8.8
- pestphp/pest: ^2.20
- pestphp/pest-plugin-arch: ^2.0
- pestphp/pest-plugin-laravel: ^2.0
- phpstan/extension-installer: ^1.1
- phpstan/phpstan-deprecation-rules: ^1.0
- phpstan/phpstan-phpunit: ^1.0
README
Provide some support for laravel projects.
Installation
You can install the package via composer:
composer require dedecube/laravel-support
You can publish the config file with:
php artisan vendor:publish --tag="dedecube-support-config"
This is the contents of the published config file:
Usage
Generate .env.* files from .env.example
php artisan env:generate
Add .env.* files to gitignore
php artisan env:ignore
Create a secure-pushable .env.*.gpg files
php artisan env:crypt
Generate and add to gitignore .env.* files
php artisan env:install
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.