Skip to content

Ruhin1/curd-laravel-10

Repository files navigation

Curd Application Project

Made By Tonmoy Islam

This is a Curd Application Project Made with Laravel 10,

What can you do in this website

  • Post create update show delate functionlaty.

Dependencies

What needs to be installed...

Steps to Install

Clone The GitHub Repo first

  1. Open Cmd in folder you want to install project in...
  2. Type below Command and hit enter...
git clone https://github.com/Ruhin1/curd-laravel-10.git
  1. Then cd into folder using below Command
cd curd-laravel-10

Note from here On, You can also use Terminal from VS Code or Your IDE...

Install All Composer Dependencies

  1. Use below command to install all dependencies then wait till all process is complete...
composer install

Create a .env file

  1. Duplicate .env.example as .env file
  2. Fill information of your DB username and password & other info if needed...

Create DataBase

  1. Create DataBase by PhpMyadmin (provided by Wamp) or Any Other DB you use...

Note DataBase name should be same as typed in .env file

DataBase Structure

I recommend to import DB structure Using php artisan method but you can use .sql file to import if you want.

  1. Use below Command and wait till all migrations complete...
php artisan migrate
  1. Use below Command to Link Storage to Public folder
php artisan storage:link

Serve Project

  1. Use below Command ( Wamp/Other Should be Runnig ) to run project...
php artisan serve

if some key related error appears then use command php artisan key:generate to generate AppKey.

I am writing this documentaion while this project is still in making, because I was bored...

I will add more soon, If my mind says, lol...

If You are still reading, then Thanks and Welcome...

Hope My project helps you any ways...

About

This is a Curd Application Project Made with Laravel 10

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published