Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

The template uses laravel 9, jetstream, inertiajs, vue 3, typescript, tailwindcss 3.

Notifications You must be signed in to change notification settings

dinwwwh/laravel-jetstream-inertiajs

Repository files navigation

[Project Name]

Below introduces & instructs you about the project.

Requirements

  • PHP 8.1+
  • Nodejs 14+
  • NPM & Composer
  • common, curl, json, mbstring, mysql, xml, zip, openssl, mysqldump

Install dependencies

    npm install --production

    composer install --no-dev --no-interaction --no-plugins --optimize-autoloader

Initializing the project

You should fill all the required information in .env file.

    php -r "file_exists('.env') || copy('.env.example', '.env');"
    php artisan key:generate
    php artisan migrate --seed
    npm run build

Optimizing the project

    php artisan optimize
    php artisan view:cache

Commands should be run when source code is changed

    php artisan optimize
    php artisan view:cache
    npm run build
    php artisan migrate --seed

About

The template uses laravel 9, jetstream, inertiajs, vue 3, typescript, tailwindcss 3.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published