Download the PHP package haringsrob/laravel-dev-tools without Composer

On this page you can find all versions of the php package haringsrob/laravel-dev-tools. 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-dev-tools

Laravel lsp

The Laravel/Blade lsp provides:

Blade:

Livewire:

Extractors for (external) lsp:

Demo

Status

This LSP is still to be considered unstable. If you find issues, you are welcome to provide a issue/pull request with a reproducable example.

Issues without clear steps to reproduce may be closed without answer.

As it is experimental, there is no guarantee whatsoever that this will work. Please always ensure your code is under version control.

Thing may be slow.

Installation

Requirements

PHP 8.0, older versions will NOT work. (not even trying). LARAVEL 8.0, older versions will NOT work.

This LSP is based on php in your runtime. I have not tested this with docker so for now assume it will not work from outside.

Your application needs to be bootable. This LSP will run commands in your codebase to get all the information it needs. (Much like running laravel-ide-helper).

Vscode

!! Not up to date, so best to build it yourself for now.

Install Name: laravel-blade syntax

Download the extension from the vscode extensions.

(Neo)vim

Download the compiled version from the releases then use it to setup the lsp:

This depends on your setup, below are instruction for using it with nvim-lspconfig

Building from source

This LSP is based on the great work in phpactor/language-server

As it is php it actually does not need building, but we can still do this by makeing a phar so it is easier to distribute.

To build the phar you run:

Building the vscode extension

To build the vscode extension we have to build the phar and copy it to the extension's directory:

Then in the extensions/vscode directory we do:

Install npm modules: npm install

Then make the package: npm run package

(for me: publish using vsce publish)

Licence notes

This project is based on Laravel Zero

It uses phpactor/language-server for the LSP layer.

Other packages used are:

Todo's


All versions of laravel-dev-tools with dependencies

PHP Build Version
Package Version
Requires php Version ^8.0
illuminate/support Version ^9.3
illuminate/view Version ^9.3
laravel-zero/framework Version ^8.0|^9.0
phpactor/language-server Version ^1.1
phpactor/text-document Version ^1.2
spatie/invade Version ^1.0
wa72/simplelogger Version ^1.1
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 haringsrob/laravel-dev-tools contains the following files

Loading the files please wait ....