Download the PHP package tumainimosha/laravel-coming-soon without Composer
On this page you can find all versions of the php package tumainimosha/laravel-coming-soon. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download tumainimosha/laravel-coming-soon
More information about tumainimosha/laravel-coming-soon
Files in tumainimosha/laravel-coming-soon
Package laravel-coming-soon
Short Description Simple Comming Soon page
License MIT
Informations about the package laravel-coming-soon
Description
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!
Installation
-
Install using composer
-
After Installation run this command to publish assets
- Add Coming Soon route to your route file
Option (a) As the home route. Users will see this as landing page for yourdomain.com
.
Option (b). As default route. Users will see this when trying to access any URL on your site
If you want to display the Email form
Publish the migrations
Then run
This will create a coming_soons
table containing list of email of visitors to the site
.env values
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= {[email protected]}
- 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= {[email protected]}
Security
If you discover any security related issues, please email Me instead of using the issue tracker.
Credits
This package is forked SoftNWeb/laravel-coming-soon package