Skip to content

itwizz26/yonder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Tankiso Mathebula
Apr 30, 2022
cf2c0cd · Apr 30, 2022

History

6 Commits
Apr 30, 2022
Apr 30, 2022
Apr 30, 2022
Apr 30, 2022
Apr 30, 2022
Apr 30, 2022
Apr 30, 2022
Apr 30, 2022
Apr 30, 2022
Apr 30, 2022
Apr 30, 2022
Apr 30, 2022
Apr 30, 2022
Apr 30, 2022
Apr 30, 2022
Apr 30, 2022
Apr 30, 2022
Apr 30, 2022
Apr 30, 2022
Apr 30, 2022
Apr 30, 2022
Apr 30, 2022

Repository files navigation

Build Status Total Downloads Latest Stable Version License

About Glass Guru (Pty) Ltd.

Our fictitious client, Glass Guru (Pty) Ltd. has an existing website, but they want to extend it so customers can order replacement windscreens. The fastest way to do this, is by knowing the vehicle’s VIN, which is best accessed through the car’s licence disc.

How to setup project

After cloning the repository, change into the directory you've just created. Run these commands:

Install all app dependencies.

composer install

npm install

Setup database under the section '# Databases'.

cp .env.example .env

Edit .env with your db credentials. Ensure the database you use here actually exist.

Generate OAuth keys.

php artisan key:generate

Migrate database.

php artisan migrate

Start the application.

php artisan serve

Now head over to the app and register your company user credentials and start quoting!

Laravel Sponsors

We would like to extend our thanks to the following sponsors for funding Laravel development. If you are interested in becoming a sponsor, please visit the Laravel Patreon page.

Premium Partners

Contributing

Thank you for considering contributing to the Laravel framework! The contribution guide can be found in the Laravel documentation.

Code of Conduct

In order to ensure that the Laravel community is welcoming to all, please review and abide by the Code of Conduct.

Security Vulnerabilities

If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell via taylor@laravel.com. All security vulnerabilities will be promptly addressed.

License

The Laravel framework is open-sourced software licensed under the MIT license.

About

A Laravel 8/9 quotation application.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published