Skip to content
View toocool's full-sized avatar
Block or Report

Block or report toocool

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 Loading

  1. tripexpress tripexpress Public

    Bus tour travel booking management web application

    PHP 77 70

  2. Laravel custom class to handle data ... Laravel custom class to handle data table queries coming from front end
    1
    <?php
    2
    namespace App\Classes;
    3
    use Illuminate\Pagination\LengthAwarePaginator;
    4
    
                  
    5
    class Datatables{
  3. MongoDB adapter for Code igniter 2 MongoDB adapter for Code igniter 2
    1
    <?php
    2
    /*
    3
    *   1. Add this file to libraries folder
    4
    *   2. Extend the Mongo_model class in your models (models directory) example: class User_model extends Mongo_model
    5
    *   3. add protected statis $collectionName = 'here the name of your mongo collection';
  4. Bitbucket yaml file for parallel Lar... Bitbucket yaml file for parallel Laravel deployment
    1
    image: atlassian/default-image:2
    2
    
                  
    3
    pipelines:
    4
      branches:
    5
        master: