Demo blog app similar to Dev.to and/or Twitter, built with Laravel, styled with Tailwind CSS
Nothing too fancy - just a clean app both visually and code-wise.
The purpose of it is to serve as a reminder/example of how things are done the Laravel way.
Prerequisites:
In the project's directory run the following:
cp .env.example .env
alias sail=./vendor/bin/sail
sail up -d
sail composer install
sail artisan migrate
npm i && npm run dev
localhost:8000
to see it working 🚀Up until the First Pull Request the app has been primarily
developed by going through Alex Garrett-Smith's Laravel Crash Course.
Thereafter, I added some polish as I saw fit - the list of changes can be seen in
the commit history.