Skip to content

Amr3zzat/hotels

Repository files navigation

About Hotels Finder

Search in hotels databases in all over the world

Local Development Server

If you have PHP installed locally and you would like to use PHP's built-in development server to serve your application, you may use the serve Artisan command. This command will start a development server at http://localhost:8000:

$ php artisan serve

Documentation

The latest documentation is available here

UML

Class Diagram

Testing

The application can be tested with Test Unit. In order to run test suite execute the following command:

$ ./vendor/bin/phpunit

Releases

No releases published

Packages

No packages published