Skip to content
#

php7

php logo

PHP is a popular general-purpose scripting language that's particularly suited for server-side web development. PHP runtime is generally executed by webpage content, and can be added to HTML and HTML5 webpages. PHP was originally developed in 1994 by Rasmus Lerdorf.

Here are 7,948 public repositories matching this topic...

pamtbaau
pamtbaau commented Dec 18, 2019

When creating a page 'changelog' as follows:

pages
├── 01.home
│   └── default.md
└── 02.changelog
    └── default.md

with the following route alias in the header to add the '.md' extension:

routes:
  aliases:
    - '/changelog.md'

And when accessing the page using the url localhost/changelog.md, a 'Forbidden' error will be thrown.

When the file 'CHANGELOG.md' in

Yivan
Yivan commented Feb 13, 2020

Feature request

PHPStan on higher levels enforce typehint usage. A very good thing !
As typehint support depends of PHP version, how phpstan hande this. PHP version cannot be defined in the config files, so it use the PHP version used to run phpstan ? Or the one if indicated in composer.json ?

It would be nice to have just a small detail on this on the documentation.

Use case: i ran al

engram-design
engram-design commented Jan 30, 2020

It'd be great if Admin Tables in the CP could have their column headings clicked on to toggle sorting items alphabetically. Of course, we'd need to consider this behaviour on admin table's that can have a specific, manual order.

In all instances, this would be visual, as opposed to a saved order. Should be a little more manageable with Vue at least.

Refer https://github.com/verbb/navigation/

mykeels
mykeels commented Apr 21, 2019

I'd like to contribute when I can, but it's hard knowing your intentions for parts of the application that haven't been completed yet.

Could you provide a document that gives the design of the application? A good and simple format to begin with is:

Class

This is a description of a school's class. It does this and that ... Its properties are:

  • Property 1
  • Property 2

Section

yohancourbe
yohancourbe commented Apr 13, 2017

From my understanding of Docker - I'm not a guru - each time you use a RUN command, it creates a temporary cached image. In this case, I think there are way to many RUNs

# install xdebug
RUN pecl install xdebug
RUN docker-php-ext-enable xdebug
RUN echo "error_reporting = E_ALL" >> /usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini
RUN echo "display_startup_errors = On" >> /usr/local/
foobar13372
foobar13372 commented Feb 25, 2020

I like yoda for 3 === $foo (instead of $foo === 3), but I don't like yoda for 3 === \my_method().

The main reasons for yoda is to avoid accidental assignments which can not happen on method calls.

Is it possible to either only suggest yodo for variable comparisons or to make it configurable in which cases it is suggested?

kimai2
g-mike
g-mike commented Jan 22, 2020

Is your feature request related to a problem? Please describe.
I'd like to have way of getting notification from kimai in other apps when user starts/stops activity

Describe the solution you'd like
Possibly a configurable webhook

Describe alternatives you've considered
Writing dedicated app / writing app that handles REST api to provide webhooks

Additional context
n/a

jhoff
jhoff commented Feb 27, 2020

This perhaps isn't an issue with the package more than a user experience issue, but if you modify your composer.json file and accidentally leave invalid markup ( say an extra comma at the end of an array ), then all of the cghooks commands either fail silently or say there's nothing to do.

Perhaps simply executing a composer validate --no-check-lock before each cghooks command would be suff

Created by Rasmus Lerdorf

Released June 8, 1995

Organization
php
Website
secure.php.net
Wikipedia
Wikipedia

Related Topics

language
You can’t perform that action at this time.