A simple and effective subscription funnel, made with Laravel.
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.
- 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.
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 :)
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.
La La Lead is open-sourced software licensed under the MIT license.