Skip to content

savannahtech/laravel-vue-ernest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instructions

Below is the procedure to set up locally

First install composer dependencies

  • composer install

Install node dependencies

  • npm install

Edit the .env file with your database info

You don't need to run the "migrate" command just run

  • php artisan start

It will build the db table and seed some dummy data.

You can now run

  • php artisan serve

Start queue on another terminal

  • php artisan queue:work

Now open the app on port 8000

and log in with

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published