brombeer/laravel-artisan-fresh

This package is abandoned and no longer maintained. No replacement package was suggested.

A PHP artisan command to start a fresh migration with seeding and clearing all caches

dev-master 2019-08-26 14:18 UTC

This package is auto-updated.

Last update: 2020-02-26 15:32:32 UTC


README

Runs a fresh migration with seeding and various artisan commands for clearing caches/views.

Usage:

php artisan fresh

This will run the following artisan commands to get a fresh installation of your app:

php artisan route:clear
php artisan cache:clear
php artisan config:cache
php artisan clear-compiled
php artisan migrate:fresh
php artisan db:seed

Made with 😤 by brombeer