



Now you can see live development server is running on “ or ‘localhost:8000’ then open your any browser installed on your pc and type one of above url. you can enable it by typing, php artisan serve

As helps to developers laravel has inbuilt development server. Now Laravel 5.5 has successfully installed on your project folder. Then type, composer create -project -prefer -dist laravel /laravel (*Project name should not contain any white spaces)Īfter installation finished navigate into your project folder using cmd (type cd ). Then Open CMD inside htdocs folder.(type cmd on file path and hit enter) (*htdocs is the server folder of our localhost but in wampp server www folder is the host folder) Now Click the Explorer Button on XAMPP Application & Then system open the xampp system folder & then navigate to htdocs folder. Then open the XAMPP server & Click on the Apache & MySQL Server Start buttons. Now you can know composer is correctly installed or not on your pc. The open your CMD & type composer then hit Enter. Install both above softwares on Computer.
