Giter Club home page Giter Club logo

pay-the-dev's Introduction

Pay The Developer

A Laravel package to cajole website owners into paying up their fee without having to tamper with the code-flow of the application.

Authors

Installation

Installing the package is very seamless. Just run

$ composer require theadeyemiolayinka/pay-the-dev

You can also add the Service Provider to your app's config/app.php

'providers' => [
    ...
    \TheAdeyemiOlayinka\PayTheDev\PayTheDevServiceProvider::class,
];

Then you can publish the resources using

$ php artisan pay-the-dev:install

Usage/Examples

To use the package, add the PTT_ENABLE to your .env and set the value. i.e

PTT_ENABLE=false

The package won't trigger the Pay The Developer page until PTT_ENABLE is set to true

The package is shipped with a default page that shows when enabled but you can change it to your choice by setting PTT_VIEW_NAME to the name of the view you want to use. e.g

PTT_VIEW_NAME=login 

If you decide to use the shipped in webpage, you can change the location of the developer's website by setting the PTT_DEVELOPER_WEBSITE in the env. e.g

PTT_DEVELOPER_WEBSITE=https://theadeyemiolayinka.netlify.app

Support

For support, email [email protected].

pay-the-dev's People

Contributors

theadeyemiolayinka avatar

Watchers

 avatar

pay-the-dev's Issues

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.