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 24.08.2022
Blade Component To Render Markdown In Laravel

Blade Component To Render Markdown In Laravel

Laravel Markdown is a highly configurable markdown renderer and Blade component by the folks at Spatie.

CrazyBoy49z
CrazyBoy49z 24.08.2022
Aloia — A Flat-file CMS for Laravel 9

Aloia — A Flat-file CMS for Laravel 9

Aloia CMS is a flat-file content management system for Laravel 9.

CrazyBoy49z
CrazyBoy49z 24.08.2022
Building your website using Jigsaw

Building your website using Jigsaw

As developers, the chance of you having a personal website is pretty high. After all, it is what we do - and most likely, you have rebuilt this countless times.

CrazyBoy49z
CrazyBoy49z 21.08.2022
Event Sourcing in Laravel

Event Sourcing in Laravel

Event Sourcing is a term that has been getting more popular in the PHP community over the last few years, but it still remains a mystery to many developers.

CrazyBoy49z
CrazyBoy49z 21.08.2022
How I develop applications with Laravel

How I develop applications with Laravel

I get asked a lot about how you work with Laravel. So in this tutorial, I will walk through my typical approach to building a Laravel application.

CrazyBoy49z
CrazyBoy49z 21.08.2022
Zero Hassle CLI Application with Laravel Zero

Zero Hassle CLI Application with Laravel Zero

How can I put this? CLI apps are cool. The ability to open a terminal anywhere and just run a command to do a job that might have taken you much longer.

CrazyBoy49z
CrazyBoy49z 21.08.2022
Email Scheduler Package for Laravel

Email Scheduler Package for Laravel

The Mailator package is a lightweight email scheduler for Laravel.

CrazyBoy49z
CrazyBoy49z 14.08.2022
Add Version Control to Laravel Models

Add Version Control to Laravel Models

Version Control for Laravel is a package that provides database version control for Eloquent models.

CrazyBoy49z
CrazyBoy49z 10.08.2022
Create Select Options from Enums, Laravel Models, and more

Create Select Options from Enums, Laravel Models, and more

Laravel Options by Spatie is a package to create lists of options from different sources

CrazyBoy49z
CrazyBoy49z 10.08.2022
Logging external HTTP Requests with Laravel Telescope

Logging external HTTP Requests with Laravel Telescope

The biggest issue with working with third-party APIs is that we have very little visibility. We integrate them into our code base and test them.

binance
CrazyBoy49z
CrazyBoy49z 10.08.2022
Add Useful Info to the Laravel About Command

Add Useful Info to the Laravel About Command

Learn how to add custom output to the new Laravel about command.

CrazyBoy49z
CrazyBoy49z 10.08.2022
Using Laravel Model Factories in your tests

Using Laravel Model Factories in your tests

Laravel Model factories are one of the best features you can use in your application for testing. In this tutorial, we will look at how to use them

CrazyBoy49z
CrazyBoy49z 10.08.2022
How to Optimize Laravel Application Performance

How to Optimize Laravel Application Performance

Some of the suggestions below may not improve the speed of your specific application, but you can try all of them, and with trial and error, you will see what is best for you.

CrazyBoy49z
CrazyBoy49z 10.08.2022
Working with Data in API Integrations

Working with Data in API Integrations

Working with third party APIs can be frustrating, we get plain old array - and we send data as arrays too. What if I told you it didn’t have to be this way?

CrazyBoy49z
CrazyBoy49z 10.08.2022
Building your own Laravel Packages

Building your own Laravel Packages

Sharing code has never been more accessible, and installing PHP packages has become convenient, building packages not so much.

CrazyBoy49z
CrazyBoy49z 10.08.2022
Statix Server is an Object-oriented Wrapper for PHP's Built-in Server

Statix Server is an Object-oriented Wrapper for PHP's Built-in Server

Statix Server is an object-oriented wrapper around PHP's built-in server.

CrazyBoy49z
CrazyBoy49z 10.08.2022
Vite Livewire Plugin

Vite Livewire Plugin

The Laravel Livewire Plugin for Vite configures apps to use Vite with Livewire.

CrazyBoy49z
CrazyBoy49z 13.07.2022
40 Additional Laravel Validation Rules

40 Additional Laravel Validation Rules

Laravel Validation system has 60+ validation rules available, but what if you want something extra? You can easily create your own validation rule, or use something already available on the internet. Let's take a look.

CrazyBoy49z
CrazyBoy49z 13.07.2022
Deep Dive Into Laravel Livewire

Deep Dive Into Laravel Livewire

Create a simple blogging app using Laravel Livewire, a full-stack Laravel framework for building dynamic interfaces.

CrazyBoy49z
CrazyBoy49z 10.07.2022
Eloquent Attribute Casting

Eloquent Attribute Casting

Eloquent Castable attributes are one of the more powerful features of Laravel, some people use them religiously while others tend to shy away from them.

Showing 340 of 393 results