2017 © Pedro Peláez
 

library prelaunch

A Laravel Package for an easy Prelauncher which can be removed in a few steps after the App goes in production.

image

tecbeast/prelaunch

A Laravel Package for an easy Prelauncher which can be removed in a few steps after the App goes in production.

  • Thursday, May 21, 2015
  • by tecbeast
  • Repository
  • 1 Watchers
  • 0 Stars
  • 17 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

laravel-prelauncher

A Laravel Package for an easy Prelauncher which can be removed in a few steps after the App goes in production., (*1)

What will it do

  • A Middleware will lock you're App down to use urls only with prelaunch/*
  • The included Controller takes care of the rest

Installation

  • Register the Service Provider TecBeast/PreLaunch/PreLaunchServiceProvider
  • Edit Config as you wish
  • Add Middleware TecBeast/PreLaunch/Middleware/AppIsInPreLaunch
  • Add APP_PRELAUNCH=true to .env to enable the prelaunch system
  • Add GOOGLE_RECAPTACHA_SECRET=googles_secret to .env for Google reCaptcha
  • Add Route::controller to your routes file

Usage

  • switch PreLauncher on and off by using APP_PRELAUNCH in your .env file
  • Currently you can only see youre potential clients directly in the database

Remove after Launch

  • Remove Routes
  • Remove ServiceProvider
  • Optional Remove Migration and Database Table
  • Clean up .env

The Versions

21/05 2015

dev-master

9999999-dev

A Laravel Package for an easy Prelauncher which can be removed in a few steps after the App goes in production.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Tobias Kriebisch