Yoga Wellness Site with AI

I’m seeking a skilled web developer to create a yoga and wellness website integrated with an AI bot. The bot’s primary function will be to answer general questions about yoga. Requirements: – Three pages:… (Budget: ₹12500 – ₹37500 INR, Jobs: AI Chatbot, AI Integration, Graphic Design, HTML, PHP, UI / User Interface, Web Development, Website Design)

Read more here:: https://www.freelancer.com/projects/web-development/Yoga-Wellness-Site-with.html

      

Minimalist WordPress AI Subscription Site

Build a Modern WordPress Website for Selling AI Video Subscription Plans Project Overview I’m looking for an experienced WordPress developer to build a modern, fast, and conversion-focused website for selling AI Video subscription plans… (Budget: $10 – $30 USD, Jobs: Digital Marketing, Graphic Design, HTML, PHP, SEO, Stripe, Web Development, Website Design, WooCommerce, WordPress)

Read more here:: https://www.freelancer.com/projects/woocommerce/Minimalist-WordPress-Subscription-Site.html

      

Fix praguemorning.cz 502 Error

My news site praguemorning.cz has suddenly started returning a 502 Bad Gateway on every page. I have not touched the server, code, or Cloudflare settings before the outage, nor have I attempted any fixes yet… (Budget: €8 – €30 EUR, Jobs: Apache, Cloudflare, Linux, Network Security, PHP, Troubleshooting, VPS, Web Development, Web Hosting, Web Security)

Read more here:: https://www.freelancer.com/projects/cloudflare/Fix-praguemorning-Error.html

      

Develop PDF & AI Document Tools Platform

PDF & AI Document Tools Platform Development Looking for a reliable full-stack developer to build a PDF & AI Document Tools Platform. Main Scope: PDF tools, AI document tools, user login/dashboard, admin… (Budget: ₹2000 – ₹3500 INR, Jobs: API, Graphic Design, HTML, Next.js, PHP, PostgreSQL, Redis, Website Design)

Read more here:: https://www.freelancer.com/projects/api/Develop-PDF-Document-Tools-Platform.html

      

WooCommerce - TikTok Integration Troubleshooting

TikTok for WooCommerce Expert Needed – Integration & Pixel Setup I’m looking for someone experienced with TikTok for Business, WooCommerce, and WordPress to complete and troubleshoot my TikTok integration… (Budget: $30 – $250 AUD, Jobs: API Integration, Digital Marketing, HTML, PHP, Social Media Marketing, Technical Support, Troubleshooting, Website Development, WooCommerce, WordPress)

Read more here:: https://www.freelancer.com/projects/website-development/WooCommerce-TikTok-Integration.html

      

USA Portal Appointment Scheduler -- 2

I need a production-ready software extension that plugs into a leading U.S. web portal and lets authenticated users reserve time slots. The core feature is secure appointment booking—but I expect polished… (Budget: ₹35000 – ₹70000 INR, Jobs: HTML, JavaScript, MySQL, PHP, Software Architecture)

Read more here:: https://www.freelancer.com/projects/html/USA-Portal-Appointment-Scheduler.html

      

Need Auto Bot - Indian Stock Market Algo-Trading System

Automated Indian Stock Market Trading System Development Project Overview I am looking for an experienced algorithmic trading developer to automate my existing Indian stock market trading strategy. The strategy rules and trading conditions will be provided by me… (Budget: ₹12500 – ₹37500 INR, Jobs: API Integration, Backtesting, C Programming, PHP, Python, Risk Management, Software Architecture, Software Testing)

Read more here:: https://www.freelancer.com/projects/python/Need-Auto-Bot-Indian-Stock.html

      

Full-Featured Website Development WordPress

I’m putting together a single WordPress build that must comfortably serve three roles at once: a fully-fledged e-commerce storefront, a clean portfolio section, and a regularly updated blog. The backbone… (Budget: ₹1250 – ₹2500 INR, Jobs: CSS, HTML, PHP, SEO, Web Development, WordPress, WordPress Design, WordPress Plugin)

Read more here:: https://www.freelancer.com/projects/web-development/Full-Featured-Website-Development.html

      

Villa Booking Website Development

I need a modern, mobile-friendly website that lets guests book my villa directly online. The site’s main job is to handle reservations end-to-end, so I can stop relying on third-party portals and manage everything in one place… (Budget: ₹1500 – ₹12500 INR, Jobs: Content Management System (CMS), CSS, Graphic Design, HTML, Payment Processing, PHP, Web Development, Website Design)

Read more here:: https://www.freelancer.com/projects/web-development/Villa-Booking-Website-Development.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