1 Apr 2017
0.51K
No Comments
Interview with Petya Ideasplayer

Petya Ideasplayer Hi! I’m Petya, a.k.a Ideasplayer, a graphic artist, interface designer and illustrator. My name is Petya Plamenova but online I’m better known as Ideasplayer How you come in painting/art field Coming from a family of #artists and #photographers, it was no surprise that I showed an interest in art

Post in

1 Apr 2017
0.86K
No Comments

Art of 1st MarchAsh by wlop Art of 2nd MarchArrival by wlop Art of 3rd MarchMononoke Hime by AstriSjursen Art of 4th MarchTea Time by AquaSixio Art of 5th MarchMemory by wlop Art of 6th MarchSekhmet by sandara Art of 7th MarchLove is Life by AndreeaRosse Art of 8th MarchNight

Post in

23 Mar 2017
0.62K
No Comments
Interview with Melania Morabito Digital Manipulator

My name is Melania Morabito I’m a 24-year-old girl from #Vibo #Valentia, a small province in #Calabria, #Italy. I’m a self-taught #photomanipulator, retoucher, graphic designer and #photographer. How you come in painting/art field I discovered #Photoshop when I was a child, I was just 8 years old. Through the years,

Post in

23 Mar 2017
0.46K
No Comments

[php] CMD >> D:\xampp\htdocs\laravelproject>php artisan key:generate //’key’ => env(‘U9pdjHIWJtqOHvLCYoRgqFjGv2ryAdKB’), ‘key’ => env(‘ENTER HERE GENERATED VALUE’), //’cipher’ => ‘AES-256-CBC’, ‘cipher’ => MCRYPT_RIJNDAEL_128, [/php

Post in

23 Mar 2017
0.89K
No Comments

[php] use Auth; class SDTuts_LaravelController extends Controller{ } [/php

Post in

23 Mar 2017
0.56K
No Comments

[php] use Illuminate\Support\Facades\Input; class SDTuts_LaravelController extends Controller{ function SDTuts_LaravelMethod(){ Input::get(‘param’); Input::post(‘param’); } } [/php

Post in

23 Mar 2017
0.48K
No Comments

[php] <?php namespace App\Http\Controllers\theController; use Illuminate\Routing\Controller as BaseController; class theController extends BaseController{ [/php

Post in

23 Mar 2017
0.25K
No Comments

[php] wrong {!! Form::text(‘ctitle’, ”, array_merge([‘id’=>’ctitle’,’class’ => ‘form-control’,’value’=>$c_data[‘title’]])) !!} right wrong {!! Form::text(‘ctitle’, $c_data[‘title’], array_merge([‘id’=>’ctitle’,’class’ => ‘form-control’])) !!} [/php

Post in

23 Mar 2017
0.24K
No Comments

[php] {!! Form::password(‘password’, [‘class’ => ‘form-control’,’placeholder’=>’Enter password’,’required’=>”,’tabindex’=>’2′]) !!} [/php

Post in

23 Mar 2017
0.19K
No Comments

[php] {!!str_replace(‘href="’,’class="my_paginationLinks" href="’,$data_listing_records->links())!!} [/php

Post in