bitweu / coming-soon
Laravel package to display Comming Soon page
v1.1.1
2019-09-07 12:06 UTC
Requires
- php: ^7.2
- illuminate/support: ~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0
Requires (Dev)
- orchestra/testbench: ~3.8.0|^4.0
- phpunit/phpunit: ^7.0
This package is auto-updated.
Last update: 2025-04-08 00:20:12 UTC
README
Very simple laravel package, to display "Coming soon" page
Installation
You can install the package via composer:
composer require bitweu/coming-soon
Usage
Publish package assets
php artisan vendor:publish --provider="Bitweu\ComingSoon\ComingSoonServiceProvider" --force --tag="assets"
Register "Coming soon" view in your web.php
routes file
Route::get('/', function () { return view('coming-soon::coming-soon'); });
Configuration
You can configure "Coming soon" page in your .env
file
COMINGSOON_TITLE="Coming soon"
COMINGSOON_INTRO="Something great is coming soon."
COMINGSOON_BACKGROUND="coming-soon-bg.jpg"
Testing
composer test
Background Image
Photo by Matteo Paganelli on Unsplash
Contributing
Please see CONTRIBUTING for details.
License
The MIT License (MIT). Please see License File for more information.
More about bitw team: bitw.eu