Skip to content

luizhsc/projetas

Repository files navigation

Build Status Total Downloads Latest Stable Version License

CRUD Vehicles

CRUD of an 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.

Prerequisites

Install

Linux, Windows & OS X:

Let's install all packages, by running this command from Terminal

composer install

Update packages

composer update

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.

Reference Post

The official Laravel documentation is available Website do Laravel.

Meta

@luizhscluizhscunha@outlook.com

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published