Download the PHP package jeffersongoncalves/filakit-cli without Composer

On this page you can find all versions of the php package jeffersongoncalves/filakit-cli. 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 filakit-cli

![Filakit CLI](https://raw.githubusercontent.com/jeffersongoncalves/filakit-cli/main/art/jeffersongoncalves-filakit-cli.png)

Filakit CLI

Tests Build Latest Release PHP 8.2+

CLI tool for scaffolding Laravel projects with Filakit starter kits. Select from available starter kits and create a new Laravel application with a single command.

Requirements

Installation

Download PHAR (recommended)

Download the latest filakit.phar from the Releases page:

Via Composer (global)

Usage

Interactive mode

The CLI will prompt you for:

  1. Application name - the name of your new project
  2. Starter kit - select from the available kits

With arguments

Skip selection with --kit

Additional Options

All options from the Laravel installer are supported and forwarded directly:

Option Description
--git Initialize a Git repository
--github[=VISIBILITY] Create a GitHub repository (private or public)
--branch=NAME Default branch for the repository
--organization=ORG GitHub organization for the repository
--database=DRIVER Database driver (mysql, sqlite, pgsql, mariadb)
--pest Install Pest testing framework
--npm Use npm as the package manager
--pnpm Use pnpm as the package manager
--bun Use Bun as the package manager
--yarn Use Yarn as the package manager
--boost Install Laravel Boost
-f, --force Force install even if the directory already exists

Examples:

Available Starter Kits

Filament v5

Kit Package
Base Kit v5 filakitphp/basev5
Fila Kit v5 jeffersongoncalves/filakitv5
Native Kit v5 jeffersongoncalves/nativekitv5
Mobile Kit v5 jeffersongoncalves/mobilekitv5
Team Kit v5 jeffersongoncalves/teamkitv5
Service Desk Kit v5 jeffersongoncalves/servicedeskkitv5
Help Desk Kit v5 jeffersongoncalves/helpdeskkitv5
Evolution Kit v5 jeffersongoncalves/evolutionkitv5
MFA Kit v5 jeffersongoncalves/mfakitv5
FilaFlux Kit v5 jeffersongoncalves/filafluxkitv5

Filament v4

Kit Package
Base Kit v4 filakitphp/basev4
Fila Kit v4 jeffersongoncalves/filakitv4
Native Kit v4 jeffersongoncalves/nativekitv4
Mobile Kit v4 jeffersongoncalves/mobilekitv4
Team Kit v4 jeffersongoncalves/teamkitv4
Service Desk Kit v4 jeffersongoncalves/servicedeskkitv4
Help Desk Kit v4 jeffersongoncalves/helpdeskkitv4
Evolution Kit v4 jeffersongoncalves/evolutionkitv4
MFA Kit v4 jeffersongoncalves/mfakitv4

Filament v3

Kit Package
Base Kit v3 filakitphp/basev3
Fila Kit v3 jeffersongoncalves/filakit
Native Kit v3 jeffersongoncalves/nativekit
Mobile Kit v3 jeffersongoncalves/mobilekit
Team Kit v3 jeffersongoncalves/teamkit
Service Desk Kit v3 jeffersongoncalves/servicedeskkitv3
Help Desk Kit v3 jeffersongoncalves/helpdeskkitv3

How It Works

Under the hood, Filakit CLI runs laravel new with the --using flag:

The list of available starter kits is embedded in the CLI and automatically updated via GitHub Actions when the source list changes.

Development

License

Filakit CLI is open-source software licensed under the MIT license.


All versions of filakit-cli with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
laravel/installer Version ^5.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 jeffersongoncalves/filakit-cli contains the following files

Loading the files please wait ...