Skip to content

Instantly share code, notes, and snippets.

@kengitahi
Created February 25, 2025 01:05
Show Gist options
  • Save kengitahi/9f4785f7c93c1114b12607cf167b7018 to your computer and use it in GitHub Desktop.
Save kengitahi/9f4785f7c93c1114b12607cf167b7018 to your computer and use it in GitHub Desktop.
Fore new Laravel Installations
After installation
--------------------------
https://laravel-news.com/shouldbestrict
Packages
---------------
composer require --dev phpstan/phpstan (Code analysis, https://github.com/phpstan/phpstan)
composer require tightenco/duster --dev (Code analysis, https://github.com/tightenco/duster)
composer require rector/rector --dev (Code updates and refactoring, https://github.com/rectorphp/rector)
composer require barryvdh/laravel-debugbar --dev (Debugging, https://github.com/barryvdh/laravel-debugbar)
composer require laravel/telescope --dev (For logging, https://github.com/laravel/telescope)
composer require spatie/laravel-error-solutions (For error solutions, https://github.com/spatie/laravel-error-solutions)
composer require cviebrock/eloquent-sluggable (For slugs, https://github.com/cviebrock/eloquent-sluggable)
composer require orchid/platform (For CMS, https://https://orchid.software)
composer require ralphjsmit/laravel-seo (For SEO, https://github.com/ralphjsmit/laravel-seo)
composer require spatie/laravel-sitemap (For sitemap, https://github.com/spatie/laravel-sitemap, https://freek.dev/557-automatically-generate-a-sitemap-in-laravel)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment