Tech Stack
Description
Order Task Demo represents the strongest public GitHub work from Abdullah's freelance/personal project period. It is closer to a real backend assignment than a simple CRUD screen because it combines authenticated API behavior with admin operations and inventory-aware ordering.
The project uses Laravel 11+, FilamentPHP, MySQL, and Sanctum. It shows the progression from earlier PHP/MySQL business systems into cleaner backend structure, secure token-based authentication, product and cart flows, order processing, filtering, stock updates, and role-aware administration.
- Designed RESTful Laravel APIs for products, cart behavior, and order processing during the 2024 freelance period.
- Used Laravel Sanctum for secure token-based authentication.
- Included a FilamentPHP admin panel for operational management.
- Handled stock-aware ordering, filtering, and role-based access control.
Page Info
API and admin panel
Built near the end of the 2020-2024 freelance period, this public repository documents a Laravel API with Sanctum authentication, product management, cart functionality, order processing, filtration, and role-based access control.