Skip to content

ajthinking/laravel-preset

ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

18 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿš€ 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/adamwathan/laravel-preset"
    }
]

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

composer require adamwathan/laravel-preset --dev

Finally, apply the scaffolding by running:

php artisan preset nothingworks

What's nothingworks? NothingWorks Inc. is the absurd name I chose for my business, where I create products like Refactoring to Collections and Test-Driven Laravel ๐Ÿ˜„

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 57.9%
  • JavaScript 22.2%
  • HTML 15.7%
  • CSS 4.2%