This project will not receive updates in the future.
I am currently developing StockSoftware exclusively for learning purposes. StockSoftware is a warehouse manager for medium-sized and large warehouses.
You can generate PHP Documentation to avoid PhpStorm warnings on magic calls:
$model = Model::findOrFail($id);
Just do:
- [
php artisan ide-helper:generate
] - [
php artisan ide-helper:models
] - [
php artisan ide-helper:meta
]