1

Temp Full Stack Laravel Developer Jobs (NOW HIRING)

The Opportunity We are looking for a Senior Full Stack Engineer who is ready to do more than ship ... You will work across our PHP/Laravel back end, Vue front end, and Node/TypeScript services inside a ...

You will work as a part of a full-stack project team that is responsible for all aspects of the ... Laravel PHP Developer responsibilities are: * Building web applications using the Laravel framework ...

The Full Stack Developer works with the broader DevOps and Innovation teams to build code that ... Experience with Laravel and Vue preferred, or relevant experience with other modern PHP and ...

Full Stack Software Developer We are looking for a developer to join our team at Courier Express ... like Laravel. - You have explored building with React Native for mobile apps and Golang for ...

You have a thorough knowledge of at least one PHP web framework (Laravel, Symphony, etc...) and ... You see yourself as a full\-stack developer and master the back\-end and frontend management of ...

PMC: Full Stack Engineer

Los Angeles, CA · On-site

$120K - $135K/yr

Penske Media Corporation (PMC) is currently seeking a Full Stack Engineer to join our engineering ... Develop and maintain WordPress plugins and Laravel applications using existing patterns and best ...

Role Description We're hiring a mid-level Laravel engineer to work on a variety of web applications. As part of the Engineering team, your time will be spent collaborating with other engineers and ...

Improve system quality and developer experience through refactoring, documentation, and tooling ... Backend: PHP / Laravel, MySQL * Infrastructure: Cloud-hosted services, CI/CD pipelines, and ...

next page

Showing results 1-20

Temp Full Stack Laravel Developer information

See salary details

$24

$59

$86

How much do temp full stack laravel developer jobs pay per hour?

As of Jun 26, 2026, the average hourly pay for temp full stack laravel developer in the United States is $59.26, according to ZipRecruiter salary data. Most workers in this role earn between $49.28 and $68.27 per hour, depending on experience, location, and employer.

What types of projects and technologies can a Temp Full Stack Laravel Developer expect to work on during a typical assignment?

As a Temp Full Stack Laravel Developer, you’ll likely contribute to a range of web application projects, often focused on building, maintaining, or enhancing features using the Laravel PHP framework. Assignments typically involve both backend tasks—such as designing APIs and database structures—and frontend work, including implementing user interfaces with technologies like Vue.js or React. You’ll collaborate closely with designers, project managers, and other developers, often in an Agile environment. Temporary roles can be fast-paced, requiring quick adaptation to existing codebases and workflows, but they also provide valuable exposure to diverse technical stacks and problem-solving scenarios.

What is the difference between Temp Full Stack Laravel Developer vs Temp PHP Developer?

AspectTemp Full Stack Laravel DeveloperTemp PHP Developer
Required SkillsProficiency in Laravel, PHP, JavaScript, HTML, CSS, database managementProficiency in PHP, basic HTML/CSS, possibly some JavaScript
Work EnvironmentDeveloping full-stack web applications, collaborating with front-end and back-end teamsBackend-focused, maintaining PHP scripts and server-side logic
Industry UsageUsed in companies building complex web applications with Laravel frameworkCommon in legacy systems or simpler PHP-based websites

In summary, a Temp Full Stack Laravel Developer has broader responsibilities, including both front-end and back-end development using Laravel, while a Temp PHP Developer primarily focuses on server-side PHP coding. The full stack role requires knowledge of multiple technologies, whereas the PHP Developer role is more specialized in backend PHP tasks.

What are the key skills and qualifications needed to thrive as a Temp Full Stack Laravel Developer, and why are they important?

To thrive as a Temp Full Stack Laravel Developer, you need solid experience in PHP, Laravel, JavaScript, HTML/CSS, and SQL, typically supported by a relevant degree or proven project work. Familiarity with tools like Git, Composer, Docker, and cloud platforms, as well as understanding RESTful APIs and testing frameworks, is expected. Strong problem-solving, adaptability, and clear communication skills help you deliver results and integrate quickly with new teams. These skills ensure high-quality, maintainable code and seamless project execution in fast-paced, contract-based environments.

What is a Temp Full Stack Laravel Developer?

