An open API service indexing awesome lists of open source software.

https://github.com/eliyas5044/laravel-tenancy

Tenancy example application based on tenancy.dev ecosystem
https://github.com/eliyas5044/laravel-tenancy

Last synced: 3 months ago
JSON representation

Tenancy example application based on tenancy.dev ecosystem

Awesome Lists containing this project

README

        


Build Status
Total Downloads
Latest Stable Version
License

## Laravel Tenancy

We want it to be as easy as possible to get started with Laravel. There are a variety of options for developing and running a Laravel project on your own computer. While you may wish to explore these options at a later time, Laravel provides [Sail](https://laravel.com/docs/8.x/sail), a built-in solution for running your Laravel project using [Docker](https://www.docker.com/).

### Get started
1. Visit to the home page and register into application.
2. Go to `/company/create` and create a **Company** (Tenant).
3. Click **Visit** button in companies table to visit Tenancy home page.

We have seeds two base users, **super admin** and **user**.
> Super Admin
```shell
Email: [email protected]
Password: password
```
> User
```shell
Email: [email protected]
Password: password
```

We are sending notification to Post author, when an Admin publish any post.