Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Batteries included Laravel preset based on InertiaJS, VueJS and TailwindCSS stack.

NotificationsYou must be signed in to change notification settings

TitasGailius/laravel-moonlight

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

I stand with Ukraine🇺🇦

Laravel Moonlight is a carefully crafted Laravel preset for your next SPA application.

Leverage an existing server-side framework to create a fully client-side rendered, single-page application without much of the complexity that comes with a modern SPA.

Laravel Moonlight


Stack

Installation

Installed using composer:

composer require titasgailius/laravel-moonlight

Usage

Once the package has been installed, you may install the scaffolding using the ui Artisan command:

// Generate basic scaffoldingphp artisan ui moonlight// Include authentication scaffoldingphp artisan ui moonlight --auth

Screenshots

GitHub Logo

GitHub Logo

GitHub Logo

GitHub Logo

GitHub Logo

GitHub Logo

Project Structure

project│ - webpack.mix.js│└───resources│   |│   └───js│   |   │ - app.js│   |   │ - bootstrap.js│   |   ││   |   └───components // Global components that are auto-registered.|   |   |   | - form-input.vue|   |   |│   |   └───layouts|   |   |   | - app.vue|   |   |│   |   └───pages // This is where you put your application pages.│   |       │ - home.vue│   |       │ - welcome.vue│   |       ││   |       └───auth│   |           │ - login.vue│   |           │ - register.vue│   |           │ - verify.vue│   |           ││   |           └───passwords│   |               │ - confirm.vue│   |               │ - email.vue│   |               │ - reset.vue│   |│   └───sass│   |   | - app.scss│   ││   └───views│       │ - app.blade.php|└───app/Providers    | // Here you may register any variables that are shared between pages.    │ - InertiaServiceProvider.php

About

Batteries included Laravel preset based on InertiaJS, VueJS and TailwindCSS stack.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors5


[8]ページ先頭

©2009-2025 Movatter.jp