Download the PHP package larsjanssen6/underconstruction without Composer
On this page you can find all versions of the php package larsjanssen6/underconstruction. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package underconstruction
Laravel Under Construction
This Laravel package makes it possible to set your website in "Under Construction" mode. Only users with the correct 4 digit code can access your site. This package can for example be useful to show your website to a specific client. Everything works out of the box, and it's fully customizable.
If you appreciate my work please give this repo a star or buy me a coffee ^ 🤗.
Installation
Begin by installing this package through Composer (Laravel 6, 7, 8, 9 and 10 compatible!).
The middleware must be registered in the kernel:
Defaults
Publish the default configuration file.
This package is fully customizable. This is the content of the published config file under-construction.php
:
Usage
You'll have to set a 4 digit code (you can change this up to 6 in config file). You can do that by running this custom
artisan command (in this example the code is ,you can obviously set another code). It
will generate a hash that will be stored in your .env
file.
You can set routes to be in "Under Construction" mode by using the under-construction
-middleware on them.
Changelog
Please see CHANGELOG for more information on what has changed recently.
Testing
Contributing
I would love to hear your ideas to improve my codeing style and conventions. Feel free to contribute.
Security
If you discover any security related issues, please email [email protected]. You can also make an issue.
Credits
- Lars Janssen
- All Contributors
About me
I'm Lars Janssen from The Netherlands and like to work on web projects. You can follow me on Twitter.
License
The MIT License (MIT). Please see License File for more information.
❤️ Open-Source Software - Give ⭐️
We have included the awesome symfony/thanks
composer package as a dev
dependency. Let your OS package maintainers know you appreciate them by starring
the packages you use. Simply run composer thanks after installing this package.
(And not to worry, since it's a dev-dependency it won't be installed in your
live environment.)