A straightforward Coming Soon package for Laravel with Countdown timer and Email capture.
Just Install the package, configure .env and you are ready to go!
composer require softnweb/laravel-coming-soon
php artisan vendor:publish
Then run php artisan migrate
You will have to add the following to your .env and set values accordingly
- OFFLINE_ENABLE= {true/false} (Enable Coming Soon page)
- OFFLINE_SHOW_EMAIL_FORM= {true/false} (Display the Email form)
- OFFLINE_SEND_EMAIL_TO= {info@softnweb.in}
- OFFLINE_YEAR= {2018} (Countdown year)
- OFFLINE_MONTH= {12} (Countdown month)
- OFFLINE_DAY= {1} (Countdown day)
- OFFLINE_HOURS= {1} (Countdown hours)
- OFFLINE_MINUTES= {60} (Countdown minutes)
- OFFLINE_SECONDS= {60} (Countdown seconds)
- OFFLINE_FACEBOOK= {http://facebook.com/softnweb}
- OFFLINE_INSTAGRAM= {#}
- OFFLINE_GITHUB= {#}
- OFFLINE_MAIL= {info@softnweb.in}