Filter

My recent searches
Filter by:
Budget
to
to
to
Type
Skills
Languages
    Job State
    564 phpunit jobs found

    I’m enhancing an existing Laravel applicati...well-structured, fully tested modules that slide neatly into the current codebase. • API performance – audit controller logic, queries, middleware and caching, then refactor for noticeable speed gains. Please document the before/after metrics you record with tools such as Laravel Telescope, Horizon, or Xdebug so improvements are clear. I work with Git, run deployments through Forge, and rely on PHPUnit for automated tests, so your pull requests need to pass the pipeline before they’re merged. Clean, readable code, meaningful commit messages, and concise documentation are all part of the deliverable. If you’ve sharpened sluggish Laravel APIs before and enjoy adding new functionality without breaking what&r...

    $16 / hr Average bid
    $16 / hr Avg Bid
    190 bids
    Laravel /AI SaaS Developer
    2 days left
    Verified

    ...components for the three CRM modules, wired to REST endpoints or Laravel Livewire where it makes sense. – Train or fine-tune models (OpenAI or a small-scale alternative) to power the predictive scoring and conversational assistant; set up a queue system for background inference jobs. – Create migration scripts and seeders so a fresh deploy spins up demo data instantly. – Write concise tests (PHPUnit + Pest) to cover the new business logic. Acceptance criteria 1. A user can track a grant from lead through close, with status changes logged and permission-checked. 2. The analytics service returns a probability score for each open grant within 300 ms for typical datasets (<10 k records). 3. Chatbot replies in under two seconds and never leaks data ...

    $1180 Average bid
    $1180 Avg Bid
    233 bids

    ...feature development, tighten up existing code, and make sure everything scales cleanly. You and I will collaborate through GitHub feature branches and pull requests. Typical tasks will include creating or refactoring RESTful APIs, improving Eloquent relationships, optimising queries, adding queue jobs, and firming up middleware for role-based access. Clean, PSR-12–compliant PHP and meaningful PHPUnit coverage matter to me just as much as shipping fast. You should be comfortable working autonomously, yet open to regular code reviews and brainstorming sessions on Slack or Zoom. If you have experience integrating Laravel with third-party services, handling caching layers like Redis, or setting up CI pipelines, definitely mention it. When you reply, link me to a couple of re...

    $9 / hr Average bid
    $9 / hr Avg Bid
    170 bids

    ...what you’ll tackle: • Analyse the current routes, controllers and models, then design and add the new endpoints I’ll specify once we start. • Keep authentication, policies and middleware intact; additions must slot into the present structure without breaking anything. • Update the API panel’s screens only as much as necessary to expose the new calls—no full UI redesign. • Provide concise PHPUnit coverage for the fresh endpoints so the existing test suite still passes in CI. Everything lives in Git, built with Composer, so commit hygiene matters. Follow PSR-12, push changes via pull request, and document any new config keys or migrations. Experience with Sanctum or Passport will help because future iterations may involve scope...

    $253 Average bid
    $253 Avg Bid
    29 bids

    ...Persist conversations and metadata to existing CRM tables. 5. Trigger Laravel events when confidence is low so my internal support team is notified. 6. Respect per-tenant token limits and rate caps already stored in our settings table. Acceptance criteria • A pull request against the develop branch with fully commented PHP & JS/TS code. • Feature flag so I can enable AI per tenant. • PHPUnit & Pest tests covering the new service class and controller (minimum 85 % coverage on added lines). • Setup notes added to README, including any new env keys. • Deployed and demoed on my staging server within one week from contract start—ASAP is ideal. If you have previous experience weaving agentic flows, LangChain-PHP, or writing custom ...

    $89 Average bid
    $89 Avg Bid
    34 bids

    ... and conversation threads without friction. All responses need to be JSON, with clear status codes and pagination where relevant. • Add a concise API reference (Postman collection or Swagger YAML) so new developers can plug in immediately. • Integrate any third-party services you recommend for email or push notifications; keep the implementation clean and easily swappable. • Write basic PHPUnit or Pest tests that prove authentication flow, CRUD operations, and one integration path to an external API. Acceptance criteria: the backend must pass the supplied tests, deploy to a standard LAMP/LEMP stack without modification, and let the front-end team authenticate, read/write user data, and hit every documented endpoint successfully. If you are comfortable archi...

    $89 Average bid
    $89 Avg Bid
    42 bids

    ...transaction. I’d like PayPal integrated for online payments. • A lightweight reporting area will visualise monthly sales trends and trigger low-stock warnings. • Users should be able to back up data or export it to CSV / Excel at any time. Tech & quality notes I prefer Bootstrap or Tailwind for the mobile-first UI—whichever you’re fastest with. Please follow clean-code conventions, include basic PHPUnit coverage where it adds value, and annotate the code so a future maintainer isn’t left guessing. A brief Markdown-style setup guide will round things off. Timeline & collaboration We’ll kick off as soon as you’re ready and target a four-week launch. I’d like progress updates every few days through whichever chann...

    $526 Average bid
    $526 Avg Bid
    52 bids

    ...transaction. I’d like PayPal integrated for online payments. • A lightweight reporting area will visualise monthly sales trends and trigger low-stock warnings. • Users should be able to back up data or export it to CSV / Excel at any time. Tech & quality notes I prefer Bootstrap or Tailwind for the mobile-first UI—whichever you’re fastest with. Please follow clean-code conventions, include basic PHPUnit coverage where it adds value, and annotate the code so a future maintainer isn’t left guessing. A brief Markdown-style setup guide will round things off. Timeline & collaboration We’ll kick off as soon as you’re ready and target a four-week launch. I’d like progress updates every few days through whichever chann...

    $512 Average bid
    $512 Avg Bid
    55 bids

    I need my existing Laravel app to handle paid subscriptions through Stripe, and I want the whole flow architected with Laravel’s Pipeline...subscription.deleted. I’ll supply the API keys and set the endpoint URL; you can concentrate on Laravel and Stripe wiring. Deliver the code in a Git repo or pull request against my dev branch. The work is accepted when: 1. I can enter a test card, click “Subscribe,” and see an active subscription in Stripe. 2. The subscription details replicate to my database and display correctly in the UI. 3. `phpunit` runs with all new payment-related tests passing. If you see a cleaner approach that still leverages the Pipeline idea, feel free to propose it; I’m fine adjusting so long as the end result is a robust, mainta...

    $135 Average bid
    $135 Avg Bid
    54 bids

    ...Deliverables I will review against: • Refactored form-request validation that removes redundant rules and leverages Laravel’s custom rules or Rule::when where beneficial • Graceful, localized error responses wired into Blade/Livewire components (or JSON for our API routes) • Database and query optimisations tied to these forms, backed by before/after benchmarks showing measurable latency drops • PHPUnit or Pest tests that prove the new validation paths and error handling work under normal and edge-case payloads • A short README summarising the changes and any new environment variables or config flags I’m happy to give you a staging branch and sample data so you can profile with Xdebug, Telescope, or your preferred toolset. If this sou...

    $21 Average bid
    $21 Avg Bid
    12 bids

    ...routes, and make sure all keys live in .env. Responses must be JSON so our mobile front-end can consume them easily. Deliverables • Service class(es) for auth, charge, refund, and status queries • Controller methods and routes calling those services • Web-hook endpoint with signature validation and DB update logic • .env key mapping plus concise README for sandbox and live switching • PHPUnit test proving a successful and a failed transaction flow Acceptance criteria – A full sandbox payment runs end-to-end without errors – No credentials are hard-coded – Code follows Laravel conventions and passes the included tests If you have prior Laravel payment-gateway work—especially REST integrations—please point me...

    $31 Average bid
    $31 Avg Bid
    41 bids

    ...refunds when the API allows it, view detailed analytics, and export reports. All new routes, controllers, and UI elements must respect the existing RBAC structure so that I can toggle permissions later if needed. Technical notes • My stack: PHP 8, Laravel 9, MySQL, React-based admin panel. • API is REST/JSON with token auth; you’ll receive the full docs on award. • Please follow PSR-12, add PHPUnit tests for the new services, and log every request/response securely (no sensitive data in logs). • Rollback handling is critical—failed payments must auto-reconcile so wallet balances stay accurate. Deliverables 1. Fully integrated API endpoints and service classes. 2. Updated front-end forms in web and mobile apps. 3. Admin panel modules...

    $18 Average bid
    $18 Avg Bid
    13 bids

    ...CI-gated automated testing suite for our multi-tenant legal SaaS CRM, Lemarex. The goal is to validate tenant experiences and enforce quality/security thresholds across environments (dev → qa → stg → prod). This project requires expertise in Laravel Vapor, GitHub Actions (OIDC), and modern testing tools. --- ### Scope of Work: 1. Unit & Feature Tests: - Achieve/maintain ≥80% coverage using PHPUnit. - Cover key flows like authentication, tenancy scoping, billing webhooks, file uploads. 2. Static Analysis: - Configure Larastan/Psalm to fail on errors; run before deploy steps. 3. Browser/E2E Tests: - Preferred tools: Ghost Inspector or Testim (low-code). Alternatives like Cypress/Playwright acceptable with justification. - Execu...

    $325 Average bid
    $325 Avg Bid
    64 bids

    My production SaaS runs on a classic LAMP stack—PHP 8, Percona MySQL, Apac...partners can integrate quickly. Deliverables will be accepted when: 1. All critical and high-priority bugs in our tracker are closed with regression tests. 2. Page-load time on the main dashboard drops below two seconds under 500 concurrent users (measured with ApacheBench). 3. New auth module, visualization pages, and external API endpoints are merged into the main branch, passing our PHPUnit and Cypress suites and documented in the repo’s README. I’ll provide full Git access, a staging replica, and Slack channel. Clear, incremental pull requests are the way we’ll work. If diving into a live product and leaving it faster, sturdier, and richer in features sounds like your ide...

    $14 / hr Average bid
    $14 / hr Avg Bid
    85 bids

    ...handling, JSON parsing, and clean service-class wrappers. • A well-structured MySQL database layer: fresh migrations, seeders, and eloquent models connected to the current code. • Ongoing bug fixes, feature additions, and general code optimization to boost performance and maintainability. The repository sits on GitHub; you’ll work in feature branches and open pull requests for review. We rely on PHPUnit, Larastan, and Laravel Debugbar, so your changes should keep all tests green, eliminate listed issues, and improve the performance metrics we track. Deliverables - Critical and non-critical bugs resolved (tracked on our GitHub Issues board) - New features implemented and covered by feature tests - Refactored code with measurable performance gains - Fu...

    $96 Average bid
    $96 Avg Bid
    20 bids

    ...small, production-ready app. • Regular screen-sharing or video sessions (weekly is ideal) where we pair-program, debug, and review code. • Practical mini-projects or exercises you design to reinforce each new concept, plus detailed feedback on my implementations. • Advice on best practices, security basics, and the tools you personally rely on in a modern LAMP workflow (e.g., Git, Composer, PHPUnit, Docker if you use it). I already understand basic HTML/CSS and a little PHP but need hands-on guidance to stitch everything together into a full-stack application. If you enjoy teaching, can explain concepts clearly, and have real-world LAMP experience, I’d love to work with you. Tell me briefly how you’d structure the first few sessions and share a p...

    $7 / hr Average bid
    $7 / hr Avg Bid
    32 bids

    ...hand-off to production marketing is seamless. Technology notes – Build with the latest stable Laravel and Blade. – Keep the front-end component stack flexible; Tailwind or Vue/React are welcome as long as you explain the choice. – Structure the code so adding multilingual content later is straightforward (e.g., use trans() helpers, keep copy in JSON or database). – Follow PSR-12, add PHPUnit coverage for all service classes, and document your APIs with OpenAPI/Swagger. Deliverables 1. Full Laravel source code in a private Git repository with commit history. 2. SQL export for seed data that reproduces at least twenty representative Thailand products, ten reviews each, and three destination guides. 3. Setup guide and .env example that allow m...

    $282 Average bid
    $282 Avg Bid
    112 bids

    ...Here is what I need you to handle: • Bug fixing – trace and squash recurring errors that appear in logs or surface during normal usage. • Performance optimization – profile slow queries, refactor heavy Eloquent calls, fine-tune caching and queue jobs, and make sure pages render snappily under load. I’ll grant full access to the private Git repository and staging environment so you can run PHPUnit and browser tests before each pull request. Every change should be documented, pushed through CI, and deployed to staging for my quick validation. Deliverables will be accepted when: 1. All reported bugs reproduce as fixed on staging. 2. Key endpoints (I'll share the list) load at least 40 % faster as measured by Laravel Telescope or similar prof...

    $8 / hr Average bid
    $8 / hr Avg Bid
    36 bids

    ...accepts secure POST requests for OrderPlacement, Payment and Refund events. • Validation rules that reject malformed payloads with clear error messages. • A concise Model + Migration for persisting the raw transaction data (MySQL). • Basic token or Laravel Sanctum authentication so only trusted services can hit the endpoint. • Unit tests covering happy paths and common failure scenarios (PHPUnit). • A short markdown file explaining the route URL, required headers, example JSON bodies and how to add new event types later. Acceptance criteria 1. Hitting the endpoint with the provided sample payloads returns HTTP 200, persists the record and echoes back an id. 2. Bad or missing fields return HTTP 422 with validation details. 3. All code foll...

    $352 Average bid
    $352 Avg Bid
    202 bids

    Our Laravel app already has a working referral module, but I need it tuned up in two key areas: 1. Rewards • The current payout is a flat amount. I’d like to change that fig...of the current referral logic. Deliverables • Refactored reward logic with configurable amounts and at least one new reward type in place • Adjusted registration controller, views, and tests to reflect the new referral capture point • Migration(s) if the rewards table needs extra fields • Brief markdown doc outlining the new reward settings so my team can tweak them later • Passing PHPUnit tests covering the updated flows I deploy via Forge and Envoyer, so a clean pull request is enough—no server access needed on your side. If something is unclear, fl...

    $323 Average bid
    $323 Avg Bid
    171 bids

    ...trace security gaps, and map out areas where legacy logic can be modernised for PHP 8.x. Once the code is stable, I’ll move straight into feature work—think new REST endpoints, optional payment or social integrations, and tighter database efficiency. You’ll find the stack familiar: MVC architecture (Laravel in places, some custom), Composer for dependency management, Git for version control, and PHPUnit ready for automated testing. Repository access and an issue board will be provided on day one so we can work through tasks in clearly scoped branches. Deliverables • Audit report outlining bottlenecks and recommended fixes • Refactored, PSR-12 compliant code merged via pull requests • Agreed new features or third-party integrations, fully ...

    $103 Average bid
    $103 Avg Bid
    78 bids

    ...trace security gaps, and map out areas where legacy logic can be modernised for PHP 8.x. Once the code is stable, I’ll move straight into feature work—think new REST endpoints, optional payment or social integrations, and tighter database efficiency. You’ll find the stack familiar: MVC architecture (Laravel in places, some custom), Composer for dependency management, Git for version control, and PHPUnit ready for automated testing. Repository access and an issue board will be provided on day one so we can work through tasks in clearly scoped branches. Deliverables • Audit report outlining bottlenecks and recommended fixes • Refactored, PSR-12 compliant code merged via pull requests • Agreed new features or third-party integrations, fully ...

    $110 Average bid
    $110 Avg Bid
    40 bids

    My order-brushing platform is already running on ThinkPHP, but parts of it feel clunky and a little slow. I need fresh feature devel...the existing ThinkPHP view layer, keeping layouts responsive and the workflow intuitive. • Refactored model methods, smarter queries, and any new repository classes required to eliminate time-outs during bulk inserts, updates, and reconciliation jobs. • Code that respects current routing and controller names (other services depend on them) and follows PSR-2 style. • Clear Git commits and PHPUnit coverage for every change; I’ll review on a staging server before deployment. If you have previously extended an older ThinkPHP codebase—especially one handling high-volume order data—let me know the highlights and any ...

    $148 Average bid
    $148 Avg Bid
    46 bids

    ...documented Laravel code (controllers, models, migrations, tests) merged into our Git repository. 2. Vue or Blade views wired to Livewire (or your preferred reactive layer) for front-end interactions. 3. RESTful endpoints ready for future mobile consumption. 4. A short hand-off video or live walkthrough showing key flows and config areas. Acceptance criteria • All new features covered by PHPUnit or Pest tests (80 %+ coverage on touched code). • Page loads under 2 s on a 100k-record seed database. • No critical issues flagged by Laravel Pint, PHPStan (level 8), or OWASP ZAP. If you’ve built similar SaaS-style modules in Laravel, link me to a repo or live demo in your proposal and outline a rough timeline. I’m ready to start as soon as we ali...

    $501 Average bid
    $501 Avg Bid
    311 bids

    I’m looking for a developer to create a web application whose first release focuses on solid, moder...or Laravel, let me know. What matters is clean, well-documented code, a straightforward README for local setup, and a deployable build (Docker or one-click platform scripts are a plus). Acceptance criteria • User can sign up, verify email, sign in, sign out, and reset password • All sensitive data stored and transmitted securely (OWASP guidelines) • API endpoints include basic tests (Jest, PHPUnit, PyTest—your call) • Code pushed to my private Git repo with clear commit history • Brief hand-off call or screen share to walk through deployment steps If this sounds like a comfortable sprint for you, tell me which stack you’d use and ...

    $72 Average bid
    $72 Avg Bid
    13 bids

    ...the existing schema as-is). Target Technology Stack ● Framework: Laravel (latest stable version) ● Language: PHP 8.2+ ● Database: MySQL 8.0+ (using the existing stoma_ prefixed schema) ● ORM: Laravel Eloquent ● API: Laravel API Routes with Sanctum for authentication. ● Frontend: Blade templates with or vanilla JavaScript. ● Local Development: Docker via Laravel Sail. ● Testing: Pest / PHPUnit. The first part of our CodeIgniter 2.0 application is already converted onour new Laravel application everything else is still waiting to be converted in the old framework. I need you to dive into the existing repo, study the finished Laravel section, and carry that same structure and style through the rest of the codebase so the whole product runs on Laravel + MySQL end-to-end. You can ...

    $291 - $872
    Sealed NDA
    $291 - $872
    38 bids

    e’re looking for a freelance QA Automation Engineer to design, build, and maintain automated tests across Boardable’s web platform (Laravel + Vue). You will work directly with engineering leadership to establish a s...Selenium (Cypress preferred). • Solid understanding of modern web apps (Vue, React, or similar). • Experience testing complex user flows: file upload, permissions, SSO, video, agendas/documents. • Familiarity with REST APIs and SQL. • Comfortable working with GitHub Actions. • Ability to work independently with fast turnaround. ⸻ Nice to Have • Experience with Laravel backend testing (PHPUnit). • Experience with Vue component testing. • Familiarity with S3, AWS environments, and multi-tenant SaaS testing. &...

    $12 / hr Average bid
    $12 / hr Avg Bid
    18 bids

    I need a clean, well-structured Laravel REST API focused on user authentication and management. The flow starts with classic email-and-password sign-up / sign-in and is reinforced with two-...or delete users, reset passwords, and toggle 2FA status without touching the database directly. A simple role / permission system is welcomed so super-admins and support staff can share the interface safely. To keep maintenance painless, please work with the latest stable Laravel release, Eloquent models, migration files, form-request validation, and properly named controllers. Tests (Pest or PHPUnit) covering the auth flow and critical admin tasks are expected. Well-commented code and a short README that explains setup, environment variables, seeding and any package choices will round off the...

    $17 Average bid
    $17 Avg Bid
    33 bids

    I have a Laravel application in production and a growing list of URL-r...the URL scheme for better SEO: clean slugs, consistent trailing-slash behavior, meaningful meta tags where routes feed blade views, and an updated sitemap reflecting the new structure. The project is Git-based; once we agree on milestones I’ll give you a feature branch and access to my staging server so we can validate fixes in real time. Testing is important: I expect automated route tests (phpunit) confirming every change plus a quick walkthrough on how you approached each fix. If any third-party Laravel packages are needed for slug generation or redirection, just flag them before you commit. When everything passes in staging—and my link checker comes back clean—I’ll merge to product...

    $32 Average bid
    $32 Avg Bid
    41 bids

    I need a skilled Laravel developer to roll out several new features on my ex...the way of your work. Deliverables • Secure user authentication (registration, login, password reset, role-based access) • A responsive, data-driven dashboard that surfaces key metrics at a glance • Exportable reporting tools (PDF/CSV) with basic filters, built cleanly into the dashboard Acceptance criteria 1. Each feature works smoothly in staging with no UI glitches. 2. Tests pass in PHPUnit or Pest. 3. Existing API endpoints and database structures remain unaffected. Please follow Laravel best practices, keep code PSR-12 compliant, and work in a dedicated Git branch, opening a pull request for each deliverable so I can review changes. If you’re ready to dive in, I&rs...

    $96 Average bid
    $96 Avg Bid
    42 bids

    ...testing Acceptance criteria 1. User registration, login, password-reset and email-verification screens function end-to-end against the live MySQL instance. 2. Dashboard metrics, CRUD tables, and audit logs load in under 400 ms for 1k concurrent users. 3. Payments post successfully to the sandbox and live gateways with webhook confirmations stored in the database. 4. All new code passes PHPUnit coverage ≥90 % and PSR-12 linting. If you have strong Laravel craftsmanship, a heart for Kingdom projects, and can collaborate over Zoom, GitHub, and Trello, I would love to hear how you can help bring this long-awaited launch across the finish line....

    $3922 Average bid
    $3922 Avg Bid
    151 bids

    I’m setting up a Human Resource Management System in Laravel and need an experienced developer to turn the concept int...use of Eloquent relationships, and implement a role-based access layer through Gates/Policies so that admins, managers, and regular staff can be added later without major rewrites. Your code must live in a Git repo with frequent commits. I’ll run the project locally, so ship it with ., sensible config defaults, seeders for sample data, and clear installation notes. Automated tests (PHPUnit) for the critical business logic are a plus and will speed up acceptance. When we’re done I expect to log in, create a user, assign a role, and see that the basic HRMS flows work end-to-end. If this sounds straightforward to you, let’s talk timeline...

    $4 / hr Average bid
    $4 / hr Avg Bid
    72 bids

    We are looking for an experienced Senior Full Stack Developer with deep expertise in Laravel to join our team on a freelance basis. The id...authentication, and security practices *Experience with Git, CI/CD, and deployment pipelines *Ability to work independently and deliver high-quality results under minimal supervision *Excellent problem-solving and debugging skills Nice to Have: *Knowledge of Docker, Kubernetes, or cloud environments (AWS/Hetzner) *Experience with caching systems (Redis, Memcached) *Familiarity with unit testing (PHPUnit, Pest) *Experience with microservices or modular architectures *Understanding of queues, jobs, and event-driven architecture **Don't submit your proposal if your range is way higher than given budget, but this is a fulltime and long term...

    $7 / hr Average bid
    $7 / hr Avg Bid
    143 bids

    ...endpoints for banks and payment gateways • Robust validation – field-level rules plus cross-file consistency checks before anything touches the database • Automated reconciliation – rule-driven matching with manual override tools and clear audit trails • Report generation – summary and drill-down views that can be scheduled or run on demand Laravel (latest LTS), Eloquent, queue workers, and PHPUnit tests are expected on the back end. If you like working with Vue or another SPA layer for dashboards, that’s a plus, but Blade with Livewire is fine as long as the UX stays snappy. I already have a dedicated MySQL instance and a Git repository ready; CI pipelines are set up for automatic deployment to a staging server. Accep...

    $273 Average bid
    $273 Avg Bid
    55 bids

    ...around expanding REST endpoints in PHP (Laravel) and wiring them to new or updated React components so the UI and API stay perfectly in sync. Deliverables: • Clean, well-commented Laravel controllers, models, and migrations for any new data entities • React components and hooks that consume the updated endpoints, matching our current Tailwind styling • Updated unit and integration tests (PHPUnit and Jest) that pass in CI • One pull request per feature, ready to merge into the develop branch Acceptance criteria: each endpoint returns correct JSON, the UI renders without console errors, linting passes, and the full test suite is green. You should feel at home with Git, Docker, Laravel 10, React 18, Axios, and standard REST conventions. Clear, timely c...

    $266 Average bid
    $266 Avg Bid
    53 bids

    ...fine). Successful delivery means: 1. I can create a reseller account from the super-admin panel. 2. That reseller can log in to a white-label dashboard, add clients, assign plans, and immediately see their own sales metrics. 3. Commissions calculate automatically and appear in both dashboards. 4. All unit and feature tests pass, and key flows are covered by feature tests written in Pest or PHPUnit. 5. A concise setup guide lets me deploy the new SaaS edition to staging with a single artisan command. If this aligns with your Laravel SaaS experience, let’s get started right away....

    $1249 Average bid
    $1249 Avg Bid
    50 bids

    ...around expanding REST endpoints in PHP (Laravel) and wiring them to new or updated React components so the UI and API stay perfectly in sync. Deliverables: • Clean, well-commented Laravel controllers, models, and migrations for any new data entities • React components and hooks that consume the updated endpoints, matching our current Tailwind styling • Updated unit and integration tests (PHPUnit and Jest) that pass in CI • One pull request per feature, ready to merge into the develop branch Acceptance criteria: each endpoint returns correct JSON, the UI renders without console errors, linting passes, and the full test suite is green. You should feel at home with Git, Docker, Laravel 10, React 18, Axios, and standard REST conventions. Clear, timely c...

    $8 / hr Average bid
    $8 / hr Avg Bid
    42 bids

    ...around expanding REST endpoints in PHP (Laravel) and wiring them to new or updated React components so the UI and API stay perfectly in sync. Deliverables: • Clean, well-commented Laravel controllers, models, and migrations for any new data entities • React components and hooks that consume the updated endpoints, matching our current Tailwind styling • Updated unit and integration tests (PHPUnit and Jest) that pass in CI • One pull request per feature, ready to merge into the develop branch Acceptance criteria: each endpoint returns correct JSON, the UI renders without console errors, linting passes, and the full test suite is green. You should feel at home with Git, Docker, Laravel 10, React 18, Axios, and standard REST conventions. Clear, timely c...

    $6 / hr Average bid
    $6 / hr Avg Bid
    24 bids

    ...around expanding REST endpoints in PHP (Laravel) and wiring them to new or updated React components so the UI and API stay perfectly in sync. Deliverables: • Clean, well-commented Laravel controllers, models, and migrations for any new data entities • React components and hooks that consume the updated endpoints, matching our current Tailwind styling • Updated unit and integration tests (PHPUnit and Jest) that pass in CI • One pull request per feature, ready to merge into the develop branch Acceptance criteria: each endpoint returns correct JSON, the UI renders without console errors, linting passes, and the full test suite is green. You should feel at home with Git, Docker, Laravel 10, React 18, Axios, and standard REST conventions. Clear, timely c...

    $5 / hr Average bid
    $5 / hr Avg Bid
    49 bids

    ...around expanding REST endpoints in PHP (Laravel) and wiring them to new or updated React components so the UI and API stay perfectly in sync. Deliverables: • Clean, well-commented Laravel controllers, models, and migrations for any new data entities • React components and hooks that consume the updated endpoints, matching our current Tailwind styling • Updated unit and integration tests (PHPUnit and Jest) that pass in CI • One pull request per feature, ready to merge into the develop branch Acceptance criteria: each endpoint returns correct JSON, the UI renders without console errors, linting passes, and the full test suite is green. You should feel at home with Git, Docker, Laravel 10, React 18, Axios, and standard REST conventions. Clear, timely c...

    $6 / hr Average bid
    $6 / hr Avg Bid
    45 bids

    ...endpoint returns consistent HTTP codes and JSON structures. Here’s what will show this update is complete: • New retrieval and submission endpoints wired into routes, controllers, policies, and Eloquent models • Updated retrieval and submission endpoints reflecting the new request/response format I’ll provide • All discovered bugs resolved with clear commit messages describing the fix • PHPUnit tests covering new logic plus regression tests for the patched issues • A Postman (or Insomnia) collection illustrating every call, ready for QA • Short inline comments and an updated README noting the new endpoints, parameters, and examples The codebase runs the latest stable Laravel version, Git is in place, and I’ll grant repo ...

    $317 Average bid
    $317 Avg Bid
    171 bids

    I need an experienced Laravel developer to move my current code-base forward on three fronts at once: adding new database-driven features, ironing out a backlog of bugs, and squeezing every bit o...a round of automated and manual testing before deploying to staging. Acceptance criteria – All new database entities appear in the GraphQL schema and can be queried or mutated without errors. – All reported bugs in the current sprint are closed and verified. – Laravel Telescope and the query log show no N+1 or long-running queries introduced by your changes. – The staging build passes PHPUnit and feature tests and is ready for production promotion. If this aligns with your skill-set and you can start soon, let me know your availability and a rough timelin...

    $100 Average bid
    $100 Avg Bid
    19 bids

    ...Frontend Migration () All existing pages and components rebuilt Responsive design preserved State management implementation API integration with Laravel backend SEO optimization Performance optimization Phase 3: E-Commerce Implementation Product catalog system Enhanced shopping cart Order management Payment processing Email notifications Phase 4: Testing & Deployment Unit tests for backend (PHPUnit) Integration tests for API endpoints E2E tests for critical user flows (Playwright) Deployment configuration CI/CD pipeline setup Production deployment with SSL Data migration from existing database Phase 5: Documentation & Handover Technical documentation API documentation Deployment guide Environment setup instructions Admin user guide 30 days of post-launch support for bug f...

    $766 Average bid
    $766 Avg Bid
    216 bids

    My project’s next phase demands solid PHP expertise. I need the existing codebase reviewed, streamlined, and then expanded with new features. Tasks may range from squashing legacy bugs to b...plans include adding OAuth log-ins and, further down the line, two-factor authentication. Code has to be modern, object-oriented PHP (8.x), follow PSR standards, and live in our private Git repo. For each milestone I’ll need: • Updated or newly created PHP files pushed to Git • A concise README covering setup and configuration changes • A short change log of fixes and features Unit tests (PHPUnit) and an API test collection (Postman) must pass before code is accepted. If clean architecture, secure practices, and methodical refactoring are your strengths, this w...

    $121 Average bid
    $121 Avg Bid
    36 bids

    My Laravel-based website is already about 80 % finished, but the custom CMS still lacks several key pieces. I need an experienced Laravel developer to jump in, fin...Final hand-over of all files, assets, and credentials on completion. Acceptance criteria • I can log in as Administrator or Editor and see role-appropriate menus. • Pages, posts, and footer elements can be added, edited, reordered, or removed without touching code. • Media uploads appear instantly in the library and can be linked to any content item. • No critical bugs in production; PHPUnit test suite passes. If you’ve built robust CMS features in Laravel before and can move quickly while keeping the codebase readable, this project should be straightforward. Let’s get the las...

    $169 Average bid
    $169 Avg Bid
    221 bids

    My immediate need is to have a small codebase thoroughly tested. Spin it up in your preferred environment—PHPUnit, Jest, Cypress, or whatever framework gets the job done fast—and make sure every edge-case behaves as intended. Log any bugs you find, suggest fixes, and commit clean, documented changes so I can review them easily. Once the code is stable, move on to the WordPress side of the project. I’m using an existing template and only require content updates: swapping copy, refreshing a few images, and adding new pages to the menu hierarchy. No layout redesign or new functionality is on the table, so this stage should be quick for anyone comfortable inside the WP dashboard and basic child-theme structure. Deliverables • Test report with reproducible steps,...

    $52 Average bid
    NDA
    $52 Avg Bid
    22 bids

    ...on Laravel’s built-in tooling for routing, Eloquent models, migrations, queues and notifications. Because core team members operate on Bangladesh Standard Time, real-time collaboration during local working hours is essential; fluent Bengali communication is a strong plus. Typical tasks will range from setting up fresh modules and RESTful endpoints to optimising existing controllers, writing PHPUnit tests, and squashing production bugs as they arise. Deliverables will be pushed feature-by-feature through pull requests, each reviewed for: • Clean, PSR-compliant PHP/Laravel code • Clear migration and rollback paths • Relevant unit or feature tests passing in the CI pipeline • Concise commit messages and documentation in English If you have soli...

    $97 Average bid
    $97 Avg Bid
    19 bids

    I am building a Laravel application and need a capable front-end developer to work side-by-side with me. The core architecture is already in place, b...implement responsive UI/UX that matches our brand guide. • Develop reusable filter components tied to existing models. • Hook up CRUD forms to controllers and resources already scaffolded. • Create or consume REST APIs where the front end needs dynamic data. All code should arrive as well-documented pull requests in our Git repository, follow Laravel best practices, and pass the current PHPUnit test suite. I review code quickly, keep communication clear, and pay 100–150 per hour depending on task complexity and proven skill level. If you have solid Laravel front-end experience and can start right away, le...

    $25 / hr Average bid
    $25 / hr Avg Bid
    86 bids

    I need the code that powers brought fully in line with PHP 8.3. I already have a working staging server where you can carry out the upgrade safely. The goal is a seamless transition: after the move every feature, page and integration must behave exactly as it does today, ...with PHP 8.3 • All warnings/errors resolved and logged clean • Functional test report confirming that the dashboard, authentication, data entry, printing and reporting modules work exactly as before • Deployment assistance to push the upgrade live without downtime If you have recent experience upgrading Laravel/CodeIgniter or similar MVC PHP apps to 8.x—and know your way around composer, PHPUnit and modern PHP typing—I’d love to get this done quickly.

    $126 Average bid
    $126 Avg Bid
    261 bids

    Our in-house ERP platform runs on PHP 8.x with CodeIgniter and is ready for the next round of backend upgrades. The immedi...apply, please link to past CodeIgniter PHP projects and briefly outline the experience that makes you a good fit for ERP-scale work. A concise overview is fine—depth matters more than length. Acceptance criteria for each milestone • The updated or new module installs cleanly through our deployment script. • All endpoints meet the provided Postman test suite. • No new issues appear in our PHPUnit coverage or SonarQube scan. • A short markdown summary documents schema changes and key decisions. That foundation will allow us to expand into API integrations, user authentication refinements, and high-volume data processing once t...

    $4 / hr Average bid
    $4 / hr Avg Bid
    24 bids

    Top phpunit Community Articles