https://github.com/nikarashihatsu/lrv9-kit
A TALL-stack Laravel 9 kit.
https://github.com/nikarashihatsu/lrv9-kit
alpinejs daisyui heroicons laravel laravel-breeze laravel9 starter-kit tailwindcss tall-stack
Last synced: 2 months ago
JSON representation
A TALL-stack Laravel 9 kit.
- Host: GitHub
- URL: https://github.com/nikarashihatsu/lrv9-kit
- Owner: NikarashiHatsu
- Created: 2022-02-15T05:02:04.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-15T07:25:18.000Z (over 4 years ago)
- Last Synced: 2025-01-26T13:29:29.826Z (over 1 year ago)
- Topics: alpinejs, daisyui, heroicons, laravel, laravel-breeze, laravel9, starter-kit, tailwindcss, tall-stack
- Language: PHP
- Homepage:
- Size: 684 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Laravel 9 Starter Kit
This is a starter kit for a new Laravel project. The project is already
provided with the basic Laravel Breeze authentication. The whole project is
basically a TALL-stack starter kit.
The package includes:
- TailwindCSS w/ DaisyUI (you can remove DaisyUI if you prefer to use plain TailwindCSS)
- AlpineJS
- ChartJS
- Simplelightbox
- Sweetalert2
## Getting started
- Clone this project.
- Run `composer install`.
- Run `npm install`.
- Run `npm run dev` or `npm run watch` to compile assets.
## Additional features
No symlinks in shared hosting? No problem, we covered you with the `APP_HOSTING_DIRECTORY`
environment variable. How to use:
1. Change the `FILESYSTEM_DISK` in `.env` to `hosting`.
2. Set the `APP_HOSTING_DIRECTORY` to the directory relative from upload path to something like `../../public_html/project_folder`.
3. Make a `storage` folder in the hosting directory.
4. Filesystem issue is fixed.