Skip to content

mohsen-porrangi/laravel-coming-soon

 
 

Repository files navigation

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

About

Laravel package to display Comming Soon page

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 77.0%
  • HTML 15.4%
  • CSS 7.6%