Code Monkey home page Code Monkey logo

blog's Introduction

Hi, I'm Mohammadreza ๐Ÿ‘‹

I'm a self-taught Web Developer and specially in PHP.

I'm enthusiast learning and experiment with new things and self-studies, especially if related to new technologies and web development.

I like to work with professionals and learn from them.

  • ๐Ÿ”ญ Iโ€™m currently working on PHP Projects
  • ๐ŸŒฑ Iโ€™m currently learning PHP and Laravel
  • ๐Ÿ‘ฏ Iโ€™m looking to collaborate on PHP Projects
  • ๐Ÿ“ซ How to reach: Linkedin

Skills

My Skills

Connect with me

image image image

blog's People

Contributors

mohammadreza-73 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

alinemone

blog's Issues

Add Middleware

Add Middleware for routes.

Route::get('/uri', [Controller::class, 'index'])->middleware('guest');

Add to routes array.
like:

  • Auth
  • Guest
  • etc ...

Implement Database

Implement connection and model to interact with database.

methods to implements:

  • query
  • get
  • find
  • findOrFail

Route parameters

Add feature to access parameters in route with pattern:

Route::get('/product/{id}', [ProductController::class, 'store']);

class ProductController
{
    public function store($id)
    {
        // access to $id
    }
}

Make better config helper

Modify config helper function to get whole array or a specific key of array:

config('database');             // get whole array
config('database.host');    // get host key from array

Add Readme file

Add cover for project
Add description for how project developed, and how its works.

Add Response class

Implements Response class for handling responses with headers.

for example:

Response::json($data);

also can add response() helper function with this class.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.