Laravel TALL Stack is a Laravel application that uses Tailwind CSS, Alpine.js, Livewire, and Laravel Sanctum. This application is intended to be used as a starting point for building Laravel applications that use the TALL stack.
To run this repo, follow these steps:
- Clone the repository:
git clone https://github.com/hweihwang/laratall.git
- Navigate to the project directory:
cd laratall
- Make the
make.sh
script executable:
chmod +x ./make.sh
- Run the script:
./make.sh
- Your application should now be running at
http://localhost:19000
Before running this repo, ensure that you have Docker installed on your system.
- Docker
- Laravel
- Laravel Octane
- Laravel Telescope
- Laravel Sanctum
- Tailwind CSS
- Alpine.js
- Livewire
- MariaDB
- Filament