You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Getting Started wiht Laravel (PHP Framework) - The Basics
Setting up a project with Laravel
PHP Environment Setup : Apache/Nginx, PHP, MySQL
Download Composer : PHP Package Manager
Install Laravel :
composer create-project --prefer-dist laravel/laravel FOLDER example : composer create-project laravel/laravel getting-started For more info, go to Laravel Documentation and follow the installation process.
NOTICE: This guide will help you set ssh keys for GitHub and GitLab. However, this is not going to change your commit user.name or user.email. If you need to change those for specific repositories, just run the following commands while in your repository:
I recently had to manage two ssh keys (one for Github and one for Gitlab). I did some research to find the best solution. I am justing putting the pieces together here.