Skip to content

Vas-ko/tutorial-laravel-twill-inertia-vue3-vite-tailwind

 
 

Repository files navigation

Laravel Twill Inertia Application

Deployment

Steps

Install project dependencies (Laravel, Twill, Inertia, ...)

# Development
composer install

# Live
composer install --no-dev --optimize-autoloader

Copy and rename .env.example to .env, then create application key

cp .env.example .env
php artisan key:generate

Execute migrations to initialize database structure

php artisan migrate

Create super admin account if needed

php artisan twill:superadmin

Create a symbolic link from public/storage to storage/app/public publicly accessible through /storage URL

php artisan storage:link

Initialize data

# Home page
php artisan db:seed PageHomeSeeder

Server Requirements

  • PHP version >= 8.2
  • PHP extensions:
    • Ctype
    • cURL
    • DOM
    • Exif
    • Fileinfo
    • Filter
    • Hash
    • JSON
    • Mbstring
    • OpenSSL
    • PCRE
    • PDO
    • Session
    • Tokenizer
    • XML

About

tutorial-laravel-twill-inertia-vue3-vite-tailwind

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • PHP 92.9%
  • Vue 3.5%
  • JavaScript 2.2%
  • Other 1.4%