Skip to content
This repository has been archived by the owner on Oct 18, 2019. It is now read-only.
/ ipsen3 Public archive

IPSEN3 LeenMeij web application assignment for the Hogeschool Leiden

Notifications You must be signed in to change notification settings

vblinden/ipsen3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Archived

Hello everyone, this is an old school project which is now archived. Thanks everyone for the interest and help!

UPDATE

This is the IPSEN3 assignment we made for the Hogeschool Leiden and it's now publicly available. Thanks to the people below for creating this software. Caution: this software might contain bugs (a lot).

LeenMeij Web Application

The fictional LeenMeij vehicle rental company wants to have a web applicaton running besides it's already existing desktop application to lure more domestic and foreign customers to the company. This is a project created for a course from the Hogeschool Leiden in the Netherlands. The web application is made with the Laravel PHP Framework, check out the website for the documentation.

Features

  • Localization
  • Mail
  • Security
  • Discount
  • Theming

Contributing

Bugs and new features should be submitted using Github issues. Please include with a detailed description and the expected behaviour. If you would like to submit a change yourself do the following steps.

  1. Fork it.
  2. Create a branch
  3. Commit code
  4. Push to the branch
  5. Open a Pull Request

Please keep your branch up to date by rebasing upstream changes from master.

Running

You can use your own choice of development server (XAMPP, MAMP, etc), but if you want to use the PHP's internal development server (PHP 5.4+ required) you can open up a console and run php artisan serve in the root directory of the application to start the development server.