-
**Title**
The world of PHP Magic Methods has helped me build more functionalities with lesser lines of code and lesser execution time. When I started working with Laravel, it helped me understand ho…
-
Hey yall,
As this project gets bigger (met a ton of mainline hosts for Wordpress yesterday with tons of interest), I wanted to make a check list here of things we should do/will do to bump this:
…
-
### Octane Version
v2.3.10
### Laravel Version
v11.6.0
### PHP Version
v8.3.6
### What server type are you using?
FrankenPHP
### Server Version
v1.1.4 PHP 8.3.6 Caddy v2.7.6
### Database Dri…
-
When I use this action, can I keep `deploy.yml`:
```yml
import:
- recipe/laravel.php
- contrib/php-fpm.php
- contrib/npm.php
config:
application: 'smt-app'
remote_user: forge
…
-
So on my local machine I have all the proper header response information returning. I am using Apache on the local machine. On the live machine is Nginx. With the live machine if the token is not v…
-
Hi,
maybe its wrong place to post my issue cause your demo project works fine for me. But I have a problem when trying to build my own project based on this demo.
When i try to register a new ten…
-
Hopefully this isn't too niche a use-case...
Harbor has automated 95% of the work needed for us to quickly send preview sites to clients. The one step that I still have to do (and can't easily dele…
-
Scope of Change
==
This RFC suggests dropping PHP 7 support
Rationale
==
PHP 7.4 is EOL since November 28, 2022: https://twitter.com/official_php/status/1597203297537957888
Functionality
==…
-
### Laravel Mastery Roadmap
### [Roadmap Link](https://roadmap.sh/r/laravel-roadmap-vf965)
# Laravel Mastery Roadmap
## Introduction to Laravel
- What is Laravel?
- History of Laravel
…
-
Is there any way to consume my own API that uses `JWT` like `Laravel Passport` does?
`Laravel Passport` enables you to enclude `CSRF` token in your request headers and that's all you'r authenticated.…