Skip to content

renatoxm/laravel-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.