renatoxm / laravel-starter

Laravel 11 Starter Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Laravel 11 Starter Project

Laravel 11 Starter project

Stack

Laravel MySQL Vite Docker

Features

Instalation

  • Clone the repo
  • Run composer install & npm install commands
  • Run migrations
composer i
npm i
artisan migrate

Commands

Laravel IDE Helper

Re-generate the docs yourself

sail artisan ide-helper:generate

Automatic PHPDocs for models

sail artisan ide-helper:models

Commitzen

Using commitzen instead of git commit -m "something"

git cz

PHP Stan

Run PHP Stan

composer analyse

Laravel Pint

Format Laravel code

composer format

License

This project is licensed under the MIT license, Copyright (c) 2023 Renato Nabinger. For more information see the LICENSE file.

About

Laravel 11 Starter Project

License:MIT License


Languages

Language:PHP 97.0%Language:Blade 2.9%Language:Shell 0.0%Language:JavaScript 0.0%