Can you believe it? It's another blog. This time with Laravel + HTMX.
Go to file
Jonathan Nielson 0657aba732 Feat: Remove Javascript (and love it) 2024-02-04 18:39:04 -06:00
app Initial Commit 2024-02-04 17:42:51 -06:00
bootstrap Initial Commit 2024-02-04 17:42:51 -06:00
config Initial Commit 2024-02-04 17:42:51 -06:00
database Initial Commit 2024-02-04 17:42:51 -06:00
public Initial Commit 2024-02-04 17:42:51 -06:00
resources Feat: Remove Javascript (and love it) 2024-02-04 18:39:04 -06:00
routes Initial Commit 2024-02-04 17:42:51 -06: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 Initial Commit 2024-02-04 17:42:51 -06: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: Reset the README.md to only stub project info 2024-02-04 18:31:37 -06: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

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