izzle/support

Extracted Laravel Str Support Package

1.0.0 2024-01-18 13:15 UTC

This package is auto-updated.

Last update: 2024-04-18 14:04:29 UTC


README

Izzle Support Library and Classes

  1. Installing

Use Composer (recommended)

As IO Izzle uses Composer to manage its dependencies, the recommended way to create a new project is to use it.

If you don't have Composer yet, download it following the instructions on http://getcomposer.org/ or just run the following command:

curl -s http://getcomposer.org/installer | php

Then, use the install command to generate a new ICS application:

php composer.phar install

Composer will install Izzle IO and all its dependencies under the specified directory.