LaravelPackages.net
Acme Inc.
Toggle sidebar
edyspider/laravel-10-starter-kit

Laravel 10 starter project with Livewire and authentication capability.

6
0
v1.1.0
About edyspider/laravel-10-starter-kit

edyspider/laravel-10-starter-kit is a Laravel package for laravel 10 starter project with livewire and authentication capability.. It currently has 0 GitHub stars and 6 downloads on Packagist (latest version v1.1.0). Install it with composer require edyspider/laravel-10-starter-kit. Discover more Laravel packages by edyspider or browse all Laravel packages to compare alternatives.

Last updated

Laravel 10 Starter Kit

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.

Comments