Skip to content

My preset to bootstrap a Laravel application

License

Notifications You must be signed in to change notification settings

Elhebert/laravel-preset

Repository files navigation

Elhebert Laravel preset

A Laravel preset to bootstrap a Laravel application with everything I need.

This preset is based on adamwathan/laravel-preset and sixlive/laravel-preset.

What is included

Composer packages

NPM packages

Configuration files

Resources

  • Adds a simple Tailwind-tuned default layout template
  • Replaces the welcome.blade.php template with one that extends the main layout
  • Add meta.php to the language files

Installation

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

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

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

composer require elhebert/laravel-preset --dev

Usage

php artisan preset elhebert

Contributing

Please see CONTRIBUTING for more details.

License

This preset is licensed under the MIT license.

About

My preset to bootstrap a Laravel application

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published