Search in Snippets
 

All Projects

Building mini ecommerce in Laravel

Building RESTful APIs in Laravel

Building Mini Issue tracker with Laravel and Vue



All Snippets

Array manipulation with most commonly used Laravel collection methods

In PHP development, efficient array manipulation is a must in many applications. Laravel, one of the most popular PHP frameworks,...


How to create a database and data scaffolding of dictionary system

For this dictionary system scaffolding we are going to use of 11 tables and they are mentioned below 1. roles...


How to deploy laravel application in amazon web service instance (aws)

AWS (amazon web services) lets developer to setup virtual environment with operating system, programming language, web application platform, datatabase and...


How to implement crud using client, issues table with laravel livewire

Step 01: running artisan commands for creating project, installing bootstrap, scaffolding auth and installing livewirecomposer create-project laravel/laravel livewire composer require...


How to use select2 dropdown inside a form in laravel with vite

There is another select2 dropdown post with laravel 8 which is built with asset bundling tool mix. You can check...


Permission securing frontend

Step 01: npm installing casl packages casl vue and casl abilities npm install @casl/vue @casl/ability Step 02: Defining service abilities...


Permission securing backend

Step 01: Registering all permissions to Gate with AppServiceProvider.php from database table permission_role and role_user// at the top namespace App\Providers;...


Showing user data and logout

Step 01: Adding reactive object user inside auth.js composable import { ref, reactive } from 'vue' import { useRouter }...


Protecting the routes of both on the front-end and back-end

Step 01: Protecting backend api in routes/api.php calls with laravel sanctum which is installed by default in laravel Route::group(['middleware' =>...


Setting up login form and initial authenticaton

Step 01: Setting up auth.js composable like before we did for issues.js with structure and variables import { ref, reactive, inject...


mahfooz

Hello, I am Mahfoozur Rahman and LCS is a site where I have been put together all my development experience with laravel in tutorials and step by step manner.

I am also working remotely for clients with development services so that they can achieve their business goals.

If that is what you want, you can contact me on mahfoozur.rahman.bd@gmail.com

I am currently also available for freelance work.

Categories

VS Code Tips and Tricks (2)
Restful API (1)
Coding Assistance (1)
Database Concepts (1)
Schema Design (0)
Data Retrieval (1)
Searching Data (0)
DevOps (1)
Amazon web services (1)
Livewire (1)
Crud (1)
Storage and retrieval (1)
Caching (1)
Frontend (2)
Select dropdown (2)
File Uploads (1)
File Uploads (1)
Vue (2)
Vite Vue (1)
Mixin (1)
Packages (1)
Debugging (1)
Security (1)
Authentication (1)
View (1)
View Composer (1)
Projects (99)
Model Performance (4)
Registration (1)
Login (1)
Restful API (16)
Topic oriented Community (1)
Mini Ecommerce (38)
Mini Blog (2)
Mini Issue tracker (28)
Database tables and data scaffolding (1)
Stripe (1)
Topic oriented user community (6)
Collections (7)
Collection Methods (7)
Sessions (2)
Storing Data (1)
Retrieving Data (1)
Improvements (7)
Laravel Code Snippets (6)
Mini Ecommerce (1)
Definitions (2)
Generating Commands (0)
Eloquent Builder (1)
Resource Controllers (0)
Seeding (1)
Executing Commands (0)
Controller (4)
Resource Controllers (0)
Middleware (4)
My Weeknesses (1)
My Weekness (1)
Eloquent ORM (50)
Eloquent Builder (30)
Seeding (4)
Relationship (6)
Configurations (8)
Accessors (2)
Artisan Console (4)
Executing Commands (4)
Generating Commands (0)