PHP Classes

Find PHP Service: Application to find services in a near location

Recommend this page to a friend!
  Info   View files Documentation   View files View files (119)   DownloadInstall with Composer Download .zip   Reputation   Support forum   Blog    
Last Updated Ratings Unique User Downloads Download Rankings
2020-04-02 (1 month ago) RSS 2.0 feedNot yet rated by the usersTotal: 46 This week: 1All time: 9,784 This week: 364Up
Version License PHP version Categories
findyourservice 1.0Custom (specified...5PHP 5, Searching, Geography
Description Author

This package implements an application to find services in a near location.

It provides a Web based user interface to perform searches on a database of existing providers that can perform services that the user needs.

The package uses Google Maps to display the providers information on a map to be displayed on the page.

Innovation Award
PHP Programming Innovation award nominee
April 2020
Nominee
Vote
Many people are looking for service providers in the region near where they live.

This package provides a general solution for that problem by allowing to implement a Web application that can connect people with needs and providers that can fulfill those needs.

Manuel Lemos
  Performance   Level  
Innovation award
Innovation award
Nominee: 2x

 

Details

<p align="center"><img src="https://raw.githubusercontent.com/infinitypaul/findyourservive/master/public/images/logo.png" /></p> <p align="center">This web app that allows consumers to search for services close to their proximity.</p> <p align="center"><a href="https://instagram.com/infinitypaul">Creator</a> | <a href="">Getting Started</a></p>

<p>&nbsp;</p>

Download Instruction

  1. Clone the project.
git clone https://github.com/infinitypaul/findyourservive.git projectname

  1. Install dependencies via composer.
composer install 

  1. Migrate and seed the Database.
php artisan migrate --seed

  1. Run php server.
php artisan serve

> You can also install the Application via Docker:

Pre-requisites

  • Docker running on the host machine.
  • Docker compose running on the host machine.
  1. Clone the project.
git clone https://github.com/infinitypaul/findyourservive.git projectname

  1. Run the testrig.sh file on the Project Root Folder on your terminal/Command Prompt, This script does everything you need to run your this project. It starts up the servers, ensures the database is booted, installs dependencies, runs database migrations, and runs database seeds. These services are exposed to your computer on the standard ports, then you can access your website on http:localhost

Note

1 Visit https://developers.google.com/maps/documentation/javascript/examples/places-autocomplete-addressform and copy the script below

><script src="https://maps.googleapis.com/maps/api/js?key=YOUR_API_KEY&libraries=places&callback=initAutocomplete"async defer></script>

2 Replace YOUR_API_KEY with yours

3 Locate app.blade.php in the Resources/Views/Layout Directory

4 Add the script to your html head tag


Troubleshooting

  • Port number might be already in use, change from 80 to another number in your docker-compose.yml file.
  • If you have any other issues, report them.

Enjoy!

License

The Find Your Service App is open-sourced software licensed under the MIT license

  Files folder image Files  
File Role Description
Files folder image.scripts (2 files)
Files folder imageapp (3 files, 4 directories)
Files folder imagebootstrap (1 file)
Files folder imageconfig (13 files)
Files folder imagedatabase (3 directories)
Files folder imagepublic (5 files, 3 directories)
Files folder imageresources (4 directories)
Files folder imageroutes (4 files)
Files folder imagetests (3 files, 3 directories)
Accessible without login Plain text file .editorconfig Data Auxiliary data
Accessible without login Plain text file .env.example Data Auxiliary data
Accessible without login Plain text file .env.testing Data Auxiliary data
Plain text file artisan Class Class source
Accessible without login Plain text file composer.json Data Auxiliary data
Accessible without login Plain text file composer.lock Data Auxiliary data
Accessible without login Plain text file docker-compose.yml Data Auxiliary data
Accessible without login Plain text file LICENSE Lic. License text
Accessible without login Plain text file package-lock.json Data Auxiliary data
Accessible without login Plain text file package.json Data Auxiliary data
Accessible without login Plain text file phpunit.xml Data Auxiliary data
Accessible without login Plain text file Procfile Data Auxiliary data
Accessible without login Plain text file readme.md Doc. Documentation
Accessible without login Plain text file server.php Aux. Auxiliary script
Accessible without login Plain text file testrig.sh Data Auxiliary data
Accessible without login Plain text file webpack.mix.js Data Auxiliary data

 Version Control Unique User Downloads Download Rankings  
 100%
Total:46
This week:1
All time:9,784
This week:364Up

For more information send a message to info at phpclasses dot org.