Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

laravel jetstream livewire

//You may use Composer to install Jetstream into your new Laravel project
composer require laravel/jetstream
//Install Jetstream With Livewire
php artisan jetstream:install livewire
php artisan jetstream:install livewire --teams
//Or, Install Jetstream With Inertia
php artisan jetstream:install inertia
php artisan jetstream:install inertia --teams
//Finalizing The Installation
npm install
npm run dev
php artisan migrate
 
PREVIOUS NEXT
Tagged: #laravel #jetstream #livewire
ADD COMMENT
Topic
Name
8+2 =