Skip to content
/ laragit Public

Laragit is an application to create snippets built with Laravel and VueJS

License

Notifications You must be signed in to change notification settings

rsm23/laragit

Repository files navigation

LaraGit

LaraGit is a snippets web app built with Laravel and VueJS

LaraGit has many features like :

  • A user's system
  • A Like system.
  • and much more is coming

Installation

Downloading the files

You can clone this repo using git with:

git clone https://github.com/rsm23/laragit.git

Or you can download the zip file.

Installing packages and dependencies

To install LaraGit run these commands :

PHP Dependencies

composer install && php artisan key:generate

Node Modules

npm install or simply yarn if you have yarn on your machine

Database

First setup your database connections on the .env file:

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=laragit
DB_USERNAME=root
DB_PASSWORD=

Then run

php artisan migrate

Now enjoy using LaraGit


Thanks for using my script
Please don't miss to share, pull if you have any optimizations, and submit issues

Security

If you discover a security vulnerability within this package, please send an e-mail to Rahmani Saif at [email protected] . All security vulnerabilities will be promptly addressed.

License

LaraGit is licensed under The MIT License (MIT).

About

Laragit is an application to create snippets built with Laravel and VueJS

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •