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
- Host: GitHub
- URL: https://github.com/eliyas5044/laravel-tenancy
- Owner: eliyas5044
- Created: 2021-09-27T18:02:47.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-27T19:25:12.000Z (over 3 years ago)
- Last Synced: 2025-01-14T04:28:17.485Z (5 months ago)
- Language: PHP
- Size: 1.38 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 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.