Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kyledoesdev/fallt-starting-kit
Starter kit for FALLT apps. Flux, Alpine, Laravel, Livewire & TailwindCSS.
https://github.com/kyledoesdev/fallt-starting-kit
alpinejs fluxui laravel livewire tailwindcss
Last synced: 22 days ago
JSON representation
Starter kit for FALLT apps. Flux, Alpine, Laravel, Livewire & TailwindCSS.
- Host: GitHub
- URL: https://github.com/kyledoesdev/fallt-starting-kit
- Owner: kyledoesdev
- Created: 2024-10-13T16:21:30.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-10-13T16:25:47.000Z (3 months ago)
- Last Synced: 2024-10-31T17:30:41.614Z (2 months ago)
- Topics: alpinejs, fluxui, laravel, livewire, tailwindcss
- Language: PHP
- Homepage:
- Size: 932 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### My Laravel New Start
It's time to get to building.
Builds a starting point for a FALLT app.
FluxUI, Alpine, Laravel, Livewire & Tailwind.
### Instalation Instructions
- git clone ...
- composer i
- cp .env.example .env
- php artisan flux:activate
- php artisan key:generate
- php artisan migrate --seed
- npm i && npm run dev