Skip to content

luizhsc/jobs

 
 

Repository files navigation

Build Status Total Downloads Latest Stable Version License

CRUD Veiculos

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.

Instalation

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.

Reference Post

The official Laravel documentation is available Website do Laravel.

Meta

@luizhscluizhscunha@outlook.com

About

Faça parte da nossa banda!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 85.5%
  • HTML 11.4%
  • JavaScript 1.3%
  • CSS 1.2%
  • Vue 0.6%