Answered step by step
Verified Expert Solution
Question
1 Approved Answer
i need help trying to do this Week 6 Assignment- Laravel Setup Install Laravel and Create a new Laravel Project 1. Create a new Laravel
i need help trying to do this
Week 6 Assignment- Laravel Setup Install Laravel and Create a new Laravel Project 1. Create a new Laravel project with the following command composer create-project laravel/installer ccu_username a. Replace ccu_username with your ccu username 2. Change directories into your newly create directory with the following command cd ccu_username a. Replace ccu_username with your ccu username 3. Get the current version of the laravel project with the following command php artisan -V a. Your current version should be similar to 8.28.1 i. NOTE: it may or not be a little different depending on if a patch was released b. Provide a screen shot of the output from the command 4. Start the application with the following command php artisan serve 5. Open a browser and navigate to http://127.0.0.1:8000 6. Provide a screen shot of your browser showing that Laravel is up and running Submission guidelines 1. Your screen shots should be submitted in a word document Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started