Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

Install Laravel 8 with Auth and Bootstrap or Vue

// How to install Auth in laravel

// With Boothstrap
composer require laravel/ui --dev
php artisan ui bootstrap --auth
npm install && npm run dev

// With VUE
composer require laravel/ui --dev
php artisan ui vue --auth
npm install && npm run dev
 
PREVIOUS NEXT
Tagged: #Install #Laravel #Auth #Bootstrap #Vue
ADD COMMENT
Topic
Name
9+4 =