Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/itsemon245/composer-scripts

Some useful composer scripts
https://github.com/itsemon245/composer-scripts

composer laravel laravel-framework php

Last synced: 20 days ago
JSON representation

Some useful composer scripts

Awesome Lists containing this project

README

        

### 1. dev.sh
This will add laravel's new fancy `composer run dev` command to your older `>=9` laravel projects.
Installation:
```sh
curl -sSL "https://itsemon245.github.io/composer-scripts/dev.sh" | bash
```