Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

install --jet with or without composer

//in laravel/installer its easy
laravel new project --jet

//but with composer
composer require laravel/jetstream
// then
php artisan jetstream:install livewire
// or
php artisan jetstream:install inertia --teams

npm install && npm run dev
//and for migrations just run this:

php artisan migrate
Comment

PREVIOUS NEXT
Code Example
Shell :: GitHub Actions: how to target all branches 
Shell :: Ubuntu username format 
Shell :: pip install pi 
Shell :: how to install npm modules 
Shell :: Navigate to previous directory in windows command prompt 
Shell :: how to git ignore 
Shell :: speed up ubuntu 
Shell :: linux zip current directory 
Shell :: how to uninstall in ubuntu 
Shell :: all changed files git 
Shell :: see wifi password 
Shell :: grep only number from line 
Shell :: how to install gitlab on mac os 
Shell :: copy commit in another branch 
Shell :: docker compose install 
Shell :: ubuntu xampp apache web server running 
Shell :: bash awk or 
Shell :: installing latest mediapipe version 
Shell :: how to I paste in gitbash windows 
Shell :: Flutter - additional setup for linux 
Shell :: Install docker EE without internet 
Shell :: apt-get install ping?trackid=sp-006 
Shell :: FATAL module ucvideo not found 
Php :: uninstall php ubuntu 18.04 
Php :: laravel query not null 
Php :: laravel sail alias 
Php :: display wp shortcode by php 
Php :: php turn off warnings and notices 
Php :: laravel catch exception ex log save 
Php :: php remove extension from url 
ADD CONTENT
Topic
Content
Source link
Name
3+8 =