GodKnife.com is a Social Network, a web application built with Laravel, that enables users to interact with one another, exchange information, and connect. You can set up and configure the Social Network application on your local development environment by following the instructions in this README file.
To get started with GodKnife, follow the steps below:
Before you begin, ensure you have the following software installed on your local machine:
- PHP (recommended version: 7.4 or higher)
- Composer
- MySQL or SQLite for the database
- Node.js and npm for frontend assets
-
Clone the GodKnife repository from GitHub:
git clone https://github.com/net-shell/godknife.git
-
Change into the project directory:
cd godknife
-
Install PHP dependencies using Composer:
composer install
-
Copy the
.env.example
file to.env
:cp .env.example .env
-
Generate an application key:
php artisan key:generate
-
Configure your database connection settings in the
.env
file. You'll need to set the following variables:DB_CONNECTION=mysql DB_HOST=your_database_host DB_PORT=your_database_port DB_DATABASE=your_database_name DB_USERNAME=your_database_username DB_PASSWORD=your_database_password
Replace the placeholders with your actual database information.
-
Migrate the database to create the necessary tables:
php artisan migrate
-
Install JavaScript dependencies using npm:
npm install
-
Compile frontend assets:
npm run dev
-
Start the development server:
php artisan serve
By default, the application will be accessible at
http://localhost:8000
.
The GodKnife Social Network application is now available to you through your web browser. You can create an account, log in, and use the application's capabilities.
- We are grateful that the Laravel community has created such a great PHP framework..
- We are grateful that the Laravel community has created such a great PHP framework..
- We really appreciate the Social Network development team's dedication to this project.
For any issues or questions, please open an issue on GitHub.
Enjoy using GodKnife Social Network!
Original author: @aung-khantkyaw Additional work: [email protected]