PHP Classes

How to Use a PHP Inventory Management System using the Package Inventory Assignment: Manage the inventory of stored products

Recommend this page to a friend!
     
  Info   Example   View files Files   Install with Composer Install with Composer   Download Download   Reputation   Support forum   Blog    
Last Updated Ratings Unique User Downloads Download Rankings
2025-01-24 (2 months ago) RSS 2.0 feedNot yet rated by the usersTotal: Not yet counted Not yet ranked
Version License PHP version Categories
inventoryassignment 1.0BSD License7E-Commerce, PHP 7, Business, Applicat...
Description 

Author

This package can manage the inventory of stored products.

It provides an application to manage customers, products, and categories.

Currently, it provides controller classes that implement several actions:

- Edit, update, and delete user profiles

- Create, list, show, and update customer records

- Create, list, show, update, and delete product records

- Create, list, show, update, and delete product category records

Picture of Stanley Aloh
Name: Stanley Aloh <contact>
Classes: 4 packages by
Country: Nigeria Nigeria

 

Example

<?php

use Illuminate\Http\Request;

define('LARAVEL_START', microtime(true));

// Determine if the application is in maintenance mode...
if (file_exists($maintenance = __DIR__.'/../storage/framework/maintenance.php')) {
    require
$maintenance;
}

// Register the Composer autoloader...
require __DIR__.'/../vendor/autoload.php';

// Bootstrap Laravel and handle the request...
(require_once __DIR__.'/../bootstrap/app.php')
    ->
handleRequest(Request::capture());


Details

Welcome to inventory Test Assessment

Setup

  1. Copy .env.example to .env<br>
    cp .env.example .env
    
  2. create an sqlite database
    touch database/database.sqlite
    
  3. install composer and generate app
    composer install
    
    php artisan key:generate
  4. Install package and build
    npm install 
    
    npm run dev
  5. Seed dummy data
    php artisan migrate:fresh
    php artisan db:seed
    ````
    
    
  6. Turn on Server
    php artisan db serve
    
  7. Login details for admin<br> `johndoe@gmail.com`<br> `password`
  8. To view Users frontend<br> `user@gmail.com`<br> `password`

  Files folder image Files (128)  
File Role Description
Files folder imageapp (5 directories)
Files folder imagebootstrap (2 files)
Files folder imageconfig (10 files)
Files folder imagedatabase (3 directories)
Files folder imagepublic (3 files)
Files folder imageresources (3 directories)
Files folder imageroutes (3 files)
Files folder imagetests (2 files, 2 directories)
Accessible without login Plain text file .editorconfig Data Auxiliary data
Accessible without login Plain text file .env.example Data Auxiliary data
Accessible without login Plain text file artisan Example Example script
Accessible without login Plain text file composer.json Data Auxiliary data
Accessible without login Plain text file composer.lock Data Auxiliary data
Accessible without login Plain text file jsconfig.json Data Auxiliary data
Accessible without login Plain text file package-lock.json Data Auxiliary data
Accessible without login Plain text file package.json Data Auxiliary data
Accessible without login Plain text file phpunit.xml Data Auxiliary data
Accessible without login Plain text file postcss.config.js Data Auxiliary data
Accessible without login Plain text file README.md Doc. Documentation
Accessible without login Plain text file tailwind.config.js Data Auxiliary data
Accessible without login Plain text file vite.config.js Data Auxiliary data

The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page.
Install with Composer Install with Composer
 Version Control Unique User Downloads  
 100%
Total:0
This week:0