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
The Laravel framework is open-sourced software licensed under the MIT license.