All Projects → boudlal → stock-management

boudlal / stock-management

Licence: MIT License
platform to manage stock operations built with laravel5 and VueJs2

Programming Languages

HTML
75241 projects
PHP
23972 projects - #3 most used programming language
Vue
7211 projects

Projects that are alternatives of or similar to stock-management

laravel-google-ads
Google Adwords API for Laravel
Stars: ✭ 60 (+160.87%)
Mutual labels:  laravel5
boxshop
Laravel ecommerce platform
Stars: ✭ 78 (+239.13%)
Mutual labels:  laravel5
Purifier
HTMLPurifier for Laravel 5
Stars: ✭ 33 (+43.48%)
Mutual labels:  laravel5
maintenance-mode
An enhanced maintenance mode for Laravel.
Stars: ✭ 117 (+408.7%)
Mutual labels:  laravel5
laravel-passport
Basic Usage of Laravel Passport Package with Laravel 5.5
Stars: ✭ 18 (-21.74%)
Mutual labels:  laravel5
laravel-docker-k8s
Laravel using Docker and Kubernetes
Stars: ✭ 60 (+160.87%)
Mutual labels:  laravel5
demo-laravel-crud
My practice for basic CRUD of Laravel5 on Heroku.
Stars: ✭ 22 (-4.35%)
Mutual labels:  laravel5
ecommerce
Laravel open source e-commerce system.
Stars: ✭ 209 (+808.7%)
Mutual labels:  laravel5
laravel-mix-tailwindcss
Tailwind CSS wrapper for Laravel Mix.
Stars: ✭ 43 (+86.96%)
Mutual labels:  laravel-mix
eloquent-mongodb-repository
Eloquent MongoDB Repository Implementation
Stars: ✭ 18 (-21.74%)
Mutual labels:  laravel5
devtube
Laravel YouTube and Online Video viewing and download interface.
Stars: ✭ 30 (+30.43%)
Mutual labels:  laravel5
theme-lib-mix
A Laravel Mix function for WordPress themes.
Stars: ✭ 33 (+43.48%)
Mutual labels:  laravel-mix
craft-plugin-mix
Helper plugin for Laravel Mix in Craft CMS templates
Stars: ✭ 50 (+117.39%)
Mutual labels:  laravel-mix
Laravel-Unsplash-Wrapper
A Laravel wrapper for Unsplash API's.
Stars: ✭ 21 (-8.7%)
Mutual labels:  laravel5
Nova-Dark-Theme
A dark theme for Laravel Nova
Stars: ✭ 72 (+213.04%)
Mutual labels:  laravel5
laravel-mix-tailwindcss-purgecss
Minimal Boilerplate for building static pages based on Laravel Mix 6, TailwindCSS 3, PostCSS 8, and ES6 Vanilla JS components.
Stars: ✭ 15 (-34.78%)
Mutual labels:  laravel-mix
laravel-camelcase-json
Convert response JSON key to camelCase
Stars: ✭ 23 (+0%)
Mutual labels:  laravel5
sage-vue-tailwind
Sage 10 with laravel mix, tailwindcss and vuejs https://roots.io/sage/
Stars: ✭ 38 (+65.22%)
Mutual labels:  laravel-mix
advance-blog-in-laravel-5.5-in-tdd
build blog with cool feature like Activity feed, Filter post, post subscription, mentioned user, notification, search with Algolia
Stars: ✭ 11 (-52.17%)
Mutual labels:  laravel5
laravel5-jsonapi-dingo
Laravel5 JSONAPI and Dingo together to build APIs fast
Stars: ✭ 29 (+26.09%)
Mutual labels:  laravel5

Install project:

  • Download composer https://getcomposer.org/download/
  • Download NodeJs https://nodejs.org/en/download/
  • Pull Laravel/php project from git provider.
  • Rename .env.example file to .envinside your project root and fill the database information. (windows wont let you do it, so you have to open your console cd your project root directory and run mv .env.example .env )
  • Open the console and cd your project root directory
  • Run composer install or php composer.phar install
  • Run npm install
  • Run php artisan key:generate
  • Run php artisan migrate
  • Run php artisan db:seed
  • Run php artisan serve
You can now access your project at localhost:8000 :)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].