TI(True Image)-Enterprise is a Competitive Fishing Team and Fishing Bait Vendor under the same name located in Southern California
- Clone the repository
- Install PHP, Composer, and Node.js if needed
- Make a copy of
.env.example
and rename it to.env
- Fill out
.env
with correct information - Start up your SQL server
- Create a Database in your SQL Server named
true_image_DB
- Create a Database in your SQL Server named
- Run Setup Commands:
$ php artisan key:generate $ composer install $ npm install $ php artisan migrate
- Commands for running the app:
$ php artisan serve $ npm run watch
To be able to access forms requiring you to pass ReCaptcha you must obtain a SECRET_KEY
and a SITE_KEY
from Google
- If you do not have one already, create an account on Google's ReCaptcha Site by logging in with your GMAIL account.
- Fill in the Label field with a name of your choosing
- IMPORTANT: select reCAPTCHA v3 under reCAPTCHA type
- Add a domain name that you will be using to access the site (e.g. example.com or localhost)
- Accept the terms of service
- Add your keys to your
.env
file on these linesMIX_SECRET_KEY= MIX_SITE_KEY=
Check back soon!