nelsondiego/dn-laravel

Diego Nelson - Laravel Starter Kit

Installs: 2

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:TypeScript

Type:project

dev-main 2025-03-13 00:24 UTC

This package is auto-updated.

Last update: 2025-03-13 00:24:11 UTC


README

Laravel Version License Install with Herd

DN Laravel Starter Kit

DN Laravel Starter Kit is a Laravel application template designed to streamline the development process for new projects. It includes a pre-configured authentication system, Inertia.js/React frontend integration, Tailwind CSS with a modern design system, shadcn UI components library, optimized development environment setup, predefined testing configuration, and essential Laravel packages.

🚀 Features

  • Authentication system ready out-of-the-box
  • Inertia.js/React frontend integration
  • Tailwind CSS with modern design system
  • shadcn UI components library
  • Optimized development environment setup
  • Predefined testing configuration
  • Includes essential Laravel packages

🛠️ Installation

  1. Create project and navigate:
laravel new --using=nelsondiego/dn-laravel
cd your-project-name

Important: This application requires running with SSL (using Herd or Valet) due to history encryption. See the Inertia.js documentation for more details.

  1. Start development server:
php artisan serve

👨💻 Contribuciones bienvenidas | 📄 Licencia MIT | 🐛 Reportar issues