Skip to content

Instantly share code, notes, and snippets.

@nickdavies791
nickdavies791 / Asset.php
Last active March 28, 2019 08:50
A few snippets from Asset Manager
<?php
namespace App;
use Illuminate\Database\Eloquent\Model;
class Asset extends Model
{
/**
* The attributes that are mass assignable.
@nickdavies791
nickdavies791 / .env.testing
Created February 15, 2019 09:44
Laravel 5.7, Travis CI and Forge Testing and Deployment
APP_NAME=Laravel
APP_ENV=testing
APP_KEY= // key here
APP_DEBUG=true