Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/learnwithfair/laravel-crud-project

laravel-crud-project with [learnwithfair, Learn with fair, Rahatul Rabbi, Md Rahatul Rabbi ,rahatulrabbi]
https://github.com/learnwithfair/laravel-crud-project

crud-app laravel laravel-crud laravel-crud-project learn-with-fair learnwithfair rahatul-rabbi rahatulrabbi web-development

Last synced: 9 days ago
JSON representation

laravel-crud-project with [learnwithfair, Learn with fair, Rahatul Rabbi, Md Rahatul Rabbi ,rahatulrabbi]

Awesome Lists containing this project

README

        

# LARAVEL-CRUD-PROJECT

[![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/gTkWHJSL#JLYuxa_c_CMRsxu8r-EbgFB_vhSUk2ZlhfjIK747r58)
- [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

| | |
| :-----------------------------: | :-------------------------------------: |
| Home | Category |
| ![roadmap](screenshot/home.png) | ![roadmap](screenshot/add-category.png) |

## How to use this template?

Step-1: **For Set up Project**

- Clone this to your local machine using `gh repo clone learnwithfair/laravel-crud-project`
- Run 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`
- Run command (Another CMD) in the root directory `npm run dev`
- Visit path -> http://127.0.0.1:8000/

## Follow Me

[github](https://github.com/learnwithfair) [facebook](https://www.facebook.com/learnwithfair/) [instagram](https://www.instagram.com/learnwithfair/) [twitter](https://www.twiter.com/learnwithfair/) [YouTube](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