https://github.com/learnwithfair/laravel-with-raw-php
laravel-with-raw-php with [learnwithfair, Learn with fair, Rahatul Rabbi, Md Rahatul Rabbi ,rahatulrabbi]
https://github.com/learnwithfair/laravel-with-raw-php
laravel laravel-framework learn-with-fair learnwithfair php php-with-laravel-framework rahatul-rabbi rahatulrabbi web-development
Last synced: about 2 months ago
JSON representation
laravel-with-raw-php with [learnwithfair, Learn with fair, Rahatul Rabbi, Md Rahatul Rabbi ,rahatulrabbi]
- Host: GitHub
- URL: https://github.com/learnwithfair/laravel-with-raw-php
- Owner: learnwithfair
- Created: 2024-05-10T14:47:21.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-10T16:47:25.000Z (about 2 years ago)
- Last Synced: 2025-01-09T09:24:16.482Z (over 1 year ago)
- Topics: laravel, laravel-framework, learn-with-fair, learnwithfair, php, php-with-laravel-framework, rahatul-rabbi, rahatulrabbi, web-development
- Language: PHP
- Homepage:
- Size: 104 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LARAVEL-WITH-ROW-PHP
[![Youtube][youtube-shield]][youtube-url]
[![Facebook][facebook-shield]][facebook-url]
[![Instagram][instagram-shield]][instagram-url]
[![LinkedIn][linkedin-shield]][linkedin-url]
Thanks for visiting my GitHub account!
**Laravel** is a free and open-source PHP- based web framework for building high-end web applications. It was created by Taylor Otwell and intended for the development of web applications following the model–view–controller architectural pattern and based on Symfony. [see-more](https://laravel.com/docs/)
### [Documentation](https://github.com/learnwithfair/laravel-documentation)
## Source Code (Download)
- [Source-code](https://mega.nz/file/BeMgnA6Y#hCWEEo94yD4ZS3kuAI_tAB9-CGma_NQqGQsaDT-A-Xk)
- [Documentation](https://mega.nz/folder/RGFiUApD#PoKIVCwF8IkQhE2PHw1XxQ)
## Required Software (Download)
- VS Code, Download ->https://code.visualstudio.com/download
- XAMPP ,Download-> https://www.apachefriends.org/download.html
- Composer ,Download (Composer-Setup.exe)-> https://getcomposer.org/download/
- Nodejs ,Download -> https://nodejs.org/en/download
## Project Features
| | |
| :------------------------------------------------: | :--------------------------------------------: |
| Post | Single-Post |
|  |  |
| Add-Post | Update-Post |
|  |  |
## How to use this template?
Step-1: **For Set up Project**
- Clone this to your local machine using `gh repo clone learnwithfair/laravel-with-row-php`
- Run the command in the root directory
```npm
i) composer install or composer update
ii) npm install
```
Step-2: **Connect Database**
- In the .env file change the configuration as-
```cmd
APP_KEY=base64:2qbhz1ExIN5uT3YfW0XBWaVwh7GPdG44bRFRDjkQQog=
```
```cmd
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=DatabaseName
DB_USERNAME=root
DB_PASSWORD=
```
- Create data table write the command in cmd
```cmd
php artisan migrate
```
- Note: If it's not working correctly then following the s
- Manually, Create the desired database in the path-> `http://localhost/phpmyadmin/`
- Or Create database using cmd as-
- Set up the Environment variabel `C:\xampp\mysql\bin`
- Write the command in the cmd
```cmd
mysql -u root -p (password: Not Used)
create database DatabaseName; (semicolon must be add in the end)
show databases;
exit;
```
- Again run the command in the cmd as-
```cmd
php artisan migrate
```
**For Run Project**
- Start the Xampp server
- Run command in the root directory `php artisan serve`
- Visit path -> http://127.0.0.1:8000/posts
## Follow Me
[
](https://github.com/learnwithfair) [
](https://www.facebook.com/learnwithfair/) [
](https://www.instagram.com/learnwithfair/) [
](https://www.twiter.com/learnwithfair/) [
](https://www.youtube.com/@learnwithfair)
[youtube-shield]: https://img.shields.io/badge/-Youtube-black.svg?style=flat-square&logo=youtube&color=555&logoColor=white
[youtube-url]: https://youtube.com/@learnwithfair
[facebook-shield]: https://img.shields.io/badge/-Facebook-black.svg?style=flat-square&logo=facebook&color=555&logoColor=white
[facebook-url]: https://facebook.com/learnwithfair
[instagram-shield]: https://img.shields.io/badge/-Instagram-black.svg?style=flat-square&logo=instagram&color=555&logoColor=white
[instagram-url]: https://instagram.com/learnwithfair
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=flat-square&logo=linkedin&colorB=555
[linkedin-url]: https://linkedin.com/company/learnwithfair