2017 © Pedro Peláez
 

library laravel-fresh-start

Quickly scaffold the laravel app for further developing

image

masterro/laravel-fresh-start

Quickly scaffold the laravel app for further developing

  • Wednesday, February 21, 2018
  • by MasterRO
  • Repository
  • 1 Watchers
  • 7 Stars
  • 16 Installations
  • PHP
  • 0 Dependents
  • 1 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 14 % Grown

The README.md

, (*1)

Laravel Fresh Start

Quickly scaffold base application structure

This package provides you an artisan command that creates a App/Models directory and moves App/User.php there. Then it creates an abstract Model class and extend App\Models\User from abstract App\Models\Model. After that it requires ide-helper and debugbar and requires it in the AppServiceProvider for local env and adds to dont-discover in composer.json. Also it adds a php artisan ide-helper:generate command to composer.json post-install-cmd and post-update-cmd., (*2)

Installation

Step 1: Composer

From the command line, run:, (*3)

composer require masterro/laravel-fresh-start --dev

Step 2: Service Provider (For Laravel < 5.5)

For your Laravel app, open config/app.php and, within the providers array, append:, (*4)

MasterRO\LaravelFreshStart\Providers\FreshStartServiceProvider::class

Step 3: Run the scaffold

From the command line, run:, (*5)

php artisan app:fresh-start

You will be asked some questions to configure scaffolding. If you want to skip configuration yot can run command with --default option, (*6)

php artisan app:fresh-start --default

Step 4: Remove the package

If you answered "no" on "Remove this package?" question after scaffolding you can remove, (*7)

composer remove masterro/laravel-fresh-start
For Laravel < 5.5

Open config/app.php and remove the provider:, (*8)

MasterRO\LaravelFreshStart\FreshStartServiceProvider::class

I will be grateful if you star this project :)

The Versions

21/02 2018

dev-master

9999999-dev

Quickly scaffold the laravel app for further developing

  Sources   Download

MIT

The Requires

 

The Development Requires

by Roman Ihoshyn

laravel scaffold fresh get-up

21/02 2018

v1.0.2

1.0.2.0

Quickly scaffold the laravel app for further developing

  Sources   Download

MIT

The Requires

 

The Development Requires

by Roman Ihoshyn

laravel scaffold fresh get-up

21/02 2018

v1.0.1

1.0.1.0

Quickly scaffold the laravel app for further developing

  Sources   Download

MIT

The Requires

 

The Development Requires

by Roman Ihoshyn

laravel scaffold fresh get-up

06/10 2017

v1.0.0

1.0.0.0

Quickly scaffold the laravel app for further developing

  Sources   Download

MIT

The Requires

 

The Development Requires

by Roman Ihoshyn

laravel scaffold fresh get-up

14/09 2017

v0.1.0

0.1.0.0

Quickly scaffold the laravel app for further developing

  Sources   Download

MIT

The Requires

 

The Development Requires

by Roman Ihoshyn

laravel scaffold fresh get-up