Website Build - Mortgage Broker

I’m looking for a fresh, professional website that explains our mortgage-broking services to current and prospective clients while gently encouraging enquiries. Key requirements include: • A modern, mobile-first design that performs seamlessly across phones, tablets and desktops… (Budget: $15 – $25 AUD, Jobs: CMS, Graphic Design, PHP, SEO, Web Application, Web Design, Web Development, Website Design, Website Development, WordPress)

Read more here:: https://www.freelancer.com/projects/web-development/Website-Build-Mortgage-Broker.html

      

Survey Registration Form Development

I need a simple, web-based registration form that doubles as a brief survey. The form must collect three kinds of data—personal information, contact details and payment information—and present most of its questions with check-box inputs to keep completion time low… (Budget: ₹750 – ₹1250 INR, Jobs: CSS, Database Management, Frontend Development, JavaScript, PHP, Web Development, Web Security, WordPress)

Read more here:: https://www.freelancer.com/projects/css/Survey-Registration-Form-Development.html

      

Web App With Social Integration

I’m building a mobile-friendly web app and need an experienced developer to turn my concept into a polished, deployable product. The project is firmly focused on the web-app approach (no native or hybrid… (Budget: $250 – $750 USD, Jobs: Angular, API Integration, Frontend Development, HTML, HTML5, JavaScript, PHP, Web Development)

Read more here:: https://www.freelancer.com/projects/web-development/Web-App-With-Social-Integration.html

      

Shopify Appointment Booking App

Mobile App Development – Shopify + Booking We need to develop a modern mobile application for iOS and Android that combines an online Shopify store with a booking system. Key requirements: Shopify product/catalog… (Budget: $250 – $750 USD, Jobs: API, Booking System Development, eCommerce, Flutter, Full Stack Development, Laravel, Payment Gateway Integration, PHP, Shopify, WordPress)

Read more here:: https://www.freelancer.com/projects/flutter/Shopify-Appointment-Booking-App.html

      

Android App for Lodge Management

I want an android application for lodge having 25 rooms.It should no of vacant or occupied rooms.save if proof of coustomer,payment history,also need to add another additional items purchased by coustomer… (Budget: ₹12500 – ₹37500 INR, Jobs: Android, Android App Development, Android SDK, Database Management, Java, Mobile App Development, PHP, User Interface / IA)

Read more here:: https://www.freelancer.com/projects/android-app-development/Android-App-for-Lodge-Management.html

      

Full-Stack Development for eSIM Platform

We are looking for an experienced Full-Stack Developer or a professional software development team capable of developing our eSIM Sales & Management Platform from start to finish. The project will be… (Budget: $1500 – $3000 USD, Jobs: AI Development, API Development, Database Development, Full Stack Development, Mobile App Development, Next.js, Node.js, PHP, React Native, Web Development)

Read more here:: https://www.freelancer.com/projects/ai-development/Full-Stack-Development-for-eSIM.html

      

Smart Grocery Manager App

I’m ready to move from sketches to a working, production-ready Grocery Management application that runs smoothly on Android devices and in any modern web browser. Here is the core scope: • Users must… (Budget: ₹750 – ₹1250 INR, Jobs: Android, Flutter, Java, Kotlin, Mobile App Development, PHP, PostgreSQL, REST API)

Read more here:: https://www.freelancer.com/projects/flutter/Smart-Grocery-Manager-App.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