Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 2.31 KB

File metadata and controls

49 lines (33 loc) · 2.31 KB

Bison

Starter Framework for Modern Tribe projects. It is built using the Laravel framework and FilamentPHP for the admin panel.

Prerequisites

Make sure you have installed all the following prerequisites on your development machine:

Installation

To install and run the associated sites locally, you can follow the steps below.

Start Lando

To begin, you can start Lando.

lando start

Now, you should be able to access the Laravel admin at https://bison.lndo.site/.

Access the Admin Panel

If you are starting from a fresh installation, you may have to create a new admin user. To do this, enter the following command and follow the prompts:

lando make-user

Example Output:

 ┌ Name ────────────────────────────────────────────────────────┐
 │ Modern Tribe                                                 │
 └──────────────────────────────────────────────────────────────┘

 ┌ Email address ───────────────────────────────────────────────┐
 │ vendors@tri.be                                               │
 └──────────────────────────────────────────────────────────────┘

 ┌ Password ────────────────────────────────────────────────────┐
 │ ••••••••                                                     │
 └──────────────────────────────────────────────────────────────┘

   INFO  Success! vendors@tri.be may now log in at https://bison.lndo.site/auth/login.