Giter Site home page Giter Site logo

laravel-todoist-saas's Introduction

Laravel SaaS Boilerplate

Code boilerplate to start Laravel project with plans and user subscriptions.

Laravel SaaS Boilerplate


Features included

  • Users and Subscription Plans (based on Roles)
  • Features: Roles/permissions system to assign Features to Plans, with example of Tasks and Projects Features.
  • Multi-tenancy: every user sees their own records
  • Cashier: Subscription system based on Laravel Cashier: subscribe to the plan, change plan, cancel plan, add/change payment method
  • Dashboard: revenue report for administrator

Quick Start Video Guides

  1. Features: Quick Overview (2:34)
  2. Installation Process (1:40)
  3. Roles/Permissions and Plans/Features System (4:03)

Installation

  • Clone the repository with git clone
  • Copy .env.example file to .env and edit database credentials there
  • Run composer install
  • Run php artisan key:generate
  • Run php artisan migrate --seed (it has some seeded data for your testing)
  • If you want to have seeded 50 testing users, run php artisan db:seed --class=DummySubscriptionsSeeder
  • That's it: launch the main URL and login with default credentials [email protected] - password
  • You can click Register or go to /register URL and create a new user which would have Free Plan role by default

Plans included by default

In the seeds, we have these plans/features:

  • Free Plan: default for new registered users, can manage projects but only up to 5 projects. Cannot see/manage tasks.
  • Bronze Plan ($9.99/month): can manage unlimited projects, Cannot see/manage tasks.
  • Silver Plan ($19.99/month): can manage unlimited projects. Can see/manage tasks but only up to 5 tasks.
  • Gold Plan ($29.99/month): can manage unlimited projects and tasks.

In progress / on the roadmap

  • Stripe webhooks: email notification for customers/admins
  • Invoices: generating/sending invoices and saving billing details
  • Yearly plans: customizing plans system to have two sub-plans for each plan
  • Team plans: invitation system with billing for the whole team
  • Discounts and coupons: generating coupons and checking them at checkout
  • Taxes and VAT: calculating taxes and using VAT API to calculate tax rate
  • ... anything you want to add? Create an issue

laravel-todoist-saas's People

Contributors

povilaskorop avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.