Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 1021 Bytes

README.md

File metadata and controls

30 lines (16 loc) · 1021 Bytes

rent-a-car

Educational proyect. This is a Rent a Car implementation in PHP

Must have (PHP version >= 7) installed, also composer to install dependencies.

Must have MySQL installed.

Must install Laravel globally in your machine.

LAMP Stack

Upgrading PHP to version 7.x

Must install Node.JS

I'm using some vue.js components that can be found here.

yarn for JS dependencies.

composer install for PHP dependencies.

yarn run prod to build production bundle.

yarn run watch poll or yarn run dev to build the development bundle.

php artisan migrate --seed to seed all default data.

php artisan serve to see this working!

Happy Coding!! ❤️ 💻