Laravel is a popular and extremely user-friendly php framework for creating web resources. It creates projects of different levels of complexity with expressive and structured code and logical architecture. Laravel is maintained and dynamic, despite its young age (the first launch dates back to 2011), it has managed to grow a significant ecosystem and is considered one of the best frameworks.
CrazyBoy49z
CrazyBoy49z 21.07.2023
Seo-Friendly Pagination: A Complete Best Practices Guide

Seo-Friendly Pagination: A Complete Best Practices Guide

In this guide, learn how pagination can hurt SEO, the pros and cons of pagination handling options, and how to track KPIs.

CrazyBoy49z
CrazyBoy49z 14.07.2023
How To Use The Repository Pattern In A Laravel Application

How To Use The Repository Pattern In A Laravel Application

In this tutorial, learn how to implement the repository pattern in Laravel applications.

CrazyBoy49z
CrazyBoy49z 14.07.2023
Php Json Parser - Read Large Json From Any Source In A Memory-Efficient Way

Php Json Parser - Read Large Json From Any Source In A Memory-Efficient Way

PHP JSON Parser is a zero-dependencies pull parser to read large JSON from any source in a memory-efficient way.

CrazyBoy49z
CrazyBoy49z 12.07.2023
Small But Powerful Cli Apps With Minicli

Small But Powerful Cli Apps With Minicli

Building CLI applications can be a lot of fun. We don't have to worry about the UI, and we can write beautiful PHP code that doesn't need any build steps.

CrazyBoy49z
CrazyBoy49z 12.07.2023
Handling Signals In Laravel

Handling Signals In Laravel

Handling linux signals in Laravel processes

CrazyBoy49z
CrazyBoy49z 11.07.2023
Laravel Array Helpers Every Developer Should Know About

Laravel Array Helpers Every Developer Should Know About

Learn about Laravel Array helpers that will save you time and simplify your code.

CrazyBoy49z
CrazyBoy49z 11.07.2023
Diving Into Cross-Origin Resource Sharing

Diving Into Cross-Origin Resource Sharing

Learn how to harness the power of Laravel CORS in this tutorial. Discover what it is and unlock its potential for seamless cross-origin resource sharing.

CrazyBoy49z
CrazyBoy49z 11.07.2023
Roadrunner Key-Value Cache For Laravel

Roadrunner Key-Value Cache For Laravel

The Roadrunner Cache package for Laravel allows you to work with the RoadRunner Key-Value Plugin as a Cache driver.

CrazyBoy49z
CrazyBoy49z 10.07.2023
Need To Remove Keys From An Array Or Object? Use The Data Forget Helper

Need To Remove Keys From An Array Or Object? Use The Data Forget Helper

Laravel has a utility function called data_forget that allows you to remove keys from an array or object using "dot" notation.

CrazyBoy49z
CrazyBoy49z 08.07.2023
Pines: An Alpine And Tailwind Ui Library

Pines: An Alpine And Tailwind Ui Library

Pines UI is an Alpine and Tailwind UI Library by Tony Lea. Pines is a library of animations, sliders, tooltips, accordions, modals, and more!

binance
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
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!

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.

Showing 120 of 392 results