Skip to content

anmartini/laravel-preset

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🚀 Andrea Martini's Laravel Preset

A Laravel 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/anmartini/laravel-preset"
    }
]

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

composer require anmartini/laravel-preset --dev

Finally, apply the scaffolding by running:

php artisan preset anmartini

This package is forked from Adam Wathan's Laravel Frontend Preset

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 85.3%
  • JavaScript 8.9%
  • HTML 4.7%
  • CSS 1.1%