Can you believe it? It's another blog. This time with Laravel + HTMX.
Go to file
Jonathan Nielson 0e3902d16b fuck: IDK, man. Lots of good stuff. Mostly styling. Also Subs! 2025-10-06 22:10:25 -05:00
app fuck: IDK, man. Lots of good stuff. Mostly styling. Also Subs! 2025-10-06 22:10:25 -05:00
bootstrap Initial Commit 2024-02-04 17:42:51 -06:00
config fuck: IDK, man. Lots of good stuff. Mostly styling. Also Subs! 2025-10-06 22:10:25 -05:00
database fuck: IDK, man. Lots of good stuff. Mostly styling. Also Subs! 2025-10-06 22:10:25 -05:00
public fuck: IDK, man. Lots of good stuff. Mostly styling. Also Subs! 2025-10-06 22:10:25 -05:00
resources fuck: IDK, man. Lots of good stuff. Mostly styling. Also Subs! 2025-10-06 22:10:25 -05:00
routes fuck: IDK, man. Lots of good stuff. Mostly styling. Also Subs! 2025-10-06 22:10:25 -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 fuck: IDK, man. Lots of good stuff. Mostly styling. Also Subs! 2025-10-06 22:10:25 -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 Initial Commit 2024-02-04 17:42:51 -06: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