edyspider/laravel-10-starter-kit

Laravel 10 starter project with Livewire and authentication capability.

Installs: 1

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:Blade

Type:project

v1.1.0 2024-03-27 15:13 UTC

This package is auto-updated.

Last update: 2024-04-27 15:31:48 UTC


README

Laravel Starter Kit Logo

Features

Installation

  • composer create-project edyspider/laravel-10-starter-kit.
  • Run php artisan key:generate.
  • Edit database connection in .env if needed.
  • Run php artisan migrate
  • Run npm install

Usage

Development

npm run dev

Production

npm run build

License

The Laravel framework is open-sourced software licensed under the MIT license.