Skip to content

Latest commit

 

History

13 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel NuxtJS Starter template

Requirement

  • Docker >= 20.10
  • Docker compose plugin

Preferred for convenience during development:

  • PHP 8.1
  • NodeJS 16

If you don't have the dependencies above, you can still use the ones provided inside docker containers.

Setup development environment

Run the following command in the root of project to bootstrap the development environment.

make devup

A .env file will be created in the project's root directory. You can customize development environment to your preferences by editing it.

Install dependencies and run migrations.

make devinstall
make devmigrate

Start the web app in development mode.

make devrun

The web app will be available at your configured domain and port, by default it's project.localhost:8000.

Exec to php container

make devshphp

Read more

Relevant documentations:

About

Laravel 10 - Nuxt 3 starter

Topics

Resources

Stars

2 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages