/scaffold-website-laravel

Blade Initial Setup Template with SEO Meta Tags for Websites with Laravel, Livewire, and TailwindCSS

Primary LanguageJavaScriptMIT LicenseMIT

Build Status Total Downloads Latest Stable Version License

About Project

This is an open source project. Aiming at best practices and organizations for projects of institutional websites and landing pages using as technologies: Laravel, Livewire, Jetstream and LivewereCSS (the default layout applied for example was built with Tailwblocks components).

app
├── Http
│   └── Livewire
│         ├── App
│         └── Dashboard   
├── resources
│   └── views
│         ├── components
│         │     └──partials
│         │         ├── cta.blade.php
│         │         ├── footer.blade.php
│         │         ├── head.blade.php
│         │         ├── header.blade.php
│         │         └── menu.blade.php
│         ├── layouts
│         │     ├── app.blade.php
│         │     └── guest.blade.php
│         └── livewire
│               ├── admin
│               └── app
│                    ├── about.blade.php
│                    ├── article.blade.php
│                    ├── articles.blade.php
│                    ├── blog.blade.php
│                    ├── contact.blade.php
│                    └── home.blade.php
└── README.md

scaffold

About technologies

  1. Laravel
  2. Livewire
  3. Jetstream
  4. TailwindCSS
  5. Tailblocks

License

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