Download the PHP package ralphjsmit/tall-install without Composer

On this page you can find all versions of the php package ralphjsmit/tall-install. 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 tall-install

Tall-Install Banner

Easy command to install the TALL-stack & jumpstart developmentπŸš€

Run Package Tests Run Laravel Tests (Pest) (normal version) Run Laravel Tests (Pest) (DDD-version)

This package provides a simple artisan command for Laravel that can fully scaffold your application and jumpstart development.

It basically runs the installation process for all of your favourite packages, so that you can start developing right away!

⚑️ Check out the release article and subscribe to my newsletter for updates

Demo projects

πŸ‘‰ Check out a demo-project file's structure

πŸ‘‰ Check out a demo-project with an automatically generated Domain-Driven file structure

Features

  1. It runs the regular installation process for your favourite TALL-tools, so that you don't have to πŸš€
  2. Install Pest instead of PHPUnit βš™οΈ
  3. Configure a Domain-Driven file structure (DDD)✨
  4. Install Browsersync for Valet users ⚑️

What does it install?

What can it install?

This package can also do the following things for you:

Roadmap

The intention of this package is to do all the backend installation and not force you into anything frontend-wise.

Missing your favourite package? Feel free to submit an issue or a PR with your proposal.

Contents

  1. Installation & usage
  2. Configure DDD
  3. Install Pest
  4. Install Browsersync

Installation & usage

To get started, you need a plain Laravel installation:

Install the package via composer:

Now run the tall-install command:

You can use the following flags to install a particular package.

Note: you can only use this command on a plain Laravel installation. Otherwise I cannot guarantee the correct result.

Configure DDD with tall-install --ddd

You may use the --ddd or -d flag to configure DDD:

I think this is the most powerful feature, as it rewrites your /app directory to this:

For me, once I started using DDD I never wanted anything else. A good reference is the Laravel Beyond CRUD course by Brent Roose.

Install Pest with tall-install --pest

You may use the --pest or -p flag to configure Pest:

Install Browsersync with tall-install --browsersync

You may use the --browsersync or -b flag to configure Browsersync for Laravel Valet:

This will append the following code to your webpack.mix.js file:

By default it takes the current folder name as the domain for Valet. You may specify a custom domain with the --url flag:

Cleaning up

You can remove the package from your Composer dependnecies after you've run the tall-install command:

General

🐞 If you spot a bug, please submit a detailed issue and I'll try to fix it as soon as possible.

πŸ” If you discover a vulnerability, please review our security policy.

πŸ™Œ If you want to contribute, please submit a pull request. All PRs will be fully credited. If you're unsure whether I'd accept your idea, feel free to contact me!

πŸ™‹β€β™‚οΈ Ralph J. Smit


All versions of tall-install with dependencies

PHP Build Version
Package Version
Requires php Version ^8.0
illuminate/contracts Version ^8.73|^9.0
ralphjsmit/filesystem Version ^1.2
spatie/laravel-package-tools Version ^1.9.2
symfony/filesystem Version ^6.0
symfony/process Version ^5.0|^6.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 ralphjsmit/tall-install contains the following files

Loading the files please wait ....