Provide some support for laravel projects.
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:
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
composer test
Please see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
Please review our security policy on how to report security vulnerabilities.
The MIT License (MIT). Please see License File for more information.