Skip to main content

Laravel Configuration

Laravel

Laravel is a popular open-source PHP framework designed for building modern web applications. It follows the Model-View-Controller (MVC) architectural pattern and provides an elegant syntax to simplify common development tasks.

Requirements

Tools and Setup

Requirements:

  • PHP 8.3 or greater

    To Verify the php version on server installed or not, enter the following command into your terminal or command line.

    php -v
  • OpenSSL PHP Extension
  • PDO PHP Extension
  • Mbstring PHP Extension
  • Tokenizer PHP Extension
  • XML PHP Extension
  • Ctype PHP Extension
  • JSON PHP Extension
  • GD PHP Extension (or Imagick PHP Extension)
  • PHP Fileinfo extension
  • PHP Zip Archive
  • Rewrite Module (Apache or Nginx)

Project Structure

handyhue-service-app.zip
│ ├── handyhue-admin-panel.zip
│ ├── handyhue-user-app.zip
│ ├── handyhue-provider-handyman-app.zip
│ └── offline-document.pdf