Skip to content

An ERP System with Laravel and Livewire | Manufacturing

Notifications You must be signed in to change notification settings

Kunalthedev359/last-automation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demo

https://erp.oceceli.com/

[email protected]
secureadmin2021

An ERP-like automation system

Kurulum - Install

Docker will install mysql, app and nginx automatically.

git clone https://github.com/oceceli/last-automation.git
cd last-automation

Docker and docker-compose must be installed

docker-compose up -d --build

inside app container:

docker-compose exec app bash
composer install
php artisan key:generate
php artisan migrate --seed
php artisan storage:link
php artisan optimize
chown -R www-data:www-data /var/www/html

If something gone wrong try these:

php artisan optimize:clear

It will be serving at

localhost:80

About

An ERP System with Laravel and Livewire | Manufacturing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 50.7%
  • Blade 49.2%
  • Dockerfile 0.1%