Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/umit-ulusoy/portfolio-site-with-laravel

my first Laravel project
https://github.com/umit-ulusoy/portfolio-site-with-laravel

authentication laravel-framework laravel8 mvc orm portfolio-site

Last synced: about 1 month ago
JSON representation

my first Laravel project

Awesome Lists containing this project

README

        

# A Simple Portfolio Site With Laravel
This is my first Laravel project, and it's easy to install and use. It only includes backend code and doesn't have any CSS or styling.
## Getting Started
### Prerequisites
Before getting started, make sure that you have the following applications installed:
- PHP 7.3.28 or higher,
- Composer,
- MySQL 5.5 or higher,
- Git (only needed for cloning).
### Installation
To install, open your terminal and follow the instructions below:
1. Clone or [download the project](https://github.com/Umit-Ulusoy/portfolio-site-with-Laravel/archive/refs/heads/main.zip):
Clone: "git clone https://github.com/Umit-Ulusoy/portfolio-site-with-Laravel.git"
2. Navigate to the project folder:
"cd portfolio-site-with-Laravel"
3. Install dependencies:
"composer install"
4. Generate the application key. [Learn more about this step](https://laravel.com/docs/7.x/installation#configuration):
"php artisan key:generate"
5. Bootstrap the application:
"php artisan serve"
### License:
This project is licensed under the MIT License. [Learn more about this license](https://docs.github.com/articles/licensing-a-repository).