Skip to content

leshack/Laravel

Repository files navigation

Laravel 8

• Author: Code With Lesley

Requirements

• PHP 7.3 or higher
• Node 12.13.0 or higher

Usage

Setting up your development environment on your local machine:

git clone https://github.com/leshack/Laravel.git.git
cd 
cp .env.example .env
composer install
php artisan key:generate
php artisan cache:clear && php artisan config:clear
php artisan serve

Before starting

Create a database

mysql
create database oncarrental;
exit;

Setup your database credentials in the .env file

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=oncarrental
DB_USERNAME={USERNAME}
DB_PASSWORD={PASSWORD}

Migrate the tables

php artisan migrate

Contributing

Do not hesitate to contribute to the project by adapting or adding features ! Bug reports or pull requests are welcome.

About

Creating Laravel projects

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •