An open API service indexing awesome lists of open source software.

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.

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.