Skip to content

larsencl/laravelte

Repository files navigation

Laravelte

Laravel + Svelte

A basic starter project. Nothing fancy here.

  • Laravel
  • MySQL
  • phpMyAdmin
  • Svelte
  • Inertia

Installation

git clone [email protected]:larsencl/laravelte.git
cd laravelte

Using Makefile

make install
make up
# view all available make commands
make help

Using Sail

Create an alias if you wish to directly use Sail

alias sail='[ -f sail ] && sh sail || sh vendor/bin/sail'
# Example
sail artisan about

See Executing Sail Commands

About Laravel

Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:

Laravel is accessible, powerful, and provides tools required for large, robust applications.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published