Best laravel framework open-source packages.

Invento

Invento is a web inventory management and reporting application that offers forms and charts and graphs to improve inventory management. With very strong constraint rules
Updated 8 months ago

Laravel Logo

Configuration:

Clone the repo :

git clone https://github.com/mehdidhammou/invento

cd to the project :

cd invento

install all dependencies :

composer install
npm install

create a local .env file :

  • Linux
cp .env.example .env
  • Windows
copy .env.example .env

generate the app key :

php artisan key:generate

Configure your database credentials in .env :

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=invento_db
DB_USERNAME=root
DB_PASSWORD=

run the migrations :

php artisan migrate:fresh --seed

Utilisation

run the dev servers :

npm run dev
php artisan serve

Licence

This project is licenesed under MIT License.

Authors

creators and maintainers