A simple ERP project built with Laravel & FilamentPHP
- Clone the repository
git clone https://github.com/njugunamwangi/erp.git
- On the root of the directory, copy and paste .env.example onto .env and configure the database accordingly
copy .env.example .env
- Run migrations and seed the database
php artisan migrate --seed
- Install composer dependencies by running composer install
composer install
- Install npm dependencies
npm install
- Generate laravel application key using
php artisan key:generate
- Don't forget to run the application
npm run dev
- Start reverb for the newly installed FilaChat
php artisan reverb:start
- Admin panel credentials
email: [email protected]
password: Password
- Exchange Rate API Key
Get the key here
https://app.exchangerate-api.com/dashboard
And paste it here
https://admin.erp.test/defaults/profile