Best laravel framework open-source packages.

Laravel e commerce

E-commerce project collaboration with teammate from CDCS230
Updated 5 months ago

Laravel Logo

About Laravel

Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:

Laravel is accessible, powerful, and provides tools required for large, robust applications.

Prerequisites

  1. Install Git
  2. Install PHP
  3. Install Composer
  4. Install Node.js
  5. Install XAMPP
  6. Install MySql

Installation

Important

Run php artisan migrate to create the database tables if you are using the application for the first time.

  1. Install dependencies
npm install
composer install
  1. Run the application
npm run dev
php artisan serve
  1. Run the application by opening the link in browser. You are set!
Tags sqlite