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

Block or report csinghdev

Report abuse

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

Report abuse

Pinned Loading

  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 60

  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 [email protected]
    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