- Just clone the repository and keep on your server directory (htdocs) or anything else.
- run command $
npm i
to install node - run command $
composer install
to install composer - run command $
cp .env.example .env
- Set you database credentials in .env file
- run command $
composer dump-autoload
for refresh autoload files - run command $
npx mix watch
for compile vue files - Run command $
php -S localhost:3000
to start server
localhost:3000/migrate
localhost:3000/drop
localhost:3000/seed
Installed npm packages :
Installed composer packages:
Sukanta Purkayastha
Software Engineer
AuthLab Ltd.
If you have any query please contact with me or create an issue.
Email: spurkayastha83@gmail.com
Website: https://devsukanta.me/
Facebook: Sukanta Purkayastha
LinkedIn: Sukanta Purkayastha
NB: Now you are ready to go with your own way.
Enjoy Coding :)