Skip to content
This repository has been archived by the owner on Feb 15, 2021. It is now read-only.
/ epsilon Public archive

Epsilon is just a Laravel 5.8 starter kit that comes with some utility packages I use in every project.

Notifications You must be signed in to change notification settings

samuraee/epsilon

Repository files navigation

epsilon

Epsilon is just a Laravel starter kit that comes with some utility packages I use in every project.

What's in the Box?

Some highlights of what's included here:

Laravel Schedule

// app/Console/Kernel.php

// added for daily backup
$schedule->command('backup:clean')->daily()->at('02:50');
$schedule->command('backup:run')->daily()->at('03:00');

DB init migration

Added an init db migration for cases like Postgres extension activation

1981_09_21_000000_init_db.php

About

Epsilon is just a Laravel 5.8 starter kit that comes with some utility packages I use in every project.

Resources

Stars

Watchers

Forks

Packages