Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eliottwantz/tall-stack-app
Tall Stack Laravel App posts app
https://github.com/eliottwantz/tall-stack-app
laravel livewire tall-stack
Last synced: 6 days ago
JSON representation
Tall Stack Laravel App posts app
- Host: GitHub
- URL: https://github.com/eliottwantz/tall-stack-app
- Owner: eliottwantz
- Created: 2024-06-12T16:10:15.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-06-12T16:38:15.000Z (6 months ago)
- Last Synced: 2024-10-31T05:05:11.363Z (about 2 months ago)
- Topics: laravel, livewire, tall-stack
- Language: PHP
- Homepage:
- Size: 2.57 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TALL Stack App
## About
This is my exploration into the Laravel framework. I used livewire with Alpinejs. It is the end product of the [Laravel Bootcamp](https://bootcamp.laravel.com)
It uses the following building blocks of Laravel:
- [Simple, fast routing engine](https://laravel.com/docs/routing).
- [Powerful dependency injection container](https://laravel.com/docs/container).
- Multiple back-ends for [session](https://laravel.com/docs/session) and [cache](https://laravel.com/docs/cache) storage.
- Expressive, intuitive [database ORM](https://laravel.com/docs/eloquent).
- Database agnostic [schema migrations](https://laravel.com/docs/migrations).
- [Robust background job processing](https://laravel.com/docs/queues).
- [Real-time event broadcasting](https://laravel.com/docs/broadcasting).