PHPackages                             neo/laravel-early-access - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. neo/laravel-early-access

ActiveLibrary

neo/laravel-early-access
========================

Adds an early access page to your Laravel application.

v2.0.3(5y ago)1781.1k18[1 issues](https://github.com/neoighodaro/laravel-early-access/issues)[1 PRs](https://github.com/neoighodaro/laravel-early-access/pulls)MITPHPPHP ^7.2|^8.0

Since Jan 6Pushed 3y ago2 watchersCompare

[ Source](https://github.com/neoighodaro/laravel-early-access)[ Packagist](https://packagist.org/packages/neo/laravel-early-access)[ Docs](https://github.com/neo/laravel-early-access)[ RSS](/packages/neo-laravel-early-access/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (6)Dependencies (5)Versions (11)Used By (0)

 [![Laravel Early Access logo](https://raw.githubusercontent.com/neoighodaro/laravel-early-access/master/art/logo.png)](https://raw.githubusercontent.com/neoighodaro/laravel-early-access/master/art/logo.png)

This package makes it easy to add early access mode to your existing application. This is useful for when you want to launch a product and need to gather the email addresses of people who want early access to the application.

 [![](https://camo.githubusercontent.com/544735ff0063272bae6a88782cd1d05977b85de6fd157f364b19e207984b2c2c/68747470733a2f2f706f7365722e707567782e6f72672f6e656f2f6c61726176656c2d6561726c792d6163636573732f6c6963656e73653f666f726d61743d666c61742d737175617265)](license.md) [![](https://camo.githubusercontent.com/51a9bc62a9de5350bc33253786508efb0bf243222ec905beae8db34b30d6959a/68747470733a2f2f706f7365722e707567782e6f72672f6e656f2f6c61726176656c2d6561726c792d6163636573732f762f737461626c653f666f726d61743d666c61742d737175617265)](https://packagist.org/packages/neo/laravel-early-access) [![](https://camo.githubusercontent.com/6e825a3824041324aba028daa01cc37d888e73d45776626fa009fb03e6381b76/68747470733a2f2f706f7365722e707567782e6f72672f6e656f2f6c61726176656c2d6561726c792d6163636573732f646f776e6c6f6164733f666f726d61743d666c61742d737175617265)](https://packagist.org/packages/neo/laravel-early-access) [![](https://camo.githubusercontent.com/4b0e69e470b720c7ff5daea22341f93ed0b71ed73d1282bf909069d0a693b944/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6e656f6967686f6461726f2f6c61726176656c2d6561726c792d6163636573732f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/neoighodaro/laravel-early-access) [![](https://camo.githubusercontent.com/9b03fd022716e4b284b30234c071aa6daf59e7533f1bca28689eeb1cd89cc5f3/68747470733a2f2f7374796c6563692e696f2f7265706f732f3136343239323139362f736869656c64)](https://styleci.io/repos/164292196) [![](https://camo.githubusercontent.com/0c64cd1c7ba841df99adb76cb0a62314c5e3ab3cf4be22a2fc5750ef2c189c80/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f6e656f6967686f6461726f2f6c61726176656c2d6561726c792d6163636573732e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/neoighodaro/laravel-early-access/)

[![](https://user-images.githubusercontent.com/807318/50734150-a442fc80-119a-11e9-9dfa-57904bb001f7.png)](https://user-images.githubusercontent.com/807318/50734150-a442fc80-119a-11e9-9dfa-57904bb001f7.png)

> Take a look at [contributing.md](contributing.md) to see a to do list.

> ⚠️ This version supports Laravel 6 and above. Use version 1.x if you require Laravel 5 support.

Installation
------------

[](#installation)

#### Via Composer

[](#via-composer)

To install via composer, run the following command in the root of your Laravel application:

```
$ composer require neo/laravel-early-access
```

Register the middleware `Neo\EarlyAccess\Http\Middleware\CheckForEarlyAccessMode` at the bottom of your `web` group middleware in `app/Http/Middleware/Kernel.php`.

```
