Looking to hire Laravel developers? Try LaraJobs

laravel-10-starter-kit maintained by edyspider

Description
Laravel 10 starter project with Livewire and authentication capability.
Last update
2024/03/27 16:13 (dev-main)
License
Links
Downloads
6
Tags

Comments
comments powered by Disqus

Laravel 10 Starter Kit

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.