Pages
(Move to ...)
Home
Contact Us
Privacy Policy
About us
▼
18 May, 2023
Laravel Security Middleware
›
Laravel provides a set of middleware that you can use to enhance the security of your web application. These middleware can help protect ag...
Laravel Octane Adds Support for Roadrunner v3
›
The Laravel team relased Laravel Octane V2, with support for Roadrunner V3: The pull request brings Octane up to date with Release v2...
Laravel Octane
›
Laravel Octane is a package developed by Laravel that allows you to optimize the performance and scalability of your Laravel applications....
Laravel 10.11 Released
›
Laravel 10.11 is here with the ability to retrieve a timestamp Carbon instance from a UUID, making the new Sleep class macroable, and more. ...
17 May, 2023
How can I use Dependency Injection to pass Application() to ViewModel() using Hilt in Android Studio?
›
I 'm using Hilt as Dependency Injection, I hope to DI class UIApp into class SoundViewModel, so I use fun provideUIApp(): UIApp {...} as...
16 May, 2023
APM vs. Application Performance Observability - What’s the Difference
›
You’ve likely heard the term Observability lately. There’s a fundamental change taking place in the Monitoring space, and Observability is b...
15 May, 2023
Lara Reserve: a package to add a reservation feature to the laravel framework
›
submitted by /u/shayanys [link] [comments]
14 May, 2023
An Overview Of How Livewire Works
›
https://medium.com/@developer.olly/an-overview-of-how-livewire-works-85395746d10a submitted by /u/dev_olly [link] [comments]
13 May, 2023
Brainstorm Tests With PEST Todos 🔥
›
Quickly brainstorm test requirements with Laravel and Pest PHP with this fire tip from Laracasts! The post Brainstorm Tests With PEST Tod...
12 May, 2023
Write Shell Scripts like Blade Components With Task Runner
›
Learn about Laravel Task Runner, a package by Pascal Baljet that lets you write Shell scripts like Blade Components and run them locally or ...
11 May, 2023
RouteGenius: Define routes in controllers like NestJs in Laravel
›
GitHub link : https://github.com/prodemmi/route-genius https://preview.redd.it/w1gjyurbp0za1.png?width=493&format=png&auto=web...
10 May, 2023
Create Repeatable Models with Laravel Recurring Models
›
The Recurring Models package for Laravel is the ultimate solution for adding recurring functionality to your Laravel Models. The post Cre...
09 May, 2023
Creating a Reservation system in laravel. Step By Step
›
In this article, I explained how to create a reservation system in laravel with Lara Reserve. submitted by /u/shayanys [link] [comments...
08 May, 2023
Single controller action for POST and GET form (symfony) vs separate action (laravel) - what speaks for symfony?
›
symfony argues this: Rendering forms and processing forms are two of the main tasks when handling forms. Both are too similar (most of th...
07 May, 2023
What stack involving laravel do you (or your company) use?
›
In the dev sub-department of my company where I work, some of our old apps (3-5 years old) were built on Symfony + MySQL. Most of our newer ...
06 May, 2023
PostgreSQL Full Text Search for Laravel Scout
›
Use PostgreSQL native full text search in Laravel Scout with this community package. The post PostgreSQL Full Text Search for Laravel Sco...
05 May, 2023
Lemon Squeezy for Laravel
›
Lemon Squeezy for Laravel is an upcoming package to easily integrate checkout, subscriptions, and more. The post Lemon Squeezy for Larave...
04 May, 2023
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...
03 May, 2023
LDAP Framework for PHP
›
LdapRecord is a full-featured LDAP framework LdapRecord is a framework that helps you quickly integrate LDAP into your PHP applications. ...
02 May, 2023
Use ChatGTP to ask a question to the Laravel Docs
›
Ask a Question to the Laravel docs is a new project that uses ChatGTP to generate answers to your questions from the official Laravel docume...
01 May, 2023
Why does caching feels slower?
›
My app runs a lot of identical queries on small tables with less than 10 items. The tables are like statuses for orders. ID value ...
30 April, 2023
How to manage data and perform CRUD operations on a "models" that are stored in YAML files rather than in my database?
›
I'm building an LMS and want to add a feature where tutors can create quizzes and students can attempt those quizzes. I want the quizz...
29 April, 2023
Top 10 Laravel Audit Security Issues
›
Let’s dive in and check out the ten most common security issues I've discovered during my security audits. The post Top 10 Laravel Au...
28 April, 2023
Laravel 10.9 Multiple Image Upload In PHP
›
<form action="uploading.php" method="POST" enctype="multipart/form-data"> <input type="fi...
Using attributes to add value
›
PHP Attributes were added in version 8.0 of the language, and it has been a misnomer for many developers. What are their benefits, and how c...
27 April, 2023
Laravel 10.9 Released
›
Laravel 10.9 is out with new features like defining route middleware with named static methods, HTTP status assertions, and more. The pos...
26 April, 2023
Going past Actions in Laravel
›
Over the last year or so, the Action based approach has been gaining popularity in the Laravel world. I was a big fan of this and adopted it...
25 April, 2023
Laravel Vapor application observability with Inspector
›
An extended tutorial on integrating Inspector observability platform to monitor your Laravel application deployed with Vapor. The post La...
24 April, 2023
Weekly /r/Laravel Help Thread
›
Ask your Laravel help questions here. To improve your chances of getting an answer from the community, here are some tips: * What steps h...
23 April, 2023
SpinLock VB.Net Example From MSDN Possibly Produces Incorrect Behaviour
›
The code below is part of an example from MSDN. It is the example on how to use SpinLock but to my eye there is a race condition in it. Why ...
‹
›
Home
View web version