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
You can clone this repo using git with:
git clone https://github.com/rsm23/laragit.git
Or you can download the zip file.
To install LaraGit run these commands :
composer install && php artisan key:generate
npm install
or simplyyarn
if you have yarn on your machine
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
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.
LaraGit is licensed under The MIT License (MIT).