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, a built-in solution for running your Laravel project using Docker.
- Visit to the home page and register into application.
- Go to
/company/create
and create a Company (Tenant). - Click Visit button in companies table to visit Tenancy home page.
We have seeds two base users, super admin and user.
Super Admin
Email: [email protected]
Password: password
User
Email: [email protected]
Password: password
We are sending notification to Post author, when an Admin publish any post.