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

unnoq/laravel-jetstream-inertiajs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •