https://github.com/WilberGroup/airdrop
A Laravel package to speed up deployment by skipping asset compilation whenever possible.
https://github.com/WilberGroup/airdrop
assets laravel
Last synced: 24 days ago
JSON representation
A Laravel package to speed up deployment by skipping asset compilation whenever possible.
- Host: GitHub
- URL: https://github.com/WilberGroup/airdrop
- Owner: WilberGroup
- License: mit
- Created: 2021-01-22T00:12:28.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2026-05-29T21:47:29.000Z (about 2 months ago)
- Last Synced: 2026-05-29T23:10:34.464Z (about 2 months ago)
- Topics: assets, laravel
- Language: PHP
- Homepage: https://hammerstone.dev/airdrop/docs/main
- Size: 317 KB
- Stars: 197
- Watchers: 1
- Forks: 16
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Airdrop for Laravel
[](https://github.com/WilberGroup/airdrop/actions/workflows/tests.yml)
[](https://packagist.org/packages/wilbergroup/airdrop)
[](https://packagist.org/packages/wilbergroup/airdrop)
[](https://packagist.org/packages/wilbergroup/airdrop)
> Read the full docs at [wilbergroup.github.io/airdrop](https://wilbergroup.github.io/airdrop/).
Airdrop for Laravel is a package that speeds up your deploys by skipping your asset build step whenever possible.
When you're deploying your code, Airdrop will calculate a hash of everything needed to build your assets: installed packages, JS/CSS files, ENV vars, etc.
After Airdrop has calculated a hash for these inputs, it will check to see if it has ever built this exact configuration before. If it has, it will pull down the built assets and put them in place, letting you skip the expensive build step.
# Installation
You can install the package via Composer
```console
composer require wilbergroup/airdrop
```
Once the package is installed, you may optionally publish the config file by running
```console
php artisan airdrop:install
```
You'll likely want to publish the config file so that you can set up your triggers and outputs.
Read the full docs at [wilbergroup.github.io/airdrop](https://wilbergroup.github.io/airdrop/).
## License
The MIT License (MIT).
## Credits
Airdrop was developed by Aaron Francis. If you like it, please let me know!
- Twitter: https://twitter.com/aarondfrancis
- Website: https://aaronfrancis.com
- YouTube: https://youtube.com/@aarondfrancis
- GitHub: https://github.com/aarondfrancis