Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 920 Bytes

README.md

File metadata and controls

47 lines (31 loc) · 920 Bytes

Laravel TALL Stack

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.

Installation

To run this repo, follow these steps:

  1. Clone the repository:

git clone https://github.com/hweihwang/laratall.git

  1. Navigate to the project directory:

cd laratall

  1. Make the make.sh script executable:

chmod +x ./make.sh

  1. Run the script:

./make.sh

  1. Your application should now be running at http://localhost:19000

Prerequisites

Before running this repo, ensure that you have Docker installed on your system.

Technologies Used

  • Docker
  • Laravel
  • Laravel Octane
  • Laravel Telescope
  • Laravel Sanctum
  • Tailwind CSS
  • Alpine.js
  • Livewire
  • MariaDB
  • Filament