All Projects → SoftNWeb → laravel-coming-soon

SoftNWeb / laravel-coming-soon

Licence: other
Laravel package to display Coming Soon page

Programming Languages

javascript
184084 projects - #8 most used programming language
PHP
23972 projects - #3 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to laravel-coming-soon

Laravel-Youtube-API
A way to add an API to your Laravel app that converts youtube video's to mp3/mp4 and returns a download/stream link and information.
Stars: ✭ 19 (+0%)
Mutual labels:  laravel-package
laravel-geocode
Laravel Package to find Lat and Long of a given Address
Stars: ✭ 15 (-21.05%)
Mutual labels:  laravel-package
laravel-spotify
Laravel-Spotify is a simple wrapper around the Spotify Web API that makes working with its endpoints a breeze!
Stars: ✭ 141 (+642.11%)
Mutual labels:  laravel-package
jwt-auth
🔐 JSON Web Token Authentication for Laravel & Lumen
Stars: ✭ 525 (+2663.16%)
Mutual labels:  laravel-package
relations-widgets-for-backpack
Views/widgets for preview laravel relations in laravel backpack
Stars: ✭ 21 (+10.53%)
Mutual labels:  laravel-package
iot-edge-offline-dashboarding
Azure IoT Edge offline dashboarding/reporting sample. Guidance and sample dashboards
Stars: ✭ 31 (+63.16%)
Mutual labels:  offline
mapsforge flutter
Offline maps as pure flutter code
Stars: ✭ 30 (+57.89%)
Mutual labels:  offline
VSHD
No description or website provided.
Stars: ✭ 105 (+452.63%)
Mutual labels:  offline
laravel-cache
An improved helper for working with cache
Stars: ✭ 64 (+236.84%)
Mutual labels:  laravel-package
crypton
Laravel Request & Response Encryption
Stars: ✭ 31 (+63.16%)
Mutual labels:  laravel-package
laravel-two-factor-authentication
A two-factor authentication package for Laravel >= 8
Stars: ✭ 37 (+94.74%)
Mutual labels:  laravel-package
mapsplit
A fast way to split OSM data in to a portable tiled format
Stars: ✭ 55 (+189.47%)
Mutual labels:  offline
laravel-startkit
Laravel Admin Dashboard, Admin Template with Frontend Template, for scalable Laravel projects. It is to save your time when You start with new scalable Laravel projects with many features Bootstrap, cooreui, infyom admin Generator, roles and permissions, translatable models, spatie media and much more
Stars: ✭ 55 (+189.47%)
Mutual labels:  laravel-package
react-rxdb-example
Anonymous chat app built with React, RxDB and PouchDB that works offline.
Stars: ✭ 37 (+94.74%)
Mutual labels:  offline
laravel-secureheaders
🔒 SecureHeaders wrapper for Laravel.
Stars: ✭ 52 (+173.68%)
Mutual labels:  laravel-package
unobserve
Mute and unmute Laravel observers at will.
Stars: ✭ 82 (+331.58%)
Mutual labels:  laravel-package
laravel-repositories
DEPRECATED – A neat repository Pattern implementation for Laravel.
Stars: ✭ 18 (-5.26%)
Mutual labels:  laravel-package
awesome-rhasspy
Carefully curated list of projects and resources for the voice assistant Rhasspy
Stars: ✭ 50 (+163.16%)
Mutual labels:  offline
Husky
k8s 离线部署脚本
Stars: ✭ 33 (+73.68%)
Mutual labels:  offline
ngx-online-status
🔛 Angular 5+ Detect online/offline state
Stars: ✭ 23 (+21.05%)
Mutual labels:  offline

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!

coming-soon-screenshot

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]}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].