PHPackages                             lkovace18/laravel-presentation-mode - 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. lkovace18/laravel-presentation-mode

ActiveLibrary

lkovace18/laravel-presentation-mode
===================================

Laravel package for presenting sites still in develompment.

0.0.1(9y ago)09MITPHPPHP ^7.0

Since Mar 4Pushed 9y agoCompare

[ Source](https://github.com/lkovace18/laravel-presentation-mode)[ Packagist](https://packagist.org/packages/lkovace18/laravel-presentation-mode)[ RSS](/packages/lkovace18-laravel-presentation-mode/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (3)Versions (2)Used By (0)

Introduction
------------

[](#introduction)

- If you need quick way present site in development to your client without worry theat anybody else will see it.
- If you need to hide "stage" site from end consumers, and redirect them to yout real site

here is solution ...

Documentation
-------------

[](#documentation)

To get started, use Composer to add the package to your project's dependencies:

```
    composer require lkovace18/laravel-presentation-mode
```

### Configuration

[](#configuration)

After installing the Laravel presentation mode, register the `lKovace18\PresentationMode\PresentationModeServiceProvider` in your `config/app.php` configuration file:

```
'providers' => [
    // Other service providers...

    lKovace18\PresentationMode\PresentationModeServiceProvider::class,

],
```

add setup your `.env` file:

```
PRESENTATION_MODE=true
PRESENTATION_KEY=

```

### Advanced configuration

[](#advanced-configuration)

Publish configuration

```
php artisan vendor:publish --provider="lKovace18\PresentationMode\PresentationModeServiceProvider" --tag="config"
```

Edit configuration file `config/presentation-mode.php` to suit your needs.

---

If you want to modify under\_development view you can publish it:

```
php artisan vendor:publish --provider="lKovace18\PresentationMode\PresentationModeServiceProvider" --tag="views"
```

Or you can make your own route and view and add it in config `config/presentation-mode.php`:

```
     /**
     * url of under development page
     */
    'under_development_url' => ,
```

---

If you want to modify translations for view publish:

```
php artisan vendor:publish --provider="lKovace18\PresentationMode\PresentationModeServiceProvider" --tag="translations"
```

---

If you want to make custom middleware you can add the `PresentationMode` facade to the `aliases` array in your `app` configuration file:

```
'PresentationMode' => lKovace18\PresentationMode\Facades\PresentationMode::class,
```

### TODO

[](#todo)

```
- finish and refactor tests
- make command for setting presentation mode on
- finish documentation

```

License
-------

[](#license)

Laravel Presentation Mode is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

3356d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7a6ee76c59097c8e00b222a823cc22f1491cf90c41234d82f6bea3ae53d46b76?d=identicon)[lkovace18](/maintainers/lkovace18)

---

Top Contributors

[![lkovace18](https://avatars.githubusercontent.com/u/16575005?v=4)](https://github.com/lkovace18 "lkovace18 (8 commits)")

---

Tags

laravel-presentationlaraveldemopresentationstage

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/lkovace18-laravel-presentation-mode/health.svg)

```
[![Health](https://phpackages.com/badges/lkovace18-laravel-presentation-mode/health.svg)](https://phpackages.com/packages/lkovace18-laravel-presentation-mode)
```

###  Alternatives

[slowlyo/owl-admin

基于 laravel、amis 开发的后台框架~

61214.2k26](/packages/slowlyo-owl-admin)[erag/laravel-disposable-email

A Laravel package to detect and block disposable email addresses.

226102.4k](/packages/erag-laravel-disposable-email)[highsolutions/eloquent-sequence

A Laravel package for easy creation and management sequence support for Eloquent models with elastic configuration.

121130.3k](/packages/highsolutions-eloquent-sequence)[glhd/linen

21135.6k](/packages/glhd-linen)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
