Download the PHP package shipwelldev/cornerstone-support without Composer

On this page you can find all versions of the php package shipwelldev/cornerstone-support. 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 cornerstone-support

Cornerstone Support

shipwelldev/cornerstone-support supplies the evolving tooling used by Cornerstone Laravel applications after their starter snapshot is created.

The package provides:

Requirements

Installation

Install the package with Composer:

Laravel discovers the package service provider automatically.

Pest and its Laravel plugin are optional package suggestions, but they are required before using Cornerstone's test generators or generated Livewire tests:

Install pestphp/pest-plugin-browser as a development dependency before generating browser tests.

Generators

The package adds Cornerstone generators such as:

It also reconciles supported framework generators with Cornerstone's coding standards, including strict types, application placement, model metadata, class-based Livewire components with direct Pest tests, and Pest-only test generation.

Run php artisan list to inspect every generator available in the installed application.

Stub Snapshots

Publish any missing Cornerstone stubs into the application's stubs directory:

Published stubs become application-owned snapshots. The command preserves existing local stubs unless forced. To replace every same-named file in the application's stubs directory with the package version, explicitly run:

Review local customizations before using --force.

Laravel Boost

Cornerstone Support exposes application guidelines and installation skills through Laravel Boost. Install Boost before discovering those resources:

Then run:

The available installer skills guide agents through safe, repeatable setup for Flux UI, Filament, and Statamic while preserving existing application code.

Development

Install dependencies and run the canonical workflows in order:

composer verify checks formatting, static analysis, and the complete Pest test suite. Use composer test -- --tia to run only tests affected by local changes using the baseline published by CI.

License

Cornerstone Support is open-source software licensed under the MIT license.


All versions of cornerstone-support with dependencies

PHP Build Version
Package Version
Requires glhd/bits Version ^0.6
php Version ~8.4.0 || ~8.5.0
laravel/framework Version ^13.20
livewire/livewire Version ^4.3
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 shipwelldev/cornerstone-support contains the following files

Loading the files please wait ...