Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in php

Kafka client for PHP

php client apache-kafka

Yii2 - Model is not saving in foreach loop in Yii2

php yii2

PHPUnit "Could not read phpunit.xml" on Travis CI

php phpunit travis-ci

symfony2 create first controller but 404

php symfony

Set shipping method programmatically Woocommerce

php wordpress woocommerce

Laravel 5.1 - How to send parameter to authorize() function

php laravel request

how to add multiple css file in mpdf

php html css mpdf

Laravel Ajax Response And Handling Errors

php ajax laravel response

In Laravel 5.1 blade templates, how can I use @yield without the extra space added at the end?

php laravel laravel-5.1 blade

InvalidStateException in AbstractProvider.php line 191 with socialite

php laravel oauth laravel-5

Symfony: How to get all services and their respective classes

PHP: How to raise number to (tiny) fractional exponent?

php math bcmath

Composer - show possible updates for dependencies (like bower list)

php composer-php

create regex to match format of 00:00:00 for duration (not time)

php regex laravel duration

Put data in php://input from command line

php command-line stdin

.htaccess has been read but rewrite url is not working

How to stop updating password in codeigniter in edit method?

php codeigniter

Laravel 5.2 understanding "fat model, skinny controller"

Doctrine migration. Add column after other one

php mysql doctrine-orm

echo (float)12,3; versus echo (float)"12,3"; - why the difference?

php