Setup Laravel-Flutter Project


  • install VS Code Free and built on open source. Integrated Git, debugging and extensions.

  • install Android Studio Android Studio provides the fastest tools for building apps on every type of Android device.

  • Just for mac users install Homebrew it is the easiest and most flexible way to install the UNIX tools Apple didn’t include with macOS

  • To Install Homebrew just past this line of code in terminal and press enter

    /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"

    To Update Homebrew just run the code below from terminal

    brew update

    To PHP using brew

    brew install php
  • InstallMySQL Workbench and set up the MySQL Password and username

  • Install XAMPP it is the most popular PHP development environment

  • Install Composer it is a tool for dependency management in PHP

  • Install Git it is the most popular version control

  • Add This Helper Extensions to your vs code
    • Laravel Artisan
    • Laravel Blade formatter
    • Laravel Blade snippets
    • Laravel Extra Intelisense
    • jQuery Code Snippets
    • HTML Css Support
    • Flutter
    • Dart
    • PHP Debug
    • PHP Intelephense
    • Prettier - Code formatter
    • Rainbow Brackets
    • Live Server
    • Material Icon Theme
    • Language Support for Jave