Skip to content
View mikestratton's full-sized avatar

Organizations

@sunnytreesoftware

Block or report mikestratton

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. goldpencrm Public

    Streamline tracking interactions with potential and existing customers. Features an AI sales pitch generator that activates with your OpenAI API key for enhanced engagement.

    Blade 3 1

  2. laravel Public

    An introductory tutorial to PHP Laravel, the Artisan's choice for web application development.

    PHP 1

  3. simplemap Public archive

    GIS Browser Side Application using Google Maps JavaScript API. Functionality synopsis: 1) Draw on map with GIS geometry(point, linestring & polygon); 2) import/export GeoJSON; 3) upload image overl…

    PHP 5 9

  4. calculators Public archive

    This repository is being maintained at sunnytreesoftware/cactus

    HTML 2 2

  5. GIS Function within Laravel Controller
    1
    public function geoCoding($zip_code){
    2
            
    3
        $api = 'https://maps.googleapis.com/maps/api/geocode/json?address=';
    4
        $par = '&key=';
    5
        $goo = env('GOOGLE_KEY');
  6. Laravel Controller
    1
     public function store(DefinitionsCreateRequest $request)
    2
        {
    3
            $input = $request->all();
    4
    
                  
    5
            $input['surveyor_id'] = Auth::id();

217 contributions in the last year

Contribution Graph
Day of Week April May June July August September October November December January February March April
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Contribution activity

April 2025

Created 12 commits in 1 repository
Opened 6 pull requests in 1 repository
7 contributions in private repositories Apr 5
Loading