Just another PHP Magazine Network site
237 followers 0 articles/week
Get Started with Laravel Volt: A Free Full Stack Laravel App with Livewire & Alpine.js

Laravel Volt is an admin dashboard template that offers a comprehensive design and development toolbox for personal and commercial projects. It comes with handcrafted UI elements tailored for Bootstrap 5 and an out-of-the-box Laravel backend. With Livewire integration, you can create dynamic interfaces without leaving your favorite framework. And when...

Wed Mar 29, 2023 17:50
Unleashing the Power of PHP Fibers: Boost Web Development with Efficient Coroutines

The ability to efficiently execute multiple tasks concurrently is a vital aspect of modern web development. While PHP has traditionally lacked built-in support for multi-threading, the introduction of fibers in PHP 8.1.0 offers a game-changing solution. Fibers are lightweight, full-stack coroutines that enable developers to suspend and resume function...

Tue Mar 28, 2023 14:54
Which Boring but Cheap Web Development Stack to Use in 2023?

In Hacker News alentred asked seeking advice for which technology stack to use for a web app MVP in 2023 “use boring technology – iterate fast – deploy with minimal cost for now”. He added “So, to your taste, what compares in 2023 to the romanticized experience of PHP in 2000s? Or should I just “undust” my PHP and learn Laravel?” Discussions...

Mon Mar 27, 2023 15:00
Initializer for Laravel – A Visual Approach to Setting Up a New Laravel Project

Initializer for Laravel is a tool that provides a visual, streamlined approach to setting up a new Laravel project. The tool offers an online form that allows users to select the components they want for their Laravel application. Once the form is filled out, users can download a zip archive that contains their customized Laravel application. ...

Fri Mar 24, 2023 19:53
PHP Coding Puzzle 10 : Sudoku Game

Welcome to the 10th PHP Coding Puzzle ! The Sudoku Game The objective of Sudoku is to fill a 9×9 grid with numbers so that each row, column, and 3×3 sub-grid (or “box”) contains all of the digits from 1 to 9. To solve a Sudoku puzzle, you need to use logic and deduction to determine the correct numbers to fill in each...

Fri Mar 24, 2023 16:53
PHP Design Patterns Game : The Adapter Pattern

Welcome to our series of articles on PHP Design Patterns Games! In this article, we’ll be exploring the Adapter Pattern. This structural pattern allows incompatible interfaces to work together by wrapping the interface of an existing class with a new interface. The Adapter Pattern can be useful in situations where you want to reuse existing code, but...

Fri Mar 24, 2023 13:52

Build your own newsfeed

Ready to give it a go?
Start a 14-day trial, no credit card required.

Create account