Paxsy Commands

Paxsy commands

Main Paxsy gui command

Opens the paxsy cli gui with some menus to handel all paxsy stuff.

This is the basic command:

php artisan paxsy

List of inline paxsy commands

Maybe inline commands are sometimes faster to use than navigating through the menu.

create composer package

create a vendor/package in the current stack_name

Base-Command <YourVendor> <YourPackage>

php artisan paxsy:package

Example:

php artisan paxsy:package MyCompany FlightBooking
Last updated on