Skip to content

VueJS 3, REST API, SPA, Authentication, Modules, Roles, Permissions

Notifications You must be signed in to change notification settings

BlackKnightZERO/Hackathon_Prototype_1

Repository files navigation

ScreenShot_20230908173618

Installation Guide

prerequisites:
* PHP 8.1^
* MySQL (xampp or wampp)
* NodeJS 18.9^
* Composer 2^
Steps:
1. Place the project at any desired location, preferably C:/xampp/htdocs if using xampp
2. From project directory, create a new .env file and copy contents from env.example to .env
3. Create a new database on phpmyadmin
4. Configure APP_URL=localhost:8000 on .env file
5. Configure DB_DATABASE, DB_USERNAME, DB_PASSWORD on .env file according to your phpmyadmin configuration
6. No string quotation marks are required. ex: DB_DATABASE=your_db_name, DB_USERNAME=root
7. Start a new terminal from project directory & run > composer i
8. From a terminal from project directory run > php artisan key:generate
9. From a terminal from project directory run > php artisan migrate
10. From a terminal from project directory run > php artisan db:seed
11. From a terminal from project directory run > npm i
Running the project:
* From a terminal from project directory run > php artisan serve
* From another terminal from project directory run > npm run dev
* dev server : http://localhost:8000/
Syncing Dependencies:
* pull from master
* composer
    - run > composer i
    - run > composer dump-autoload
    - restart dev server, run > php artisan serve
* npm
    - run > npm i
    - recompile js bundle, run > npm run dev

Laravel Logo

Build Status Total Downloads Latest Stable Version License

About Laravel

Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:

Laravel is accessible, powerful, and provides tools required for large, robust applications.

Learning Laravel

Laravel has the most extensive and thorough documentation and video tutorial library of all modern web application frameworks, making it a breeze to get started with the framework.

You may also try the Laravel Bootcamp, where you will be guided through building a modern Laravel application from scratch.

If you don't feel like reading, Laracasts can help. Laracasts contains over 2000 video tutorials on a range of topics including Laravel, modern PHP, unit testing, and JavaScript. Boost your skills by digging into our comprehensive video library.

Laravel Sponsors

We would like to extend our thanks to the following sponsors for funding Laravel development. If you are interested in becoming a sponsor, please visit the Laravel Patreon page.

Premium Partners

Contributing

Thank you for considering contributing to the Laravel framework! The contribution guide can be found in the Laravel documentation.

Code of Conduct

In order to ensure that the Laravel community is welcoming to all, please review and abide by the Code of Conduct.

Security Vulnerabilities

If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell via taylor@laravel.com. All security vulnerabilities will be promptly addressed.

License

The Laravel framework is open-sourced software licensed under the MIT license.

About

VueJS 3, REST API, SPA, Authentication, Modules, Roles, Permissions

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published