Skip to content

beyondscript/Laravel-Query-Builder

Repository files navigation

Logo
Laravel Query Builder

About Laravel Query Builder

Laravel Query Builder is a web application which was designed by using HTML, CSS and JavaScript and developed by using PHP and Laravel framework.

This website was built for learning Laravel Query Builder.

How to use?

Step - 1:
Download or clone the repository

Step - 2:
Intall all the dependencies by running these commands "composer update" and "npm install"

Step - 3:
Copy the .env.example file from root directory to root directory then rename the copied file to .env

Step - 4:
Generate new application key by running the command "php artisan key:generate"

Step - 5:
Create a new database and import the laravelquerybuilder.sql file

Step - 6:
Add the database details in the .env file by editing the .env file like below:

DB_DATABASE=database_name
DB_USERNAME=database_user_name
DB_PASSWORD=database_user_password

Step - 7:
Add the application name in the .env file by editing the .env file like below:

APP_NAME="your_app_name"

Step - 8:
Add the application url in the .env file by editing the .env file like below:

APP_URL=your_application_url

Step - 9:
Build the assets by running the command "npm run build"

Step - 10:
Delete the node_modules folder from the root directory

When a problem is found?

Do not hesitate to message me when you found any problem.
Facebook
Instagram

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published