dedecube/laravel-support

This is my package laravel-support

v1.0.0 2024-04-02 11:36 UTC

This package is auto-updated.

Last update: 2024-04-29 09:47:29 UTC


README

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

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.