Emeric profile

Emeric Fèvre avatar
Emeric
Developer
Joined
20-03-2020
735

Total Experiences

150

Total Rubies

0

Total Discuss Messages

Biography

Full-stack Web Developer specialized in PHP. Work with Laravel, CakePHP & Symfony.

Badges

Level

LEVEL 1
LEVEL 2

Activity

Created conversation Test du 25 sept

Mon super post heart_eyes

Created conversation Xetaravel v4.0.0

New Release rocket !

What's Changed

  • Rewrited the entire front-end to use Tailwind instead of Bootstrap, and added @Livewire in Discuss/Admin Panel XetaIO/Xetaravel#93

Full Changelog: 3.1.1...4.0.0

Replied to article Laravel - Ressource CRUD

Test de commentaire.

Created conversation Xetaravel v3.1.1

New Release rocket !

What's Changed

Full Changelog: 3.1.0...3.1.1

Created conversation Xetaravel v3.1.0

New Release rocket !

What's Changed

Created article Laravel - Ressource CRUD

Introduction

The term CRUD is related to the management of digital data. It summarizes the operations or functions that a user needs to create and manage data.

The acronym CRUD stands for the four basic operations for interacting with database applications:

  • Create : Create a data.
  • Read : Read a data.
  • Update : Update a data.
  • Delete : Delete a data.

CRUD, SQL and HTTP

Each component of the CRUD acronym can be associated with a type of query in SQL as well as an HTTP1,2 method :

Operation SQL HTTP
Creat...

Created article Laravel - Apply Global Scopes only on certain routes with Middleware

Laravel include a Query Scopes system. It allow you to add to one or all (depend the type of scope you use) queries a scope with constraints. Query Scopes has 2 types of Scopes :

  • Global Scopes : It allow you to add constraints to all queries for a given model.
  • Local Scopes : It allow you to define common sets of query constraints that you may easily re-use throughout your application.

In...

Created conversation This is a test conversation.

Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.