DSDr Samindrsam.hashnode.dev·Oct 16, 2021 · 1 min readAdd 'font ligature' in vscodewhat is 'ligature'? Font ligature in programming occurs where two or more graphemes or letters are joined to form a single glyph. Examples are the characters æ and œ used in English and French, in which the letters 'a' and 'e' are joined for the fir...00
DSDr Samindrsam.hashnode.dev·Sep 1, 2021 · 9 min readMake a simple CRUD with Laravel 8Table of contents Introduction Overview Prerequisite Set up the project The database Model and migration Dummy data The Controller Views Routes Conclusion Introduction Laravel is a web application framework with expressive, elegant syntax. An a...01K
DSDr Samindrsam.hashnode.dev·Aug 26, 2021 · 4 min readCréer un nouveau projet LaravelIntroduction Laravel est un Framework PHP assez puissant qui vous permet de créer assez facilement des applications web ou encore des APIs. Il peut sembler difficile au début mais croyez moi il en vaut vraiment la peine! Pourquoi Laravel? Si vous vou...00