replace readme with my own notes
Dependencies
- [2]
32ICZXL4init laravel zero for fun
Change contents
- replacement in README.md at line 1
<p align="center"><img title="Laravel Zero" height="100" src="https://raw.githubusercontent.com/laravel-zero/docs/master/images/logo/laravel-zero-readme.png" alt="Laravel Zero Logo" /></p># A Laravel Zero app to test Pijul - replacement in README.md at line 3
<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. - replacement in README.md at line 5
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/)** - replacement in README.md at line 7
- 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 - replacement in README.md at line 9
------I never was able to get the SSH on my macbook to work for the Nest website. What changed tonight? I had my Copilot CLI figure it out. I'll have to ask him what the problem was. - replacement in README.md at line 11
## DocumentationFrom my estimation, the problem was my ssh agent wasn't consistently loaded on my terminal sessions. However, it really smells to me like a red herring the CLI agent went off on. - replacement in README.md at line 13
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). - replacement in README.md at line 15
## 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). - replacement in README.md at line 17
- 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. - replacement in README.md at line 19
## LicenseGoing 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. - replacement in README.md at line 21
Laravel Zero is an open-source software licensed under the MIT license.[2.314656]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.