Search
 
SCRIPT & CODE EXAMPLE
 

PHP

Install Laravel with Jetstream, Vue3 and Inertia

# install laravel - you can use spesific version like [laravel/laravel:9.x]
composer create-project laravel/laravel example-app
cd example-app
php artisan vendor:publish --tag=laravel-notifications
php artisan vendor:publish --tag=laravel-mail
php artisan vendor:publish --tag=laravel-errors

# install jetstream - you can use spesific version like [laravel/jetstream:2.x]
composer require laravel/jetstream
php artisan jetstream:install inertia
php artisan vendor:publish --provider="LaravelFortifyFortifyServiceProvider"
npm install
npm run dev

# required helpfull packages
composer require bensampo/laravel-enum
composer require intervention/image
composer require monolog/monolog
composer require silviolleite/laravelpwa
php artisan vendor:publish --provider="LaravelPWAProvidersLaravelPWAServiceProvider"
Comment

laravel 8 with jetstream

laravel new project-name --jet
Comment

install laravel jetstream inertia js

php artisan jetstream:install inertia

php artisan jetstream:install inertia --teams
Comment

jetstream laravel

# follow the below link
https://www.techiediaries.com/laravel-8-auth-scaffolding-jetstream-inertiajs-livewire/    
Comment

PREVIOUS NEXT
Code Example
Php :: PHP array_merge() Function 
Php :: Getting the closest string match using php 
Php :: extend woocommerce user fields edit-account 
Php :: How to Add Custom Fonts to a WordPress Theme 
Php :: remove blank data in multidimention array in laravel 
Php :: php query to hide duplicate records 
Php :: material icons flutter list 
Php :: laravel 8 validation unique 2 columns 
Php :: how to wirte laravel dd function in php 
Php :: php get first element of iterator class 
Php :: enable extensions in php.ini 
Php :: extract text before last space php 
Php :: php - = 
Php :: array to comma separated string php 
Php :: laravel project make 
Php :: Laravel run seed table 
Php :: php list all files in directory 
Php :: wordpress query get results 
Php :: how to trim text php 
Php :: php recortar string 
Php :: json get/post request in php 
Php :: types of method in api 
Php :: laravel resource 
Php :: laravel 8 resource 
Php :: error laravel 404 in server 
Php :: How to install or setup sanctum for laravel api authentication 
Php :: get page templete 
Php :: check if column has value in laravel eloquent 
Php :: php header content type json 
Php :: htaccess new date timestamp 
ADD CONTENT
Topic
Content
Source link
Name
5+8 =