tallandsassy / tallandsassy
description
Package info
github.com/TallAndSassy/TallAndSassy
Language:Blade
pkg:composer/tallandsassy/tallandsassy
Requires
- php: ^8.1
- azuyalabs/yasumi: ^2.4
- blade-ui-kit/blade-heroicons: ^1.1
- blade-ui-kit/blade-ui-kit: ^0.2.0
- blade-ui-kit/blade-zondicons: ^1.0
- cviebrock/eloquent-sluggable: ^8.0
- fideloper/proxy: ^4.4
- fruitcake/laravel-cors: ^2.0
- guzzlehttp/guzzle: ^7.0.1
- laravel/framework: ^8.40
- laravel/jetstream: ^2.3
- laravel/sanctum: ^2.6
- laravel/tinker: ^2.5
- livewire/livewire: ^2.5
- owenvoke/blade-fontawesome: ^1.9
- rappasoft/laravel-livewire-tables: ^1.11
- spatie/laravel-permission: ^4.2
- wire-elements/modal: ^1.0
Requires (Dev)
- barryvdh/laravel-debugbar: ^3.5
- barryvdh/laravel-ide-helper: ^2.10
- facade/ignition: ^2.5
- fakerphp/faker: ^1.9.1
- jetbrains/phpstorm-attributes: ^1.0
- nunomaduro/collision: ^5.0
- wulfheart/pretty_routes: ^0.3.0
- dev-main
- v0.1.028
- v0.1.027
- v0.1.026
- v0.1.025
- v0.1.023
- v0.1.022
- v0.1.021
- v0.1.020
- v0.1.019
- v0.1.018
- v0.1.017
- dev-v0.1.028wip-Hmm-aade-ShowCodeForUi
- dev-v0.1.028wip-Hmm-aac-modals
- dev-v0.1.028wip-Hmm
- dev-v0.1.027-Cruft
- dev-v0.1.027wip-NotSure-aaa
- dev-v0.1.024-Tabs
- dev-v0.1.023wip-Tabs-aad-StackOverflow
- dev-v0.1.023wip-Tabs-aab-ConsoleUtils
- dev-v0.1.023wip-Tabs-aab
- dev-v0.1.023wip-Tabs-aaa
- dev-v0.1.022-RegistrationEmail
- dev-v0.1.0212wip-Registration-aae-MaybeVerify
- dev-v0.1.0212wip-Registration-aad-PageMaking
- dev-v0.1.0212wip-Registration-aab-ViewsMostly
- dev-v0.1.020wip-InstallStuff-aafUserBase
- dev-v0.1.020wip-InstallStuff-aaeUserFactory
- dev-v0.1.020wip-InstallStuff-aadUserFactory
- dev-v0.1.020wip-InstallStuff-aacGuidMore
- dev-v0.1.020wip-InstallStuff-aabAutoDiscover
- dev-v0.1.020wip-InstallStuff-aaa
- dev-v0.1.020wip-InstallStuff
This package is auto-updated.
Last update: 2026-03-29 00:54:28 UTC
README
Quick Demo
Want to see a demo? Start by doing this:
curl -LJO https://raw.githubusercontent.com/TallAndSassy/TallAndSassy/main/bin/INSTALL.php
php INSTALL.php --DB_USERNAME=root --DB_PASSWORD=ofallevil --APP_NAME=MyTassyTest001 --TASSY_TENANCY_HQSUBDOMAIN=hq --TASSY_TENANCY_ADMINEMAIL=bob@gmail.com --REGISTRATION_COMPLETENESS=none
Quick Install with optional Demo
-
Install Laravel
- You can do you normal laravel install, or use this quick helper. Please the Install Script for details on how, precisely the Laravel install needs to look.
curl -H 'Authorization: token INSERTACCESSTOKENHERE' -H 'Accept: application/vnd.github.v3.raw' -O -L https://raw.githubusercontent.com/TallAndSassy/TallAndSassy/v0.1.020wip-InstallStuff/bin/demo/INSTALL_1_Laravel.php
php INSTALL_1_Laravel.php --DB_USERNAME=root --DB_PASSWORD=ofallevil --APP_NAME=MyTassyTest
-
require the
tallandsassy/tallandsassypackage- Note: Instructions printed by the above install script will be considered 'true'. This is just a guide to get you oriented.
cd MyTassyTest
composer require tallandsassy/tallandsassy
-
tweak your installation to work nicely with tall and sassy.
- This script takes the TASSY_TENANCY_HQSUBDOMAIN and update your .env appropriately. The TASSY_TENANCY_HQSUBDOMAIN is a short field of your choosing for the superadmins
php vendor/tallandsassy/tallandsassy/bin/INSTALL_2_Tassy.php --TASSY_TENANCY_HQSUBDOMAIN=hq --TASSY_TENANCY_ADMINEMAIL=bob@gmail.com
-
Apply the demo script.
- Note: Instructions printed by the abovescript will be considered 'true'. This is just a guide to get you oriented.
php vendor/tallandsassy/tallandsassy/bin/demo/INSTALL_3_Demo.php
-
Read the user guide
- The user guide gives some directions to get you started.