bitweu/coming-soon

Laravel package to display Comming Soon page


Keywords
laravel, coming soon, bitw, bitweu, bitweu-coming-soon
License
MIT

Documentation

Laravel Coming Soon page

Latest Version on Packagist Total Downloads Build Status

laravel-comingsoon

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