/lalalead

Landing page subscription funnel made with Laravel

Primary LanguagePHP

La La Lead

A simple and effective subscription funnel, made with Laravel.

Build Status License

About La La Lead

La La Lead can be used as a starting point to develop subscription funnels (typically, landing pages that invite users to leave their contacts, for call me back services, etcetera). Being developed with Laravel and Bootstrap, it offers a well structured, solid and secure basic environment for your project.

Requirements

  • Apache
  • Mysql
  • Php 8.1

Since Laravel is database agnostic, it will be quite easy to switch to another DBMS (Postgres, etcetera) in case you need.

Installation

Pull from this repository and make a copy of .env.example, located in the root of the project.

Name the new file .env and enter your database connection data (lines 11-16).

Then launch

composer install
php artisan migrate

and you should be fine.

To start local server, launch

php artisan serve

Heading to http://localhost:8000 you should see your basic landing page. Try to fill the form and you should be able to see a new record in the database, in the table "leads".

Enjoy and feel free to change the code as you need :)

Screenshots

Homepage

Thank you page

Security Vulnerabilities

If you discover a security vulnerability within La La Lead, please send an e-mail to simone@lamorbidamacchina.com. All security vulnerabilities will be promptly addressed.

License

La La Lead is open-sourced software licensed under the MIT license.