A Temp Full Stack Laravel Developer is a software professional hired on a temporary or contract basis to build and maintain web applications using the Laravel PHP framework. This role requires expertise in both front-end and back-end development, meaning the developer works on everything from designing user interfaces to managing databases and server-side logic. Temporary Laravel developers are often brought in to help with specific projects, fill gaps in staffing, or provide specialized skills for a limited period. They are expected to be adaptable, quick learners, and capable of integrating smoothly into existing teams or workflows.
What cities are hiring for Temp Full Stack Laravel Developer jobs? Cities with the most Temp Full Stack Laravel Developer job openings:
What are the most commonly searched types of Full Stack Laravel Developer jobs? The most popular types of Full Stack Laravel Developer jobs are:
What states have the most Temp Full Stack Laravel Developer jobs? States with the most job openings for Temp Full Stack Laravel Developer jobs include:

Other

Posted 11 days ago


Job description

Company Description

We specialize in Staffing, Consulting, Software Development, and Training along with IT services to small to medium size companies. AG's primary objective is to help companies maximize their IT resources and meet the ever-changing IT needs and challenges.

In addition, AG offers enterprise resource planning and enterprise application integration, supply-chain management, e-commerce solutions, and B2B public exchanges and B2B process integration solutions. Our company provides application analysis, design, development and programming, software engineering, systems development, testing, integration, and implementation, and management consulting services to various clients - including governmental agencies and private companies - throughout the United States and India.

We provide these services in multiple computing environments and use technologies such as client/server architecture, object-oriented programming languages and tools, distributed database management systems, state-of-the-art networking, and communications infrastructures. Our honest and realistic approach to recruiting dictates that AG does not entice or lure engineers from their employers. We represent only high caliber technical professionals who have committed to making a change required by career.

Job Description

Our client, a top national retailer, is looking for a Full-Stack PHP Developer to work on web based Analytic and Monitoring tools. This project depends on jQuery and AngularJS for the front end and PHP and Laravel for the backend tools. The ideal candidate will have a strong understanding of Object-Oriented Programming and ability to work in an Agile environment.

MUST HAVE SKILLS/EXPERIENCE

  • Strong experience as a PHP Developer
  • Experience with JavaScript Application Developer
  • Experience working with and creating web services
  • Experience with MVC Architectural Patterns
  • Understanding of Client / Server RESTful Communications
  • Experience with Laravel framework
  • Object Oriented Programming experience
  • Continuous Integration experience
  • Experience working in pair programming environment
  • Experience with TDD and BDD development methodologies

SKILLS/EXPERIENCE

  • Understanding of Concurrent and Parallel programming concepts
  • Experience with AngularJS
  • Experience with WebSockets
  • Cloud Concepts based on OpenStack, AWS, or other Cloud Providers
  • Understanding of Concurrent and Parallel programing concepts
  • Comfortable working in an Apple MacBook development environment
  • Ability to offer ideas on technical direction
  • Ability to contribute to overall direction of project

RESPONSIBILITIES

  • Heads down developing in Paired Programming Environment.
  • Collaboratively working with current PHP Developer.
  • Attend Status update meetings.
  • Work with infrastructure provisioning tools such as Chef and Vagrant.
  • Quality Assurance of unit testing.

CLIENT REQUIRED QUESTIONS

Our client has required that all candidates provide written answers in your own words to the following question(s). To be considered for this role, you must complete the below code work and submit your answers.

Please include code sample of previous work.

Please complete the following prescreen scenario:

Code Scenario Requirements: Base Car Class + current speed (property) - default value 0 + accelerate (method) + drive (method) + brand (property) - default value 'unknown' + max speed (property) - default value 0 Camaro Car Class + Inherits Base Car + brand (property) - default value 'Chevy' + max speed (property) - default value 200 

Code Scenario: In this example we will create an instance of Camaro and tell it to drive, we will assume it's moving in a straight line and there are no other driving factors. The car will accelerate until it hits its max speed. It is required that drive will call accelerate. It is required accelerate will increment the current speed by 1. Once the Camaro reaches max speed it should stop accelerating and print that it hit the cars max speed. The execution of drive should then also stop.

Qualifications

Target Start Date: 11/23/2015

Target End Date: 2/1/2016 with potential for extension

Laravel as the only required framework.

Additional Information

GOOD COMMUNICATION SKILLS

DURATION: 3+ months

  • The interview will be 15-30 minutes phone screen, followed by onsite/Skype interview.
  • 60-90 min - on-site interview (Skype if needed for not local candidates)
  • Testing: Will be required to code during the interview.