First Step : Install Wamp Server from Official Website : https://wampserver.aviatechno.net/
Second Step : Install npm from nodejs. Just download and run it
Third Step : Choose Code Editor : Visual Studio Code
And last, we start install Laravel 11. All guy might be check on https://laravel.com/
- create a new Laravel project via Composer's create-project command : composer create-project laravel/laravel example-app
- project has been created, start Laravel's local development server using Laravel Artisan's serve command :
cd example-app to change directory file to filename.
php artisan serve to run project with Laravel Artisan.
Then we successfully install Laravel 11 latest versions.
All guy can review tutorial from my YouTube channel. https://www.youtube.com/@itech_sharing
I hope all guy like & enjoy my videos.
0 Comments