Giter Site home page Giter Site logo

dotenv-manager's Introduction

/mɑː(r)k wɔːˈlɛt/

dotenv-manager's People

Contributors

mark-walet avatar markwalet avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

dotenv-manager's Issues

Add Laravel 6 support

Because Laravel is using semver from now on, the usual composer.json should be updated to support Laravel 6 installations.

The CI configuration should also test if everything still works fine on illuminate version ~6.0.

[V2] Make a separate Laravel package

By removing the Laravel service provider from this package, we can make the package framework agnostic again.

This serviceprovider should be moved to a new repository: markwalet/laravel-dotenv-manager.

Removing support for Laravel is a breaking change. So this would be an update for version 2.0.

Support for Laravel Zero

I got a Laravel Zero application.
I tried to require markwalet/dotenv-manager, but composer dump-autoload reports several warnings like this:

Generating optimized autoload files
Warning: Ambiguous class resolution, "Illuminate\Foundation\Application" was found in both "/Users/...omitted.../vendor/laravel-zero/foundation/src/Illuminate/Foundation/Application.php" and "/Users/...omitted.../vendor/laravel/framework/src/Illuminate/Foundation/Application.php", the first will be used.

Thank you

Refactor the Laravel service provider

We can improve 3 things on our service provider:

  • The boot method is not being used. So we can remove it. (Already refactored)
  • When we only use the register method on the service provider, we can make it a deferred provider.
  • We should test if all injectables get registered correctly to the Laravel application container.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.