Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/umit-ulusoy/portfolio-site-with-laravel
- Owner: Umit-Ulusoy
- License: mit
- Created: 2022-10-08T15:33:25.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-24T17:41:21.000Z (over 1 year ago)
- Last Synced: 2024-10-11T11:22:16.759Z (about 1 month ago)
- Topics: authentication, laravel-framework, laravel8, mvc, orm, portfolio-site
- Language: PHP
- Homepage:
- Size: 124 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).