https://github.com/willnode/laravel-template
https://github.com/willnode/laravel-template
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/willnode/laravel-template
- Owner: willnode
- Created: 2024-09-29T20:17:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-03T16:49:39.000Z (about 1 year ago)
- Last Synced: 2025-01-15T14:13:45.259Z (about 1 year ago)
- Language: Vue
- Size: 208 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Laravel Template + Daisy UI
+ Laravel Jetstream
+ Vue.js + Inertia
+ Tailwind CSS + DaisyUI
This template is based on opinions that I like
+ Laravel Jetstream handles Auth and Team management, only focus on your app business logic.
+ Vue.js + Inertia avoids full page reloads and delivers minimum overhead to the backend while syntax changes is keep minimum compared to React or Svelte.
+ DaisyUI avoids writing custom components. You just need to follow official documentation to implement things!
The Jetstream to DaisyUI component conversion and Homepage is WIP.
The Laravel Jetstream has optional features that we also support:
+ Terms and Privacy Pages
+ Profile Photos
+ API Token Management
+ Teams Management
+ Account Deletion
+ Blog and Markdown Editor \*
+ Cart, Payments and PDF Export \*
The optional features can be toggled in [jetstream.php](./config/jetstream.php)
\* Custom and WIP.