Skip to content

sukanta7660/php-boilerplate-with-eloquent-vue

Repository files navigation

PHP Boilerplate With Eloquent-Vue

How to use:

  • 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

Migrate Database

localhost:3000/migrate

Drop Database Tables

localhost:3000/drop

Seed Database

localhost:3000/seed

Some Tips:

Installed npm packages :

Installed composer packages:

Author

Sukanta Purkayastha
Software Engineer
AuthLab Ltd.

Contact

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 :)

About

A boilerplate for PHP projects with Eloquent ORM

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages