Web-based Custom Voice Text-to-Speech Tool

Standalone Text-to-Speech Audio Tool I am looking for a web developer to build a standalone web-based Text-to-Speech audio tool. The tool should be simple, clean, and easy to use. I am looking for someone… (Budget: $250 – $750 USD, Jobs: AI Text-to-speech, Audio Processing, Audio Production, Frontend Development, HTML, JavaScript, PHP, Software Architecture, User Interface / IA, Web Development)

Read more here:: https://www.freelancer.com/projects/ai-text-to-speech/Web-based-Custom-Voice-Text.html

      

Recycling Pickup Rewards App Development

I need a complete mobile app (Android and/or iOS) that lets household users book a doorstep pickup for their recyclable dry waste and earn either cash or in-app points once the material is weighed and verified… (Budget: ₹37500 – ₹75000 INR, Jobs: Android, Flutter, GPS, iOS, iPhone, Mobile App Development, PHP, React Native)

Read more here:: https://www.freelancer.com/projects/flutter/Recycling-Pickup-Rewards-App-Development.html

      

AI Music Generator Web & Apps

Have you built a music geneartor before? if YES please show us. if not than it has no sence to bid. We want you to built a AI music generator same like SUNO.com in web and apps. with all features, not… (Budget: $250 – $750 USD, Jobs: AI App Development, AI Audio-to-audio, AI Automation, AI Development, AI Music, Graphic Design, HTML, PHP, Web Development, Website Design)

Read more here:: https://www.freelancer.com/projects/ai-music/Music-Generator-Web-Apps.html

      

Removalist Service Admin Assistance

I’m looking for reliable back-office help to keep my removalist business running smoothly. Your focus will be two main areas: keeping our service records current and handling routine customer enquiries… (Budget: $250 – $750 AUD, Jobs: Administrative Support, CRM, Customer Support, Data Management, Excel, Google Sheets, HTML, PHP)

Read more here:: https://www.freelancer.com/projects/customer-support/Removalist-Service-Admin-Assistance.html

      

Facebook Customer Service Chat Setup

I’m looking for a freelancer to set up a customer service chat process on our Facebook page. Key Requirements: – Integrate chat system with Facebook Messenger – Create automated responses for common… (Budget: ₹12500 – ₹37500 INR, Jobs: Chatbot Integration, Customer Service, Customer Service Chatbot, Facebook Development, HTML, MySQL, PHP, Website Design)

Read more here:: https://www.freelancer.com/projects/chatbot-integration/Facebook-Customer-Service-Chat-Setup.html

      

Contract management Software & UI updates (SaaS)

I want experienced software developer you to update my contract management platform fortva.com. Fortva is document and contract management platform. I have docusign and documenso integrated as contract signing tool for our contract management esignature process… (Budget: $10 – $30 USD, Jobs: C# Programming, Java, JavaScript, MySQL, Next.js, PHP, Software Architecture)

Read more here:: https://www.freelancer.com/projects/php/Contract-management-Software-updates.html

      

Upgrade & Revitalize Website https://cofa.org.au

HI. Current Website: https://cofa.org.au What we need a developer to do: • Add a secure document library (Document Library Pro) with three access tiers — public, member, admin — replacing the open PDF links currently used for governance, finance, and template documents… (Budget: $400 – $800 AUD, Jobs: CSS, HTML, PHP, Website Design, WordPress)

Read more here:: https://www.freelancer.com/projects/css/Upgrade-Revitalize-Website-https-cofa.html

      

Microsoft Teams Asset Search Bot

Project Name: Build a Microsoft Teams Search Bot ## 1. Project Overview I want to create a simple chatbot for my company’s Microsoft Teams. When a staff member types an IP address or a Computer Name (Hostname)… (Budget: $30 – $250 USD, Jobs: Automation, Bot Development, C# Programming, Chatbot Development, Data Integration, PHP, Software Architecture, Visual Basic)

Read more here:: https://www.freelancer.com/projects/chatbot-development/Microsoft-Teams-Asset-Search-Bot.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