NikarashiHatsu / lrv9-kit

A TALL-stack Laravel 9 kit.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A TALL-stack Laravel 9 kit.


Languages

Language:PHP 70.1%Language:Blade 28.1%Language:JavaScript 1.2%Language:Shell 0.6%Language:CSS 0.1%