Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# TALL Stack App


Demo Gif

## 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).