Skip to content

Instantly share code, notes, and snippets.

View loverdeveloper's full-sized avatar
🏠
Working from home

Mohmmad Najafian loverdeveloper

🏠
Working from home
  • All Season Inspection
  • La La Land
View GitHub Profile
@loverdeveloper
loverdeveloper / cloudSettings
Last active May 5, 2020 09:15
Vs code sync setting
{"lastUpload":"2020-05-05T09:15:28.440Z","extensionVersion":"v3.4.3"}
@loverdeveloper
loverdeveloper / laravel-voyager-admin-rtl.css
Last active July 19, 2019 14:48 — forked from abdumu/laravel-voyager-admin-rtl.css
A custom css file to convert Laravel voyager admin panel to RTL
@import url(//fonts.googleapis.com/earlyaccess/notokufiarabic.css);
body{
direction: rtl;
font-family: 'Noto Kufi Arabic', sans-serif;
text-align:right;
}
h1, h2, h3, h4, h5, h6{
font-family: 'Noto Kufi Arabic', sans-serif;
@loverdeveloper
loverdeveloper / README-Template.md
Created April 26, 2018 09:51 — forked from PurpleBooth/README-Template.md
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites