Skip to content
View milenmk's full-sized avatar

Block or report milenmk

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
milenmk/README.md

Hi there 👋

Here are some ideas to get you started:

  • ➡️ Skilled developer of Dolibarr CRM modules
  • 🔭 I’m currently working on a personal project that will be released soon
  • 🌱 I’m currently learning Laravel + Livewire
  • 👯 I’m looking to collaborate on PHP or Laravel related projects
  • 💬 Ask me about ... anything
  • 📫 How to reach me: [email protected]
  • ⚡ Fun fact: ... ask GPT, not me

 milenmk

Laravel Locations Laravel Rate Limiting Laravel GDPR Exporter Laravel Blacklist Laravel Email Change Confirmation Laravel Simple Datatables and Forms

Top Langs

Pinned Loading

  1. Laravel-Filament-Password-Manager Laravel-Filament-Password-Manager Public

    Simple password manager written on Laravel and Filament

    PHP

  2. laravel-route-label laravel-route-label Public

    Add label support to Laravel routes with routeLabel() helper and Blade @routeLink directive

    PHP

  3. Laravel helper Laravel helper
    1
    ## Route types:
    2
    
                  
    3
    ```
    4
    GET     /users          → list users
    5
    GET     /users/123      → show user 123
  4. CREATE AND USE SHORT ARTISAN (OR WHA... CREATE AND USE SHORT ARTISAN (OR WHATEVER) COMMANDS ON WINDOWS
    1
    Set-Alias -Name pa -Value php-artisan
    2
    Function php-artisan { php artisan $args}
    3
    
                  
    4
    Set-Alias -Name cr -Value composer-require
    5
    Function composer-require { composer require $args}
  5. laravel-skeleton laravel-skeleton Public template

    Skeleton for new Laravel application

    Blade

  6. simple-password-manager simple-password-manager Public

    Simple password manager written on PHP with Bootstrap and PDO database connection

    CSS 8 4