Can you believe it? It's another blog. This time with Laravel + HTMX.
Go to file
Jonathan Nielson b1fb5f09b7 Feat: Add `Article` and `Author` Models and migrations
The `Author` model relates to the pre-defined `User` model and the two
new models relate to each other as expected.
2024-02-04 20:36:25 -06:00
app Feat: Add `Article` and `Author` Models and migrations 2024-02-04 20:36:25 -06:00
bootstrap Initial Commit 2024-02-04 17:42:51 -06:00
config Feat: Swap the template page for the stub of a home page 2024-02-04 18:52:19 -06:00
database Feat: Add `Article` and `Author` Models and migrations 2024-02-04 20:36:25 -06:00
public Initial Commit 2024-02-04 17:42:51 -06:00
resources Feat: Swap the template page for the stub of a home page 2024-02-04 18:52:19 -06:00
routes Feat: Swap the template page for the stub of a home page 2024-02-04 18:52:19 -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 Chore: Cleanup sample .env to just what I expect to use 2024-02-04 19:09:36 -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