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.
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!
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.
- Vehikl
- Tighten Co.
- Kirschbaum Development Group
- 64 Robots
- Cubet Techno Labs
- Cyber-Duck
- Many
- Webdock, Fast VPS Hosting
- DevSquad
- Curotec
- OP.GG
- WebReinvent
- Lendio
Thank you for considering contributing to the Laravel framework! The contribution guide can be found in the Laravel documentation.
In order to ensure that the Laravel community is welcoming to all, please review and abide by the Code of Conduct.
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.
The Laravel framework is open-sourced software licensed under the MIT license.