Skip to content
View mihai-valentin's full-sized avatar
🤟
Focusing
🤟
Focusing

Highlights

  • Pro

Block or report mihai-valentin

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. laravel-order-by-field laravel-order-by-field Public

    A simple Laravel `Query\Builder` extension that adds MySQL-like "order by field" feature

    PHP 2 1

  2. laravel-rabbitmq-notification-channel laravel-rabbitmq-notification-channel Public

    Simple Laravel RabbitMQ Notification Channel

    PHP 1 1

  3. A simple Makefile recipe to compile ... A simple Makefile recipe to compile a multi-file c program
    1
    .DEFAULT_GOAL := all
    2
    
                  
    3
    .PHONY: all build clean run
    4
    
                  
    5
    SRC_DIR := ./src
  4. Simple GitHub action for PHP project... Simple GitHub action for PHP project deployment
    1
    name: "Deploy a PHP project"
    2
    
                  
    3
    on:
    4
      push:
    5
        branches: