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.
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!! ❤️ 💻