Advertisement
khalequzzaman17

Creating a Portfolio in Laravel

Feb 6th, 2022 (edited)
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. 1. Run the following command to create a new project: laravel new portfolio
  2. 2. Once the project has been created, run the command line: cd portfolio
  3. 3. Now reload the service: "Apache" and visit https://portfolio.test/
  4. 4. Visit https://localhost/phpmyadmin/ and create a DB and update the .env file
  5.  
  6. composer require laravel/ui && php artisan ui vue --auth
  7.  
  8. npm install && npm run dev
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement