/laravel-preset

Primary LanguagePHPMIT LicenseMIT

🚀 Shore Laravel Preset

Forked from Adam Wathan's Laravel Frontend Preset

This preset includes:

Installation

This package isn't on Packagist (yet), so to get started, add it as a repository to your composer.json file:

"repositories": [
    {
        "type": "vcs",
        "url": "https://github.com/marklj/laravel-preset"
    }
]

Next, run this command to add the preset to your project:

composer require shore/laravel-preset --dev

Finally, apply the scaffolding by running:

php artisan preset shore