/laravel-cars-makes-models

Usefull for Auto rental/cars management systems, containing a huge list of vehicles Make, and models, also some vehicles types

Primary LanguagePHP

Laravel Cars Makes&Models

GrumpyCoder:: Laravel Cars Makes&Mdoels

A simple database migrations and seeds for Vehicles Makes, models and types,

  • Models Most commun and known cars models;
  • Makes and edit metadata with a nice interface;
  • Types to the final destination, optionally process/encode

Usage

First, run Migration command to create required tables:

$ php artisan migrate

Run the dump-autoload command to regenerate Composer autoloader

$ composer dump-autoload

Then, run database seed command:

$ php artisan db::seed

and that's it :D