Step to follow
- Installation of PHP Local Server (i.e XAMPP)
- Installation of Composer
- Installation of Laravel Globally
- Creating a new project
Step 1:- Create new Laravel projects by globally installing the Laravel installer via Composer
More info click me
Step 2: Check the laravel version
so GO->XAMPP->htdoc
CMD:- laravel new Project-name
Step 4: Load the project on the port
CMD:- php artisan serve
No comments:
Post a Comment
If you have any problem please let me know.