CrazyBoy49z
CrazyBoy49z 07.07.2023
Basement Chat Is A Real-Time Chat Widget Package

Basement Chat Is A Real-Time Chat Widget Package

Basement Chat is package for Laravel is a real-time chat widget package for your Laravel application with flexible broadcast driver support.

CrazyBoy49z
CrazyBoy49z 06.07.2023
Design Emails And Send Them Via Api With Mailcarrier

Design Emails And Send Them Via Api With Mailcarrier

MailCarrier is an open-source web app built with Laravel and Filament, where you can design emails once and send them via an API call.

CrazyBoy49z
CrazyBoy49z 06.07.2023
Using Jsx Without React

Using Jsx Without React

I am personally a big fan of JSX and love the way it allows me to separate and link my code. Even though JSX existed before React, it wouldn't have been as popular if React hadn't picked it up. However, we can actually use JSX without React, and that's not hard either.

CrazyBoy49z
CrazyBoy49z 06.07.2023
Dynamic Multiselect With Laravel Livewire, Alpinejs & Choicesjs

Dynamic Multiselect With Laravel Livewire, Alpinejs & Choicesjs

I recently had a need to populate the available options for a multiselect component with values from a remote API. ChoicesJS supports this, though it's documentation leaves much to be desired. As such, a new post detailing how I made my dynamic multiselect work seemed important. What exactly do I mean by "dynamic multiselect" you ask? Simply that, it's a select component allowing multiple choices, whose options are fetched - dynamically - from somewhere else, not preloaded up front. The scenar

CrazyBoy49z
CrazyBoy49z 06.07.2023
Chatgpt Mock Api Generator For Laravel

Chatgpt Mock Api Generator For Laravel

The ChatGPT Mock API Generator package for Laravel generates smart API mocks in Laravel using ChatGPT prompts.

CrazyBoy49z
CrazyBoy49z 05.07.2023
5 Reusable Laravel Blade Components With Alpine.js

5 Reusable Laravel Blade Components With Alpine.js

In this blog post, we’ll create five reusable components using Laravel Blade Components, Alpine.js and TailwindCSS. We will build the following components: Copy to Clipboard Global Progress Bar Image...

CrazyBoy49z
CrazyBoy49z 04.07.2023
Api Authentication In Laravel

Api Authentication In Laravel

When it comes to Authentication in Laravel, there are a lot of options. But what should we use when it comes to authenticating your API?

CrazyBoy49z
CrazyBoy49z 03.07.2023
Laravel Migrations:

Laravel Migrations:

If you create foreign keys in your migrations, there may be a situation that the table is created successfully, but the foreign key fails. Then your migration is "half successful", and if you re-run it after the fix, it will say "Table already exists". What to do?

CrazyBoy49z
CrazyBoy49z 03.07.2023
Invalidating Sessions On Other Devices On Laravel

Invalidating Sessions On Other Devices On Laravel

Laravel provides a way to invalidate and "log out" an active user's sessions on other devices without invalidating the session on their current device.

CrazyBoy49z
CrazyBoy49z 30.06.2023
Laravel Envoy - Automate The Boring Stuff

Laravel Envoy - Automate The Boring Stuff

If you feel like you are doing the same things over and over again, it's time to automate, and this article is all about how to do it!

binance
CrazyBoy49z
CrazyBoy49z 27.06.2023
Laravel Octane — Bootstrapping The Application And Handling Requests

Laravel Octane — Bootstrapping The Application And Handling Requests

A look into how Laravel Octane bootstraps the application and serves HTTP requests.

CrazyBoy49z
CrazyBoy49z 26.06.2023
Laravel Polymorphic Relationship: The Complete Guide

Laravel Polymorphic Relationship: The Complete Guide

Laravel Polymorphic Relationship allows a model to belong to more than one other model on a single association. Types are one to one, one to many, custom.

CrazyBoy49z
CrazyBoy49z 26.06.2023
🔥 Download The Response Of An Http Request In Laravel

🔥 Download The Response Of An Http Request In Laravel

Marcel Pociot shared a tip on using the Laravel HTTP client method sink() to write a response to a file

CrazyBoy49z
CrazyBoy49z 26.06.2023
Marketing As Code: Laravel Screenshot Automation

Marketing As Code: Laravel Screenshot Automation

Are you looking for a better way to prepare, take & maintain marketing screenshots? Learn how to automate this using Testmo.

CrazyBoy49z
CrazyBoy49z 22.06.2023
Lemon Squeezy For Laravel 1.0 Is Here

Lemon Squeezy For Laravel 1.0 Is Here

The Lemon Squeezy for Laravel package released v1.0. Learn about this exciting package to make subscription billing, payments, and license keys a breeze!

CrazyBoy49z
CrazyBoy49z 22.06.2023
Laravel Tailwind Merge

Laravel Tailwind Merge

Laravel Tailwind Merge is a package that automatically resolves Tailwind CSS class conflicts in Laravel Blade files.

CrazyBoy49z
CrazyBoy49z 22.06.2023
Restore Database Backups In Laravel

Restore Database Backups In Laravel

The Laravel Backup Restore is a package to restore database backups made with Spatie's laravel-backup package.

CrazyBoy49z
CrazyBoy49z 19.06.2023
Test Your Api’s Performance By Simulating Real-World Traffic With Postman

Test Your Api’s Performance By Simulating Real-World Traffic With Postman

Postman's API performance testing feature enables you to simulate load on your APIs and visualize key performance metrics in real time.

CrazyBoy49z
CrazyBoy49z 19.06.2023
Laravel - Aggregateserviceprovider Affects The Performance

Laravel - Aggregateserviceprovider Affects The Performance

Some time ago I started wondering about the long bootstrap time of an application based on Laravel. I’ve started debugging and have figured out that this problem was related to the lack of deferred providers.

CrazyBoy49z
CrazyBoy49z 19.06.2023
Uncovering The Bottlenecks: An Investigation Into The Poor Performance Of Laravel's Container

Uncovering The Bottlenecks: An Investigation Into The Poor Performance Of Laravel's Container

Last time I’ve been analyzing the performance of Laravel’s container. I’ve encountered that the application spends a lot of time building dependencies, especially for heavy endpoints. That was strange because I would rather expect the relevant logic should be the heaviest part of the request.

Showing 140 of 429 results