lariele/laravel-tall-boilerplate

Boilerplate with Lariele components created with Tailwind CSS, Alpine JS, Laravel, Livewire - TALL.

v0.1.2 2022-10-17 10:20 UTC

This package is auto-updated.

Last update: 2024-10-29 06:13:24 UTC


README

Latest Stable Version Latest Tag License

Boilerplate with components created in Tailwind CSS, Alpine JS, Laravel, Livewire - TALL

Get Boilerplate

Clone repository

git clone https://github.com/lariele/laravel-tall-boilerplate

enter new project

cd laravel-tall-boilerplate

Prepare .env file

cp .env.example .env
php artisan key:generate

Run with Docker

Compose up Docker container

make docker-run

Enter APP container

make docker-exec-app

Installation

Install composer packages

composer update

NPM packages

npm install

Database

Run Database migrations

php artisan migrate

Development

Run npm dev

npm run dev

Preview

Check online demo

Laravel

Created in peace with Laravel

Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:

Laravel is accessible, powerful, and provides tools required for large, robust applications.

License

The Lariele boilerplate and Lapiere components are open-source software licensed under the MIT license.

The Laravel framework is open-sourced software licensed under the MIT license.