Initialize an empty repository with either an empty folder or an already filled folder. git init Add files or folders […]

Database Section Select Database mysql> use database_name Example mysql> use mydb; Reading table information for completion of table and column […]

Mount Sharing Folder in a other Server, Workstation running Linux Samba Shared Directory or Folder mount -t cifs //xxx.xxx.xxx.xxx/shared_name /mnt/mount_point_name/ […]

Create a New Project Laravel composer create-project laravel/laravel folder_name Model Create  a New Model php artisan make:model model_name Controller Create […]