Download the PHP package vardanm1993/laravel-alias-manager without Composer

On this page you can find all versions of the php package vardanm1993/laravel-alias-manager. 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 laravel-alias-manager

Laravel Alias Manager

Latest Version on Packagist Total Downloads Composer Quality

A professional, project-aware alias and shortcut manager for Laravel, PHP, Sail, Composer, Git, GitHub CLI, npm, pnpm, Yarn, Vite, Pest, Pint, Rector, PHPStan, Docker, security, and daily full-stack workflows.

Laravel Alias Manager keeps daily terminal shortcuts organized, readable, safe, and project-aware. It ships DAM-style full-stack Laravel aliases, install presets, searchable catalogs, daily favorites, guarded shell functions, and safe Bash/Zsh profile installation without touching the rest of the file.

Preview

Features

Installation

Install the package with Composer:

Publish the configuration when you want to customize groups or aliases:

Quick Start

Inspect the available groups:

Inspect install presets:

Search aliases:

Preview aliases before writing anything:

Install a preset into the detected shell profile:

Install selected groups into a specific shell file:

Inspect daily favorites:

Remove the managed block:

Check package readiness:

Alias Groups

Group Focus
system Project-root terminal helpers
git Daily Git status, add, commit, diff, log, pull, push, and stash
github GitHub CLI pull request and Actions shortcuts
docker Docker and Docker Compose lifecycle, logs, exec, and cleanup
composer Install, update, require, remove, autoload, and package inspection
php PHP runtime inspection and Laravel Tinker
artisan Artisan, routes, database, queues, logs, storage, cache, and generators
sail Sail lifecycle, Artisan, generators, Composer, npm, pnpm, Yarn, PHP, Pest, Pint, Rector, PHPStan, and logs
npm npm and Vite install, dev, build, typecheck, lint, format, preview, audit, and outdated
pnpm pnpm install, dev, build, preview, test, lint, format, add, and remove
yarn Yarn install, dev, build, preview, test, lint, format, add, and remove
quality Pest, Pint, Rector, PHPStan, and full quality pipelines
security .env, app key, Composer audit, npm audit, and writable path checks
workflow Project doctor, start, stop, dev flow, and check-all shortcuts

Presets

Preset Groups
core system, git, composer, php, artisan
fullstack Core Laravel plus frontend, quality, security, and workflow
sail Sail-first Laravel development
frontend npm, pnpm, yarn
ops docker, github, security, workflow
pro Everything

Show the exact aliases in any group:

DAM-Style Examples

Older v0.3 aliases such as lserve, lfreshseed, saildev, and qfix are still available as compatibility aliases.

Shell Safety

Shortcuts are rendered as shell functions inside a managed shell block:

The managed block includes a small shell guard. Before a shortcut runs, it searches upward from the current directory for a Laravel root containing artisan, composer.json, and bootstrap/app.php. If no Laravel project is found, the shortcut stops with:

When a Laravel project is found, the shortcut runs from that project root. That means routes, snrd, or qa work from nested directories like app/Http/Controllers, but they do not run from unrelated folders.

The block also provides helpers:

Install and uninstall commands only replace or remove the package-owned block. Existing aliases, exports, functions, prompts, and custom shell configuration outside that block are left untouched.

Before modifying an existing shell file, the package creates a timestamped .bak backup by default.

Configuration

After publishing the config, edit config/alias-manager.php:

Then preview or install your custom group:

Custom aliases are guarded the same way as the built-in catalog, so they only run inside a detected Laravel project.

You can configure daily favorites:

Or pass them during install:

Development

Run the full local quality suite:

Individual checks are also available:

License

Laravel Alias Manager is open-sourced software licensed under the MIT license.


All versions of laravel-alias-manager with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
illuminate/support Version ^12.0 || ^13.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 vardanm1993/laravel-alias-manager contains the following files

Loading the files please wait ...