Download the PHP package elijahcruz/larakit without Composer
On this page you can find all versions of the php package elijahcruz/larakit. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download elijahcruz/larakit
More information about elijahcruz/larakit
Files in elijahcruz/larakit
Package larakit
Short Description A Laravel Dev Kit
License MIT
Homepage https://laravel-zero.com
Informations about the package larakit
Larakit
Larakit (Or Laravel Development Kit) is a Command Line tool that makes settings your Laravel project, or installing specific development tools (Like the Laravel-Debugbar), simple and easy.
Note that this tool only installed the latest versions of each package.
Requirements
- PHP >= 8.1 (I'm Sorry)
- Composer >= 2.0
Installation
Installing Larakit is as simple as a global require:
Usage
Installing Dev Packages
You can install packages like the Debugbar or Laravel-Ide-Helper simply be running it's install
command:
Currently installable packages
The list below is the packages you can currently install using Larakit:
- Laravel Breeze
- Laravel Cashier (Stripe and Paddle)
- Laravel Debugbar
- Laravel Dusk
- Laravel Horizon
- Laravel Ide-Helper
- Livewire
There will be more packages to come in the future.
Contributing
Want to contribute by making an installer for another package?
First create an issue describing what you want to add to this package
If it looks like something people will want, you can create a PR for it. We recommend using the make:installer
command, as it makes it uses it's own stub. Enter in the name of the package in all Lowercase, and only letters. This will allow the command to make the command in a simple way.
All versions of larakit with dependencies
laravel-zero/framework Version ^9.2
laravel-zero/phar-updater Version ^1.2
nunomaduro/termwind Version ^1.14