DEV Community

sunj
sunj

Posted on

부트스트랩 설치, 2022-07-21

npm install && npm run dev// 터미널에서는 안되는데 cmd에서는 가능하다​
Enter fullscreen mode Exit fullscreen mode
php artisan ui bootstrap​
Enter fullscreen mode Exit fullscreen mode
composer require laravel/ui
Enter fullscreen mode Exit fullscreen mode

Top comments (0)