wallacemartinss / website_template
The skeleton application for the Laravel framework.
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 1
Forks: 1
Open Issues: 0
Type:project
Requires
- php: ^8.2
- filament/filament: ^3.3
- laravel/framework: ^12.0
- laravel/tinker: ^2.10.1
- livewire/flux: ^2.1
Requires (Dev)
- fakerphp/faker: ^1.23
- laravel/pail: ^1.2.2
- laravel/pint: ^1.13
- laravel/sail: ^1.41
- mockery/mockery: ^1.6
- nunomaduro/collision: ^8.6
- phpunit/phpunit: ^11.5.3
This package is auto-updated.
Last update: 2025-05-09 12:17:33 UTC
README
A clean and responsive website template built with Tailwind CSS and Alpine.js.
Perfect for landing pages, SaaS projects, and marketing websites.
✨ Features
- Tailwind CSS 4.x (fully responsive)
- Alpine.js for interactivity
- Dark mode support
- Pre-built components: Header, Pricing, FAQ
- Clean and customizable structure
🚀 Getting Started
git clone https://github.com/wallacemartinss/website_template.git
cd website_template
npm install
npm run dev
laravel new website_template --using=wallacemartinss/website_template
cd website_template
npm install
npm run dev