jacksonfrankland / laravel-preset

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸš€ Adam Wathan's Laravel Frontend Preset

A Laravel frontend preset that scaffolds out new applications just the way I like 'em πŸ‘ŒπŸ»

What it 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/jaxonf92/laravel-preset"
    }
]

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

composer require jaxonf92/laravel-preset --dev

Finally, apply the scaffolding by running:

php artisan preset jacksonfrankland

About

License:MIT License


Languages

Language:PHP 60.2%Language:JavaScript 19.9%Language:HTML 15.6%Language:CSS 4.2%