Download the PHP package tallandsassy/tallandsassy without Composer

On this page you can find all versions of the php package tallandsassy/tallandsassy. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package tallandsassy

A package for apps built around managed communities

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 [email protected] --REGISTRATION_COMPLETENESS=none

Quick Install with optional Demo

  1. Install Laravel

    1. 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

  2. require the tallandsassy/tallandsassy package

    1. 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

  3. tweak your installation to work nicely with tall and sassy.

    1. 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 [email protected]

  4. Apply the demo script.

    1. 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

  5. Read the user guide
    1. The user guide gives some directions to get you started.

All versions of tallandsassy with dependencies

PHP Build Version
Package Version
Requires php Version ^8.1
azuyalabs/yasumi Version ^2.4
blade-ui-kit/blade-heroicons Version ^1.1
blade-ui-kit/blade-ui-kit Version ^0.2.0
blade-ui-kit/blade-zondicons Version ^1.0
cviebrock/eloquent-sluggable Version ^8.0
fideloper/proxy Version ^4.4
fruitcake/laravel-cors Version ^2.0
guzzlehttp/guzzle Version ^7.0.1
laravel/framework Version ^8.40
laravel/jetstream Version ^2.3
laravel/sanctum Version ^2.6
laravel/tinker Version ^2.5
livewire/livewire Version ^2.5
owenvoke/blade-fontawesome Version ^1.9
rappasoft/laravel-livewire-tables Version ^1.11
spatie/laravel-permission Version ^4.2
wire-elements/modal Version ^1.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package tallandsassy/tallandsassy contains the following files

Loading the files please wait ....