承接 mathieulepuil/symstartsaas 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

mathieulepuil/symstartsaas

最新稳定版本:v1.0.0

Composer 安装命令:

composer create-project mathieulepuil/symstartsaas

包简介

README 文档

README


Installation

The only way to install SymStartSaaS is via composer, so you need to have it on your machine in order to proceed with the installation.

  1. Create the project via the terminal
composer create-project mathieulepuil/symstartsaas
  1. Execute the commands displayed at the end of the installation process
  2. Modify the .env to link your database
  3. Create the database
php bin/console d:d:c
  1. Update the database schema
php bin/console d:s:u -f

Your project is now installed, you can create your account and log in.

Authentication

SymStartSaaS offers 5 authentication modes. By Email, Discord, Google, Github and Gitlab.

  • Email : src/Controller/SecurityController.php
  • Discord : src/Controller/DiscordController.php
  • Google : src/Controller/GoogleController.php
  • Github : src/Controller/GithubController.php
  • Gitlab : src/Controller/GitlabController.php

You can add an OAuth authentication mode via this module: KnpUOAuth2ClientBundle

You can also delete them by following this procedure:

  • Delete the controller.
  • Delete the configuration lines in `config/packages/knpu_oauth2_client.yaml.
  • Delete application data in .env (or .env.local)

Don't forget to connect your applications by entering their ids in the .env file.

Stripe

SymStartSaaS uses Stripe to manage subscriptions. You need to create an account on the Stripe website and retrieve your API keys into .env.

Credits: Mathieu Le Puil

统计信息

  • 总下载量: 19
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 2
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 2
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: proprietary
  • 更新时间: 2024-04-07