├── .gitattributes └── README.md /.gitattributes: -------------------------------------------------------------------------------- 1 | * text=auto eol=lf 2 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 |

2 | 3 |

4 | 5 | ## Awesome Laravel Zero [![Awesome](https://raw.githubusercontent.com/sindresorhus/awesome/main/media/badge-flat.svg)](https://github.com/sindresorhus/awesome) 6 | 7 | > A curated list of awesome things related to Laravel Zero 8 | 9 | ## Contribution 10 | 11 | Have you found something that make Laravel Zero more awesome? Make a PR and add it to the list! 12 | 13 | ## Table of Contents 14 | 15 | - [Essentials](#essentials) 16 | - [Projects using Laravel Zero](#projects-using-laravel-zero) 17 | - [Articles and Tutorials](#articles-and-tutorials) 18 | - [Looking for more?](#looking-for-more) 19 | 20 | ## Essentials 21 | 22 | * [Laravel Zero's website and documentation](https://laravel-zero.com/) 23 | * [Laravel Zero's GitHub organisation](https://github.com/laravel-zero/) 24 | 25 | ## Projects using Laravel Zero 26 | 27 | * [AMP validation CLI](https://github.com/jeffochoa/amp-validator): Test your Accelerated Mobile Pages right away from your terminal. 28 | * [Certinfo CLI](https://github.com/marco-introini/certinfo-cli): Get SSL certificate information (CN and Expiration) from a PEM or DER certificate or directory. 29 | * [Chirp](https://github.com/gazugafan/chirp): Automatically follow Twitter users and later unfollow them if they don't follow you back. 30 | * [Doddns](https://github.com/jpmurray/doddns): Use Digital Ocean as a kind of dynamic DNS (ddns) provider. 31 | * [Forge Sites](https://github.com/justutiz/forge-sites): List all your sites hosted on Laravel Forge. 32 | * [Forge CLI](https://github.com/beyondcode/forge-cli): An opinionated Laravel Forge CLI tool 33 | * [Forge SSH Assistant](https://github.com/WackyStudio/forge-ssh-assistant): An assistant for SSH'ing into Laravel Forge servers. 34 | * [Forget DB](https://github.com/OwenMelbz/forget-db): A simple GDPR inspired tool to anonymise confidential database data. 35 | * [Foundry](https://github.com/Zamerick/foundry): Use the artisan 'make' commands from laravel anywhere with Foundry! 36 | * [Git Review](https://github.com/mcampbell508/git-review): A tool designed for improving workflows with Git. 37 | * [Google Photo CLI](https://github.com/OctopyID/GPhotoCLI): Streamlines the photo uploading process and helps you keep your photo library organized. Say goodbye to manual photo uploads and hello to efficient photo management with GPhoto. 38 | * [Harbor](https://github.com/whatdafox/harbor): A CLI to generate docker-compose.yml tailored for Laravel. 39 | * [Hours](https://github.com/matt-allan/hours): An open source time tracker for the terminal. 40 | * [Hulksmash](https://github.com/macghriogair/hulksmash): Console tool to scaffold an empty PHP project. 41 | * [Lara Lambda](https://github.com/nsouto/lara-lambda): Laravel, Lumen or LaravelZero ready to run on AWS Lambda. 42 | * [Laravel Craftsman](https://github.com/mikeerickson/laravel-craftsman): Laravel Artisan on Steroids. CLI for crafting common assets with extended options and customizable templates. 43 | * [zerohttpserver](https://github.com/marcocantugea/zerohttpserver): LaravelZero with thin HTTP server for REST APIs or web service 44 | * [Laravel Packer](https://github.com/bitfumes/laravel-packer): Awesome Command Line Tool for speeding up your package creation. 45 | * [Lazzier](https://github.com/eddiriarte/lazzier): A console tool that allows to perform post-deployment tasks from a yml-config. 46 | * [Movie CLI](https://github.com/DoanhPHAM/movie-cli): Get movies list with information using Laravel Zero. 47 | * [NFL Scores](https://github.com/maxalmonte14/nfl-scores): A CLI for getting NFL games data in real-time. 48 | * [Oh Dear CLI](https://github.com/ohdearapp/ohdear-cli): The official CLI for [Oh Dear](https://ohdear.app). 49 | * [Porter](https://github.com/konsulting/porter): A docker based multi-site setup for local PHP development. 50 | * [Rugby Schedule](https://github.com/owenvoke/rugby-schedule): Rugby union schedules on the command-line. 51 | * [Sage](https://github.com/ytorbyk/sage): Sage is a helper for development environment on macOS. 52 | * [Security Checker](https://github.com/mace015/security-checker): A simple tool that performs a number of checks/scans against a domain to assert its security. 53 | * [Termux Webzone](https://github.com/albinvar/termux-webzone): An awesome console application with plenty of useful features which can be used to build, serve and test your websites from your android phone. 54 | * [Toggl CLI](https://github.com/PendoNL/toggl-cli): A Toggl CLI tool. 55 | * [Worldcup Notifications](https://github.com/kadinho/worldcup-notifications): A project to fetch FIFA World Cup matches and send event notifications. 56 | * [Flutterwave CLI](https://github.com/emmajiugo/flutterwave-cli): Test all API features and generate sample apps for easy integration of [Flutterwave](https://flutterwave.com) payment gateway. 57 | * [Instagram CLI](https://github.com/michelmelo/instagram-cli): see and like photos and videos based on stories. 58 | * [Anonfiles CLI](https://github.com/albinvar/anonfiles-cli): An awesome console application which can upload and download files using [Anonfiles](anonfiles.com) api directly from your terminal. 59 | * [Music DL](https://github.com/guanguans/music-dl): Music Searcher and Downloader. 60 | * [AI Commit](https://github.com/guanguans/ai-commit): Automagically generate conventional commit messages with AI. 61 | 62 | ## Articles and Tutorials 63 | 64 | * (2022-08-12) [Zero Hassle CLI Application with Laravel Zero](https://laravel-news.com/zero-hassle-cli-application-with-laravel-zero) 65 | * (2022-03-15) [Distributing Laravel Zero apps with Windows package managers](https://voke.dev/blog/distributing-laravel-zero-apps-with-windows-package-managers) 66 | * (2022-02-10) [What's new in Laravel Zero 9](https://voke.dev/blog/whats-new-in-laravel-zero-9) 67 | * (2021-01-13) [Distributing Laravel Zero apps with Brew](https://voke.dev/blog/distributing-laravel-zero-apps-with-brew) 68 | * (2020-09-10) [What's new in Laravel Zero 8](https://voke.dev/blog/whats-new-in-laravel-zero-8) 69 | * (2020-09-01) [Working with Pest in Laravel Zero](https://voke.dev/blog/working-with-pest-in-laravel-zero) 70 | * (2020-04-17) [Getting started with Laravel Zero](https://voke.dev/blog/getting-started-with-laravel-zero) 71 | * (2020-03-12) [What's new in Laravel Zero 7](https://voke.dev/blog/whats-new-in-laravel-zero-7) 72 | * (2018-10-18) [Laravel Packer and Laravel Zero | Getting started with Laravel Zero #3](https://www.youtube.com/watch?v=1TPV28QBYbs&feature=youtu.be) 73 | * (2018-09-16) [Laravel Zero 5.7 Is Now Available](https://medium.com/@nunomaduro/laravel-zero-5-7-is-now-available-4a263b119a8c) 74 | * (2018-05-26) [Illuminate console applications with Laravel Zero](https://www.youtube.com/watch?v=Qc_Ae_Ps-zk) 75 | * (2018-02-19) [Laravel Zero 5.6 Is Now Available](https://medium.com/@nunomaduro/laravel-zero-5-6-is-now-available-3c83a6dc267f) 76 | * (2018-01-06) [Database Backups with Laravel Zero (Revisited)](https://medium.com/@mattkingshott/database-backups-with-laravel-zero-revisited-18d2ca6aec48) 77 | * (2017-12-02) [Distributing a Laravel Zero application with Docker](https://medium.com/@ilesinge/distributing-a-laravel-zero-application-with-docker-40a7bc412057) 78 | * (2017-11-26) [Laravel Zero From Scratch](https://medium.com/@nunomaduro/first-episode-of-a-brand-new-video-series-laravel-zero-from-scratch-65ecf3b0816c) 79 | * (2017-11-15) [Illuminate console applications with Laravel Zero](https://www.youtube.com/watch?v=JWm0NhEzSg0) 80 | 81 | ## Looking for More 82 | 83 | * [Awesome Laravel](https://github.com/chiraggude/awesome-laravel) 84 | * [Awesome Laravel Spark](https://github.com/jpmurray/awesome-spark) 85 | --------------------------------------------------------------------------------