tecbeast / prelaunch
This package is abandoned and no longer maintained.
No replacement package was suggested.
A Laravel Package for an easy Prelauncher which can be removed in a few steps after the App goes in production.
dev-master
2015-05-21 15:46 UTC
Requires
- illuminate/html: 5.*
- laravel/framework: 5.0.*
Requires (Dev)
- laravel/framework: 5.0.*
- phpspec/phpspec: ~2.0
This package is auto-updated.
Last update: 2021-12-07 12:36:45 UTC
README
A Laravel Package for an easy Prelauncher which can be removed in a few steps after the App goes in production.
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