Skip to content
View csinghdev's full-sized avatar
👨‍💻
👨‍💻
Block or Report

Block or report csinghdev

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. laravel-starter laravel-starter Public

    Laravel starter project with JWT + Auth APIs + Registration, Email Verification and Forgot Password APIs + Response Management + Backup Management + API Logging + Laravel Telescope + TDD environmen…

    PHP 253 57

  2. laravel-starter-serverless laravel-starter-serverless Public

    This repository uses Bref(https://bref.sh) to create a serverless application which can be deployed on AWS Lambda. The application provides everything you need to get started with Laravel APIs deve…

    PHP 15 2

  3. laravel-examples laravel-examples Public

    Laravel Examples. Built on top of https://github.com/csinghdev/laravel-starter

    PHP 1 1

  4. cs-revisionable cs-revisionable Public

    Forked from VentureCraft/revisionable

    Easily create a revision history with custom fields for any laravel model

    PHP

  5. Apache virtual host conf file Apache virtual host conf file
    1
    <VirtualHost *:80>
    2
            ServerAdmin admin@example.com
    3
            ServerName  example.com
    4
            ServerAlias www.example.com
    5
            DocumentRoot /var/www/example
  6. install_valet_on_mac.sh install_valet_on_mac.sh
    1
    #!/bin/bash
    2
    # Execute the commands below to install composer on ubuntu
    3
    
                  
    4
    # Update brew
    5
    brew update