Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in php

Error 500 when uploading Laravel project to server

php linux laravel

Why does multi_query not work when I use transactions?

What is Facebook app canvas and page tab?

JS charCodeAt equivalent in PHP (with full unicode and emoji compatibility)

How to generate a short token with laravel passport?

Cakephp: how to call javascript function in link?

javascript php html cakephp

Xdebug (inside Docker container) ignoring XDEBUG_CONFIG environment variable

Laravel functional testing ajax control

php laravel laravel-5.3

ZipArchive::close(): Failure to create temporary file in AWS EC2 Linux

FatalErrorException in ProviderRepository.php line 208: Class 'Illuminate\Html\HtmlServiceProvider' not found

php laravel-5.4

different Timestamps when using strtotime() in PHP and UNIX_TIMESTAMP() in MySQL

php mysql date mysqli timestamp

Setting up an in memory SQLite database for testing in Laravel 5.4

php laravel sqlite laravel-5

php 7 mb_ (multibyte) functions are ~60% slower than in 5.3 (windows only issue)

php performance php-7 php-7.1

Laravel Eloquent delete() not working

Dropzone no valid MIME type in backend Laravel?

How to convert a file to UTF-8 in php?

php encoding utf-8

How to use relationship value in Laravel Form Facade?

Laravel not using https for assets and dynamic routes

php laravel http https

A Colon cannot be used in an unquoted value Error in security.yml

php symfony yaml

Is it true that string literals in PHP can only be encoded in an encoding which is a compatible superset of ASCII, such as UTF-8 or ISO-8859-1?