Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yovanoc/saas
Software as a Service (SaaS) starter for Laravel.
https://github.com/yovanoc/saas
laravel saas
Last synced: 3 days ago
JSON representation
Software as a Service (SaaS) starter for Laravel.
- Host: GitHub
- URL: https://github.com/yovanoc/saas
- Owner: yovanoc
- License: mit
- Created: 2018-01-31T22:48:53.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-08T15:39:37.000Z (over 6 years ago)
- Last Synced: 2023-02-28T08:32:51.890Z (over 1 year ago)
- Topics: laravel, saas
- Language: PHP
- Size: 1.62 MB
- Stars: 21
- Watchers: 3
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# SaaS [![Build Status](https://travis-ci.org/yovanoc/saas.svg?branch=master)](https://travis-ci.org/yovanoc/saas) [![StyleCI](https://styleci.io/repos/119753551/shield)]()
Software as a Service (SaaS) starter for Laravel.
## Installation
### Step 1
> To run this project, you must have PHP 7 installed as a prerequisite.
Begin by cloning this repository to your machine, and installing all Composer & NPM dependencies.
```bash
git clone https://github.com/yovanoc/saas
cd saas && composer install && npm install
npm run dev
```### Step 2
```bash
cp .env.example .env
```After that, replace all configuration needed into the .env file.