๐ ๏ธ Full Technology Stack โ What Interns Will Know
Frontend
HTML5, CSS3, Bootstrap 5, Tailwind CSS, JavaScript ES6+
Backend & Database
PHP 8+, OOP, Composer, MySQL, Relationships, Query Builder
Laravel Ecosystem
MVC, Blade, Eloquent ORM, Migrations, Breeze Auth, Livewire
| Week | Topic | What You Learn | ERP Task This Week | Module Focus |
|---|---|---|---|---|
| Week 1 | Introduction & Setup |
|
Install Laravel project locally. Plan all ERP pages and user roles (Admin, Staff, Cashier). | Planning |
| Week 2 | HTML5 |
|
Build Login page and Dashboard skeleton in HTML inside Laravel's views. | Login & Dashboard |
| Week 3 | CSS3 |
|
Style the ERP layout โ sidebar, top nav, grid. Create public/css/app.css. | Layout & Sidebar |
| Week 4 | Bootstrap 5 |
|
Rebuild ERP pages using Bootstrap. Products list and Orders table fully responsive. | Products & Orders UI |
| Week 5 | Tailwind CSS |
|
Redesign the Dashboard and Billing page using Tailwind classes inside Blade. | Dashboard & Billing UI |
| Week 6 | JavaScript Basics |
|
Login form validation. Add/remove product rows in order form without reload. | Interactive Forms |
| Week 7 | JavaScript Advanced |
|
Live product search calling a Laravel route that returns JSON. Filter orders by status. | Search & Filter |
| Week 8 | Git & GitHub |
|
Push entire Laravel ERP project to GitHub. Set up .gitignore for vendor and .env. | Version Control |
| Week | Topic | What You Learn | ERP Task This Week | Module Focus |
|---|---|---|---|---|
| Week 9 | PHP Basics |
|
Write PHP scripts to understand Laravel internals. Build a simple product list in plain PHP. | PHP Foundation |
| Week 10 | Laravel MVC & Routing |
|
Create routes for all ERP pages. Build controllers for Dashboard, Products, Orders. | Routes & Controllers |
| Week 11 | Blade Templates |
|
Build master ERP layout in Blade. All ERP pages now extend the master layout. | Master Layout |
| Week 12 | Eloquent ORM & Migrations |
|
Create migrations for Products, Orders, Customers. Complete Products CRUD. | Products CRUD |
| Week 13 | Laravel Auth & Roles |
|
ERP login working. Admin sees all pages. Staff sees Orders/Products. Roles in DB. | Auth & Role System |
| Week 14 | Forms, Validation & Uploads |
|
All ERP forms validated. Product add/edit form has image upload. Errors shown. | Form Validation |
| Week 15 | Eloquent Relationships |
|
Orders linked to Customers. Products linked to Orders via pivot table. | Order-Product Link |
| Week 16 | Laravel API & Livewire |
|
Build API for Products/Orders. Add Livewire live search to Products and Inventory. | API + Live Search |
| Week | Topic | What You Build | ERP Task This Week | Module Focus |
|---|---|---|---|---|
| Week 17 | Inventory & Suppliers |
|
Inventory tracking with alerts. Supplier management with purchase orders. | Inventory + Suppliers |
| Week 18 | Orders & Customers |
|
Complete Order Management and Customer Management modules. Real-time status updates. | Orders + Customers |
| Week 19 | Billing, Invoices & Recipes |
|
Billing module with PDF download. Recipes module showing ingredient costs and margins. | Billing + Recipes |
| Week 20 | Employees & Reports |
|
Employee Management module. Live dashboard charts. Reports page with PDF/CSV export. | Employees + Reports |
| Week 21 | System Integration & Demo |
|
All 10 ERP modules integrated. Full live walkthrough presented for feedback. | Full ERP Complete |
| Week | Topic | What You Learn & Do | ERP Task This Week | Module Focus |
|---|---|---|---|---|
| Week 22 | Testing & QA |
|
Write PHPUnit tests for Login and Products CRUD. Document SDLC and bug tracking. | Test Suite + SDLC |
| Week 23 | Deployment & Portfolio |
|
Bakery ERP live on public hosting. GitHub repository polished with README and live URL. | Live Deployment |
| Week 24 | ๐ Graduation Day |
|
Present the complete deployed Bakery ERP. Receive official Certificate and Letters. | Certificate Awarded |
๐ฅ Bakery ERP โ 10 Completed Modules
Laravel Breeze login. Admin, Staff, Cashier roles with protected routes.
Live summary cards, revenue, low stock alerts, Chart.js graphs.
Catalog with images. Recipes linked to ingredients with cost margins.
Stock levels per product, movement history, dashboard alerts.
Pipeline tracking (Pending โ Delivered) with status timestamps.
Profiles with full order history and Livewire real-time search.
Auto-generate invoices from orders. PDF download via DomPDF.
Supplier directory, purchase orders, delivery status tracking.
Staff profiles, role assignments, shift notes linked to accounts.
Daily/monthly reports with date filter. Export to PDF or CSV.
What the Intern Receives on Graduation
Certificate of Completion
Official certificate from EGOTECHWORLD PVT LTD for Laravel Full Stack Development. Includes company seal.
Service Letter
Formal experience letter on company letterhead confirming role, duration, responsibilities, and performance.
GitHub Portfolio
Complete Laravel Bakery ERP on GitHub with README files, screenshots, and live links to show employers.
Live Deployed ERP
The Bakery Management ERP deployed on real hosting with a public URL to prove full-stack capabilities.