CRM Main Page Loading Fix

My CRM’s dashboard has suddenly stopped loading. There are no visible error messages— the page simply hangs— and this began quite recently even though no updates or code changes were made. I need someone who can dive in, trace why the request never completes, and restore normal loading behavior… (Budget: $250 – $750 USD, Jobs: CRM, JavaScript, PHP, Web Development, WooCommerce, WordPress)

Read more here:: https://www.freelancer.com/projects/crm/CRM-Main-Page-Loading-Fix.html

      

Develop an Expert Advisor (EA) for Market Trading

I am looking for a skilled developer to code an Expert Advisor (EA) for trading the markets. The deliverables include the source code, complete documentation, and full rights to the EA. Confidentiality is crucial, and all shared information must be used solely for this project… (Budget: $400 – $800 USD, Jobs: C Programming, C++ Programming, Metatrader, PHP, Software Architecture)

Read more here:: https://www.freelancer.com/projects/c-programming/Develop-Expert-Advisor-for-Market.html

      

Ransomware Server Recovery - Advanced Forensic Data Extraction

I am looking for a highly experienced Linux server and data recovery expert. This is NOT a standard WordPress task. Background: My server was hit by a possible ransomware/malware incident. Both the live data and backup storage were affected… (Budget: €1500 – €3000 EUR, Jobs: Apache, Digital Forensics, Linux, MySQL, PHP, System Administration, Ubuntu, Web Development, Web Security, WordPress)

Read more here:: https://www.freelancer.com/projects/php/Recover-Hacked-Corporate-WordPress-Sites.html

      

Advanced Marketplace Platform Creation

FULL-STACK DEVELOPMENT PROJECT – MARKETPLACE PLATFORM We are building a next-generation online marketplace platform. This is a full platform build. We are looking for an experienced full-stack developer or development team to deliver a scalable, production-ready system… (Budget: $1500 – $3000 NZD, Jobs: AngularJS, Full Stack Development, JavaScript, MongoDB, Next.js, Node.js, PHP, PostgreSQL, Stripe)

Read more here:: https://www.freelancer.com/projects/full-stack-development/Advanced-Marketplace-Platform-Creation.html

      

Pay-Per-View Movie Streaming Platform

I need a full-stack build of a pay-per-view movie site that supports both live premiers and an on-demand catalog. Visitors should be able to: • Unlock a single title or live event by paying at checkout… (Budget: $250 – $750 USD, Jobs: Full Stack Development, HTML, JavaScript, Payment Processing, PHP, Video Streaming, Web Development, Website Design)

Read more here:: https://www.freelancer.com/projects/full-stack-development/Pay-Per-View-Movie-Streaming.html

      

Customer Data Spreadsheet Entry

I will share a set of spreadsheets that contain raw customer information—names, contact details, and related fields. Your task is to enter every record precisely where indicated, double-checking for typos, missing fields, or obvious inconsistencies as you go… (Budget: ₹750 – ₹1250 INR, Jobs: CRM, Data Analysis, Data Cleansing, Data Entry, Data Management, Data Processing, Excel, PHP)

Read more here:: https://www.freelancer.com/projects/crm/Customer-Data-Spreadsheet-Entry-40411166.html

      

Comprehensive Towing Service Management App

I’m seeking an experienced developer to create a robust towing service management app. The app’s primary function is to manage all aspects of the tow service business. Key features include: – Driver Dispatching: Efficiently assign drivers to jobs… (Budget: $1500 – $3000 USD, Jobs: Android, App Development, Backend Development, Frontend Development, iPhone, Mobile App Development, PHP, UI / User Interface)

Read more here:: https://www.freelancer.com/projects/app-development/Comprehensive-Towing-Service-Management.html

      

Website Upgrade: Add New Features

I’m ready to take my current website beyond its basic framework by integrating fresh, business-driven features. The core objective is crystal clear: add new functionality that delivers tangible value to our visitors and, in turn, to the business… (Budget: $10 – $30 AUD, Jobs: HTML, JavaScript, PHP, User Experience Research, Web Application, Web Design, Web Development, Website Design, Website Management, Website Optimization)

Read more here:: https://www.freelancer.com/projects/web-development/Website-Upgrade-Add-New-Features.html

      

Instalando Laravel Framework

laravelLaravel utiliza o composer para gerenciar suas dependências. Então, antes de usar o Laravel, você precisa ter o composer instalado em sua máquina. Caso não tenha veja como fazer a instalação neste post anterior: Instalando Composer

 

1. Baixe o instalador do laravel via composer

php composer.phar global require "laravel/installer=~1.1"

 

2. Criar projeto

php composer.phar create-project laravel/laravel phpConference 4.2 --prefer-dist

 

3. Configurar ambiente laravel

Nesses arquivos você poderá configurar a URL para os diferentes ambientes como também o local, timezone, chave para criptografia, entre outros.

Produção:

phpConference/app/config/app.php

Local:

phpConference/app/config/local/app.php

 

4. Permitir escrita ao servidor web para o seguinte diretório:

phpConference/app/storage

 

Requisitos:

PHP >= 5.4
Extensão PHP MCrypt
Modulo apache mod_rewrite

Referência: http://laravel.com/docs/4.2