FavoriteLoadingAdd to favorites

Create Project

Just use one.
The are multiple as examples.

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
composer create-project --prefer-dist laravel/laravel blog "11.*"
composer create-project --prefer-dist laravel/laravel blog "10.*"
composer create-project --prefer-dist laravel/laravel blog "9.*"
composer create-project --prefer-dist laravel/laravel blog "11.*" composer create-project --prefer-dist laravel/laravel blog "10.*" composer create-project --prefer-dist laravel/laravel blog "9.*"
composer create-project --prefer-dist laravel/laravel blog "11.*"

composer create-project --prefer-dist laravel/laravel blog "10.*"

composer create-project --prefer-dist laravel/laravel blog "9.*"

Generate Auth

An alternative instead of running npm run build.
Run npm run dev OR npm run watch

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
// With Boothstrap
composer require laravel/ui --dev
php artisan ui bootstrap --auth
npm install
npm run build
// With VUE
composer require laravel/ui --dev
php artisan ui vue --auth
npm install
npm run build
// With Boothstrap composer require laravel/ui --dev php artisan ui bootstrap --auth npm install npm run build // With VUE composer require laravel/ui --dev php artisan ui vue --auth npm install npm run build
// With Boothstrap
composer require laravel/ui --dev
php artisan ui bootstrap --auth
npm install 
npm run build

// With VUE
composer require laravel/ui --dev
php artisan ui vue --auth
npm install
npm run build 

Uploading your js build to the server

If you using git and working locally and using laravel vite.
Build your project and use the below gitignore. This will push your build to the server.

The below is that if you don’t include certain directories then your build files will not get uploaded and some servers don’t have suffucient resources to run builds online.
So you need to build locally and upload the build via GIT.

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
/vendor/
npm-debug.log
yarn-error.log
public/hot
public_html/storage
public_html/hot
public/robots.txt
storage/*.key
.env
.htaccess
Homestead.yaml
Homestead.json
/.vagrant
.phpunit.result.cache
/vendor/ npm-debug.log yarn-error.log public/hot public_html/storage public_html/hot public/robots.txt storage/*.key .env .htaccess Homestead.yaml Homestead.json /.vagrant .phpunit.result.cache
/vendor/
npm-debug.log
yarn-error.log
public/hot
public_html/storage
public_html/hot
public/robots.txt
storage/*.key
.env
.htaccess
Homestead.yaml
Homestead.json
/.vagrant
.phpunit.result.cache

Pin It on Pinterest

Garth Baker
Favorite
Loading
en
af
sq
am
ar
hy
az
eu
be
bn
bs
bg
ca
ceb
ny
zh-CN
zh-TW
co
hr
cs
da
nl
en
eo
et
tl
fi
fr
fy
gl
ka
de
el
gu
ht
ha
haw
iw
hi
hmn
hu
is
ig
id
ga
it
ja
jw
kn
kk
km
ko
ku
ky
lo
la
lv
lt
lb
mk
mg
ms
ml
mt
mi
mr
mn
my
ne
no
ps
fa
pl
pt
pa
ro
ru
sm
gd
sr
st
sn
sd
si
sk
sl
so
es
su
sw
sv
tg
ta
te
th
tr
uk
ur
uz
vi
cy
xh
yi
yo
zu
Share This