Skip to content

bekjon-me/laravel-vue-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is laravel and vue 3 template, uses sail.

First, you have to create .env file in root folder and copy .env.example file content to .env file. You can change configurations if you want

And then, we have to install packages and build our frontend assets

composer install
pnpm install
pnpm run build

And you should run this command in a separate terminal:

pnpm run dev

To run the project, you have to use default context of the docker. You can switch to default context using this command:

docker context use default

After that, you run this command:

sail up -d

After container build, you have to create tables and seed database if you want using this command:

sail artisan migrate:fresh
sail artisan db:seed

After everything done, you must see your website running on localhost:8000.

Frontend Features


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published