PHP Classes

Laravel Shopping Basket: Add a shopping basket to a Laravel application

Recommend this page to a friend!
  Info   View files Documentation   View files View files (20)   DownloadInstall with Composer Download .zip   Reputation   Support forum   Blog (1)    
Last Updated Ratings Unique User Downloads Download Rankings
2022-10-03 (25 days ago) RSS 2.0 feedNot yet rated by the usersTotal: 17 All time: 10,759 This week: 129Up
Version License PHP version Categories
laravel-basket 1.0MIT/X Consortium ...5PHP 5, E-Commerce, Libraries
Description Author

This package can add a shopping basket to a Laravel application.

It provides a service class to use in a Laravel application to perform several types of operations to manage a basket of items that a shopping Web site can sell.

The package provides classes to store and retrieve details of a shopping basket, the item products that a user can add to the basket, and the order that the user can place to receive one or more product items from the site.

Picture of Moamen Eltouny
  Performance   Level  
Name: Moamen Eltouny <contact>
Classes: 36 packages by
Country: Egypt Egypt
Innovation award
Innovation award
Nominee: 20x

Details

<p align="center"><a href="https://pharaonic.io" target="_blank"><img src="https://raw.githubusercontent.com/Pharaonic/logos/main/basket.jpg"></a></p>

<br>

<pre align="center">LARAVEL BASKET [UNDER DEVELOPMENT]</pre>

  Files folder image Files  
File Role Description
Files folder imagesrc (5 files, 5 directories)
Accessible without login Plain text file composer.json Data Auxiliary data
Accessible without login Plain text file LICENSE Lic. License text
Accessible without login Plain text file README.md Doc. Documentation

  Files folder image Files  /  src  
File Role Description
Files folder imagedatabase (1 directory)
Files folder imageExceptions (2 files)
Files folder imageFacades (1 file)
Files folder imageModels (4 files)
Files folder imageTraits (1 file)
  Plain text file BasketItemManager.php Class Class source
  Plain text file BasketManager.php Class Class source
  Plain text file BasketServiceProvider.php Class Class source
  Accessible without login Plain text file config.php Aux. Auxiliary script
  Accessible without login Plain text file helpers.php Aux. Auxiliary script

  Files folder image Files  /  src  /  database  
File Role Description
Files folder imagemigrations (4 files)

  Files folder image Files  /  src  /  database  /  migrations  
File Role Description
  Plain text file 2021_02_01_000090_...e_baskets_table.php Class Class source
  Plain text file 2021_02_01_000091_...ket_items_table.php Class Class source
  Plain text file 2021_02_01_000092_...te_orders_table.php Class Class source
  Plain text file 2021_02_01_000093_...der_items_table.php Class Class source

  Files folder image Files  /  src  /  Exceptions  
File Role Description
  Plain text file BasketNotFoundException.php Class Class source
  Plain text file BasketUnauthorizedException.php Class Class source

  Files folder image Files  /  src  /  Facades  
File Role Description
  Plain text file Basket.php Class Class source

  Files folder image Files  /  src  /  Models  
File Role Description
  Plain text file Basket.php Class Class source
  Plain text file BasketItem.php Class Class source
  Plain text file Order.php Class Class source
  Plain text file OrderItem.php Class Class source

  Files folder image Files  /  src  /  Traits  
File Role Description
  Plain text file isCustomer.php Class Class source

 Version Control Unique User Downloads Download Rankings  
 100%
Total:17
This week:0
All time:10,759
This week:129Up
For more information send a message to info at phpclasses dot org.