Skip to content

Instantly share code, notes, and snippets.

View shakyl333's full-sized avatar

shakyl.mansuri@gmail.com shakyl333

View GitHub Profile
@shakyl333
shakyl333 / test_class.php
Last active November 1, 2017 12:45
New Test Class
namespace Tests\Feature;
use Tests\TestCase;
use Illuminate\Foundation\Testing\DatabaseMigrations;
class FooTest extends TestCase
{
use DatabaseMigrations;
/** @test */
public function it_${1}()
code how to make virtual ip for project
Go to /etc/apache2/sites-available
create a file named as a host_name.conf (eg. dclub.dev.conf)
copy the below code inside the file
<VirtualHost *:80>
ServerAdmin admin@server.in
ServerName server.in