Starter Framework for Modern Tribe projects. It is built using the Laravel framework and FilamentPHP for the admin panel.
Make sure you have installed all the following prerequisites on your development machine:
- Lando - The preferred method for local development, dependency management and automation tooling.
- Composer
- Node.js and NPM
To install and run the associated sites locally, you can follow the steps below.
To begin, you can start Lando.
lando start
Now, you should be able to access the Laravel admin at https://bison.lndo.site/
.
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 ───────────────────────────────────────────────┐
│ [email protected] │
└──────────────────────────────────────────────────────────────┘
┌ Password ────────────────────────────────────────────────────┐
│ •••••••• │
└──────────────────────────────────────────────────────────────┘
INFO Success! [email protected] may now log in at https://bison.lndo.site/auth/login.