This project is a simple demonstration of a portfolio website using Laravel Framework. In this project the front-end is downloaded free from getbootstrap. However, I've worked specially on the back-end. The project is purely made for demonstration purpose and it is not for sale.
This project needs to be cloned first in order to operate.
$ git clone https://github.com/Mahadi001/Library_System.gitYou will need to be inside the project file to enter all of the rest of the commands. Type cd projectName to move to your terminal working location to the project file.
In this case:
cd Library_SystemInstall the dependencies and devDependencies and start the server. You can also download the composer if not installed beforehand here
$ composer update$ npm installcp .env.example .envcp .env.example .envphp artisan key:generateIn order to connect to the database:
- Create a database
- Locate to the database folder for a database file Vue_Laravel_MongoDB_Billing_Info\database\informations.json
- Import the json file in the mongoDB database
- In the .env file, fill out the DB_HOST, DB_PORT, DB_DATABASE, DB_USERNAME, and DB_PASSWORD options to match the credentials of the database.
Enter this to the command line :
php artisan migratephp artisan servenpm run dev or
npm run watch Thank you for considering contributing to the Laravel framework! The contribution guide can be found in the Laravel documentation.
In order to ensure that the Laravel community is welcoming to all, please review and abide by the Code of Conduct.
If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell via [email protected]. All security vulnerabilities will be promptly addressed.
The Laravel framework is open-sourced software licensed under the MIT license.