Download the PHP package angelkurten/laravel-coming-soon without Composer
On this page you can find all versions of the php package angelkurten/laravel-coming-soon. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download angelkurten/laravel-coming-soon
More information about angelkurten/laravel-coming-soon
Files in angelkurten/laravel-coming-soon
Download angelkurten/laravel-coming-soon
More information about angelkurten/laravel-coming-soon
Files in angelkurten/laravel-coming-soon
Vendor angelkurten
Package laravel-coming-soon
Short Description Simple Comming Soon page
License MIT
Package laravel-coming-soon
Short Description Simple Comming Soon page
License MIT
Please rate this library. Is it a good library?
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
composer require softnweb/laravel-coming-soon
After Installation run this command to publish file
php artisan vendor:publish
If you want to display the Email form
Then run php artisan migrate
.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]}
All versions of laravel-coming-soon with dependencies
PHP Build Version
Package Version
No informations.
The package angelkurten/laravel-coming-soon contains the following files
Loading the files please wait ....