Giter VIP home page Giter VIP logo

aeshki / laraweeb Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 152 KB

LaraWeeb is an open-source project based on Laravel 11 and Vue3 technologies. It's a template that allows you to easily create a social network with an anime / video game / manga theme.

License: Apache License 2.0

PHP 57.05% JavaScript 7.22% Blade 0.49% Vue 34.60% CSS 0.64%
anime game laravel laravel11 laravel11x manga template to-portfolio vue vue3 vuejs vuejs3 weeb

laraweeb's Introduction

Table of Contents

  1. Introduction
  2. Prerequisites
  3. Installation
  4. Usage
  5. Contributing
  6. License

Introduction

About LaraWeeb is an open-source project based on Laravel 11 and Vue3 technologies powered by ViteJs. It's a template that allows you to easily create a social network with an anime / video game / manga theme.

Prerequisites

List the software and tools required to run the project:

Installation

Steps to install and set up your project locally:

  1. Clone the repository:

    git clone https://github.com/aeshki/LaraWeeb.git
    cd LaraWeeb
  2. Install PHP dependencies with Composer:

    composer install
  3. Install JavaScript dependencies with NPM or PNPM:

    npm i

    or

    pnpm i
  4. Create a copy of the .env file:

    copy .env.example .env
  5. Generate an application key:

    php artisan key:generate
  6. Configure your database in the .env file ( optional ):

    DB_CONNECTION=mysql
    DB_HOST=127.0.0.1
    DB_PORT=3306
    DB_DATABASE=your_database_name
    DB_USERNAME=your_database_user
    DB_PASSWORD=your_database_password
    
  7. Run the migrations to create the tables in the database:

    php artisan migrate
  8. (Optional) Run the seeders to add sample data:

    php artisan db:seed

Usage

How to use or start the project:

  1. Start the Laravel development server:

    php artisan serve
  2. Start the ViteJs development server:

    npm run dev

    or

    pnpm run dev
  3. Access the application in your browser at:

    http://localhost:8000
    
  4. Login with admin user ( optional ):

    E-mail: [email protected]
    Password: admin
    

Contributing

If you want to contribute, here are some steps to get started:

  1. Fork the project
  2. Create a branch for your feature:
    git checkout -b new-feature
  3. Commit your changes:
    git commit -m 'Add some feature'
  4. Push to the branch:
    git push origin new-feature
  5. Open a Pull Request

License

This project is licensed under the [Apache 2.0 ] - see the LICENSE file for details.

laraweeb's People

Contributors

aeshki avatar

Stargazers

lechatbleu avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.