PHV2QDRETIIICL4E3MJKB5LKAKZSXEWXD4RLOONLRNVW6ZNX7OTQC <p align="center"><a href="https://github.com/laravel-zero/framework/actions"><img src="https://github.com/laravel-zero/laravel-zero/actions/workflows/tests.yml/badge.svg" alt="Build Status" /></a><a href="https://packagist.org/packages/laravel-zero/framework"><img src="https://img.shields.io/packagist/dt/laravel-zero/framework.svg" alt="Total Downloads" /></a><a href="https://packagist.org/packages/laravel-zero/framework"><img src="https://img.shields.io/packagist/v/laravel-zero/framework.svg?label=stable" alt="Latest Stable Version" /></a><a href="https://packagist.org/packages/laravel-zero/framework"><img src="https://img.shields.io/packagist/l/laravel-zero/framework.svg" alt="License" /></a></p>
This is a Laravel Zero app to test Pijul, a distributed version control system.
Laravel Zero was created by [Nuno Maduro](https://github.com/nunomaduro) and [Owen Voke](https://github.com/owenvoke), and is a micro-framework that provides an elegant starting point for your console application. It is an **unofficial** and customized version of Laravel optimized for building command-line applications.
**[laravel-zero.com](https://laravel-zero.com/)**
- Built on top of the [Laravel](https://laravel.com) components.- Optional installation of Laravel [Eloquent](https://laravel-zero.com/docs/database/), Laravel [Logging](https://laravel-zero.com/docs/logging/) and many others.- Supports interactive [menus](https://laravel-zero.com/docs/build-interactive-menus/) and [desktop notifications](https://laravel-zero.com/docs/send-desktop-notifications/) on Linux, Windows & MacOS.- Ships with a [Scheduler](https://laravel-zero.com/docs/task-scheduling/) and a [Standalone Compiler](https://laravel-zero.com/docs/build-a-standalone-application/).- Integration with [Collision](https://github.com/nunomaduro/collision) - Beautiful error reporting- Follow the creator Nuno Maduro:- YouTube: **[youtube.com/@nunomaduro](https://www.youtube.com/@nunomaduro)** — Videos every weekday- Twitch: **[twitch.tv/enunomaduro](https://www.twitch.tv/enunomaduro)** — Streams (almost) every weekday- Twitter / X: **[x.com/enunomaduro](https://x.com/enunomaduro)**- LinkedIn: **[linkedin.com/in/nunomaduro](https://www.linkedin.com/in/nunomaduro)**- Instagram: **[instagram.com/enunomaduro](https://www.instagram.com/enunomaduro)**- Tiktok: **[tiktok.com/@enunomaduro](https://www.tiktok.com/@enunomaduro)**
## Personal notes on first time
For full documentation, visit [laravel-zero.com](https://laravel-zero.com/).
One big thing he found was the correct format for identifying the website to use, the username, and the repo name. I had been using the wrong format, which was causing the SSH connection to fail. The Pijul CLI would only say "error 404", so I was lost. Copilot determined some way to find out more error details, apparently from the Pijul docs (I saw a few Pijul website URLs flash by in the terminal).
## Support the development**Do you like this project? Support it by donating**
One other difference tonight was, running from a Chromebook instead of my macbook. I remember sommat about macbooks using a different SSH key format, and I know my default key here is called id_rsa whereas on my macbook it's id_ed25519 (maybe - that name is just a Copilot auto-completion).
- PayPal: [Donate](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=66BYDWAT92N6L)- Patreon: [Donate](https://www.patreon.com/nunomaduro)
A weird thing that happened was, halfway through the process of editing some stuff after my first Pijul push to the Nest, the Chromebook just up and died. Like, as if its battery died. I plugged it in and it came back, but the battery was above halfway still.
## License
Going forward now, I'd like to make a few repos to test out working from Pijul. VS Code doesn't have a Pijul extension (that I've found yet), so I'll have to do all my Pijul work from the terminal. I can use VS Code for editing, but I'll have to run the Pijul commands in the terminal. It's not bad, though, especially once I figure a nice one-letter alias for Pijul.
Laravel Zero is an open-source software licensed under the MIT license.
Some consideration that goes into what project is good for Pijul is what frameworks/platforms support it. Laravel Zero _might_ be able to publish to the PHP package thing it uses, but I'm not sure. But it's better chance, I think, than a web app. Although with Laravel Forge, I should be able to just get a server spun up, and use a custom deploy script. Install pijul beforehand.