Projects

All snippet related to projects

 

Sending an email to admin about a order with all its item

Step 01: Adding routes for emailing order inside auth middleware in web.php inside routes folder Route::group(['middleware'=> [ 'auth']], function() {     ...


Coding snippets for implementation of mini blog with migrations, models, relations, controllers, routes and view files

This post will highlight all the essentials bare bone coding of laravel implementation of mini blog from migrations, models, relations,...


Coding snippets for implementation of topic oriented community ( mini blog 2 ) with migrations, models, relations, controllers, routes and blade files

This project will provide a concise overview of the topic-oriented community (mini blog) implementation of Laravel, which includes migrations, models,...


Building mini issue trackcer with vue3 spa, authentication and authorization in Laravel

This post will have all the links of step by step implementation of mini vue3 site for issue tracker with...


Effortless Role & Permission Seeding in Laravel: A Quick Setup Guide

This tutorial is part of this mini project on Laravel vue spa. To see all the sections of this project...


Seeding users and role_user data

This tutorial is part of this mini project on Laravel vue spa. To see all the sections of this project...


Seeding clients and issues data

This tutorial is part of this mini project on Laravel vue spa. To see all the sections of this project...


First composition api with composables for issues

This tutorial is part of this mini project on Laravel vue spa. To see all the sections of this project...


Creating eloquent api resources for transforming model fields

This tutorial is part of this mini project on Laravel vue spa. To see all the sections of this project...


Adding pagination for api endpoints

This tutorial is part of this mini project on Laravel vue spa. To see all the sections of this project...