• Stars
    star
    2
  • Language
    PHP
  • Created 8 months ago
  • Updated 8 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Eloquent is the default ORM (Object-Relational Mapping) included with the framework. It provides a simple ActiveRecord implementation for working with your database. With Eloquent, you can define database models as classes, and interact with the database using these models, rather than writing raw SQL queries.

More Repositories

1

Framework-Asset

The PHP framework is a custom-built solution aimed at enhancing code organization and promoting best practices in Object-Oriented Programming (OOPS) for PHP development. It offers a set of tools and features designed to streamline the development process and improve code maintainability.
PHP
3
star
2

Input-Request

Request class provides an object-oriented way to interact with the current HTTP request being handled by your application as well as retrieve the input, and files that were submitted with the request.
PHP
3
star
3

Laravel-Docker

https://www.youtube.com/watch?v=bIkquEYqHHA&t=1919s
PHP
1
star
4

Database-Schema

The Schema Builder class is a part of the database layer that allows you to define database tables and their columns using a fluent syntax. It provides a way to create and manipulate database tables without writing SQL queries directly.
PHP
1
star
5

Preview-image-before-upload

JavaScript
1
star
6

Social-Networking

I created this like facebook. This project is built in with pure PHP code, no framework like laravel or codeigniter etc. also this project is not fully done yet but everything you want to add another function is already built in from controllers. -> I made my own MVC. -> Authenticated using ( PDO, CSRF TOKENS, SECURE SESSION, BRUTE FORCE PREVENTION ) -> Disable visiting server file and root folder for image and videos etc. -> It also support mysqli. -> Chat application peer to peer using websocket. -> It can also upload multiple images. I have also made this from laravel framework.
JavaScript
1
star