CRUD entity Vehicle.
This project was developed using PHP framework Laravel 5.5 for the purpose of registering, editing, deleting and listing Vehicles with as entities: Brand, Model, Color, Year, Price, Description, Type (New or Used), Registration Data and Data update.
Linux, Windows & OS X:
Let's install all packages, by running this command from Terminal
composer install
Rename .env.example to .env and provide your database details there.
Let's do some migration with dummy datas.
php artisan migrate
Generate App Key
php artisan key:generate
And run the web server
php artisan serve
Now, visit http://localhost:8000.
The official Laravel documentation is available Website do Laravel.