Looking to hire Laravel developers? Try LaraJobs

laravel-environments maintained by quantumh

Description
Add environments and environmentable behaviour to your Laravel app
Authors
Carlos R - David V
Last update
2025/09/08 13:11 (dev-main)
License
Downloads
4 673

Comments
comments powered by Disqus

Add environments and environmentable behaviour to a Laravel

Credits

  • [Carlos Rodriguez]
  • [David Vazquez]

Installation

You can install the package via composer:

composer require quamtumh/laravel-environments

The package will automatically register itself.

You can publish the migration with:

php artisan vendor:publish --provider="Quantumh\Environments\EnvironmentsServiceProvide" --tag="tags-migrations"

After the migration has been published you can create the environments and environmentables tables by running the migrations:

php artisan migrate

You can optionally publish the config file with:

php artisan vendor:publish --provider="Quantumh\Environments\EnvironmentsServiceProvide" --tag="tags-config"

License

The MIT License (MIT). Please see License File for more information