https://github.com/sandcore-dev/poems
Poems repository
https://github.com/sandcore-dev/poems
laravel poems
Last synced: 15 days ago
JSON representation
Poems repository
- Host: GitHub
- URL: https://github.com/sandcore-dev/poems
- Owner: sandcore-dev
- Created: 2020-11-10T18:05:17.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-01-21T16:40:18.000Z (over 1 year ago)
- Last Synced: 2025-01-22T18:36:15.216Z (over 1 year ago)
- Topics: laravel, poems
- Language: PHP
- Homepage:
- Size: 1.75 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Poems
I created this [Laravel 8.x](https://laravel.com/docs/8.x) project to combine the urge to collect some poems
and to try out things like [PostCSS](https://postcss.org/), [Tailwind CSS](https://tailwindcss.com/),
[Parsedown](https://github.com/parsedown/laravel) and some new features in Laravel, like the new factories
and Blade components.
I also initially tried out [Laravel Jetstream](https://jetstream.laravel.com/) but
decided against using it, as it was too extensive (bloated could be another word) for my purposes.
This project is pretty barebones and since I'm only using it privately, there is no registration form
or anything. User management happens on the command line through [Laravel Tinker](https://github.com/laravel/tinker).
All users have access to everything implemented.
If you want to use it or fork it for your own purposes: go right ahead!