Can you believe it? It's another blog. This time with Laravel + HTMX.
Go to file
Jonathan Nielson aa3b22e473 feat: v1.0 i guess lol 2025-10-12 22:57:50 -05:00
app feat: v1.0 i guess lol 2025-10-12 22:57:50 -05:00
bootstrap Initial Commit 2024-02-04 17:42:51 -06:00
config feat: reader v1 functionally complete 2025-10-11 15:29:03 -05:00
database feat: v1.0 i guess lol 2025-10-12 22:57:50 -05:00
public feat: email sub/unsub/queue end-to-end rough draft 2025-10-11 23:36:10 -05:00
resources feat: v1.0 i guess lol 2025-10-12 22:57:50 -05:00
routes feat: v1.0 i guess lol 2025-10-12 22:57:50 -05:00
storage Initial Commit 2024-02-04 17:42:51 -06:00
tests Initial Commit 2024-02-04 17:42:51 -06:00
.editorconfig Initial Commit 2024-02-04 17:42:51 -06:00
.env.example feat: email sub/unsub/queue end-to-end rough draft 2025-10-11 23:36:10 -05:00
.gitattributes Initial Commit 2024-02-04 17:42:51 -06:00
.gitignore Initial Commit 2024-02-04 17:42:51 -06:00
README.md Feat: Improve README.md to have installation instructions 2024-08-03 23:47:00 -05:00
artisan Initial Commit 2024-02-04 17:42:51 -06:00
composer.json feat: email sub/unsub/queue end-to-end rough draft 2025-10-11 23:36:10 -05:00
composer.lock Initial Commit 2024-02-04 17:42:51 -06:00
phpunit.xml Initial Commit 2024-02-04 17:42:51 -06:00

README.md

Word Salad - Yet Another Blog

Author: Jonathan Nielson

Install

Install all PHP dependencies by running the following from the root of the project:

composer install

Copy the .env.example file to set a new file for this env

cp .env.example .env

Create a new application key:

php artisan key:generate

Run

To run the project, use the PHP 8.3 development server by running the following command from the root of the project:

php artisan serve