This CRUD application demonstrates relation in database between customers,cars and cars manufacturers
- Deploy project to your local server direcory (example Ampps/www). So open gitbash here.
- Clone code with command: git clone https://github.com/GytisLaukaitis/Cars-Crud.git
- Next command: composer require laravel/ui
- Install npm with command: npm install && npm run dev
- Create empty database and create .env file. Copy and paste content from example.env file and change database name and password.
- Run command: php artisan migrate:fresh --seed
- Open public folder
- If laravel asks, generate project key.
- Login gytislaukaitis@gmail.com Password gytis
The Laravel framework is open-sourced software licensed under the MIT license.