Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/itsemon245/composer-scripts
- Owner: itsemon245
- Created: 2025-01-05T06:54:34.000Z (21 days ago)
- Default Branch: main
- Last Pushed: 2025-01-05T07:23:29.000Z (21 days ago)
- Last Synced: 2025-01-05T08:17:33.633Z (21 days ago)
- Topics: composer, laravel, laravel-framework, php
- Language: Shell
- Homepage: https://itsemon245.github.io/composer-scripts/
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```