Build Custom AI SEO Platform

I am ready to commission a complete SaaS solution that automates B2B SEO tasks and keeps every line of code under my ownership. The stack I have in mind is straightforward: Bubble will power the customer-facing… (Budget: $30 – $250 USD, Jobs: API, Internet Marketing, Machine Learning (ML), n8n, PHP, SaaS, SEO, Software Architecture)

Read more here:: https://www.freelancer.com/projects/n8n/Build-Custom-SEO-Platform.html

      

Clean hacked Joomla site and upgrade to latest version

I’ve been handed over to manage a small Joomla website for an Italian B&B: nonnaninna.it, which was hacked late last year. The site has been corrupted and currently shows a blank/white page. The main  index.php  and possibly other files contain obfuscated malicious code… (Budget: £20 – £250 GBP, Jobs: Content Management System (CMS), CSS, Database Management, HTML, Joomla, PHP, Technical Support, Web Security, Website Management)

Read more here:: https://www.freelancer.com/projects/website-management/Secure-Joomla-from-Redirection.html

      

Laravel & Next.js E-commerce Upgrades

I run an online store powered by a Laravel API and a Next.js storefront, and the very first area that needs attention is the site’s menu. The current navigation is clunky on mobile, awkward on desktop, and tough to maintain… (Budget: ₹1500 – ₹12500 INR, Jobs: API Development, CSS, HTML, JavaScript, Laravel, Next.js, PHP, Tailwind CSS)

Read more here:: https://www.freelancer.com/projects/laravel/Laravel-Next-commerce-Upgrades.html

      

Website Redesign & BSL Course Promotion -- 2

I’m ready to give my current site a full design overhaul and then push our British Sign Language courses to a wider audience. The existing pages work, but the look and feel no longer match the professional, corporate image we want to project… (Budget: £125 – £250 GBP, Jobs: Graphic Design, HTML, PHP, Website Design, WordPress)

Read more here:: https://www.freelancer.com/projects/graphic-design/Website-Redesign-BSL-Course-Promotion.html

      

WhatsApp Cloud API Integration Specialist

I need an expert to integrate the WhatsApp Cloud API into a custom application. Essential Functionalities: – Sending and receiving messages – Managing contacts Message Types: – Text messages – Media… (Budget: ₹1500 – ₹12500 INR, Jobs: Android, API Integration, Backend Development, Cloud Computing, Java, Mobile App Development, PHP, Software Development)

Read more here:: https://www.freelancer.com/projects/api-integration/WhatsApp-Cloud-API-Integration.html

      

MBBS College ERP Development

I’m looking to have a full-scale ERP built specifically for an MBBS college. The platform must revolve around two pillars: robust academic planning and a reliable staff-assessment workflow. Everything—from… (Budget: ₹75000 – ₹150000 INR, Jobs: API Development, Backend Development, Frontend Development, Laravel, PostgreSQL, Redis, SaaS, Stripe)

Read more here:: https://www.freelancer.com/projects/saas/MBBS-College-ERP-Development.html

      

Recruitment Search Engine Development

I’m looking for an experienced developer to create a recruitment-based search engine web app. The platform will be used by both job seekers and recruiters. Key functionalities include: – Profile creation… (Budget: £250 – £750 GBP, Jobs: Database Management, HTML, MySQL, PHP, User Interface / IA, Web Application, Web Development, Website Design)

Read more here:: https://www.freelancer.com/projects/database-management/Recruitment-Search-Engine-Development.html

      

Web + Bot Telegram Ofertas Afiliadas

Necesito automatizar por completo mi canal de Telegram y mi web para publicar chollos de afiliados. Qué quiero que haga el sistema • Todos los días, entre las 08:00 h y las 22:00 h, publique unas 20 ofertas (por ejemplo 08:00, 14:00 y 21:00)… (Budget: €8 – €30 EUR, Jobs: Affiliate Marketing, API, Automation, Bot Development, Internet Marketing, Link Building, PHP, SEO, Web Development, Web Scraping)

Read more here:: https://www.freelancer.com/projects/bot-development/Web-Bot-Telegram-Ofertas-Afiliadas.html

      

Digital Catalog, Dashboard & Ad Video

I’m preparing to launch a new product line and want the presentation to feel as professional online as it does in person. The job breaks into three connected pieces: • Digital product catalog – a sleek, scroll-friendly brochure that doubles as a catalog… (Budget: $30 – $250 USD, Jobs: Adobe Photoshop, Content Management System (CMS), Graphic Design, HTML, PHP, Video Editing, Web Development, Website Design)

Read more here:: https://www.freelancer.com/projects/video-editing/Digital-Catalog-Dashboard-Video.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