Skip to content

hamzaDAf/laravel-7-CRUD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

679c242 · Jan 29, 2022

History

2 Commits
Jan 29, 2022
Jan 25, 2022
Jan 25, 2022
Jan 29, 2022
Jan 29, 2022
Jan 29, 2022
Jan 29, 2022
Jan 25, 2022
Jan 25, 2022
Jan 25, 2022
Jan 29, 2022
Jan 25, 2022
Jan 25, 2022
Jan 25, 2022
Jan 29, 2022
Jan 25, 2022
Jan 25, 2022
Jan 25, 2022
Jan 25, 2022
Jan 25, 2022
Jan 25, 2022
Jan 25, 2022

Repository files navigation

Laravel 7 CRUD

Installation

Clone the repository:

git clone https://github.com/hamzaDAf/laravel-7-CRUD.git

Then cd into the folder with this command:

cd laravel-7-CRUD

Then install project's dependencies:

composer install

Create a environment file:

cp .env.example .env

Generate application key:

php artisan key:generate

Create your database and add it to .env file :

DB_DATABASE=laravel-7-crud

Run laravel migration :

php artisan migrate

Run laravel seeders :

php artisan db:seed

Run server

Run server using this command:

php artisan serve

License

The Laravel-7-CRUD is open-sourced software licensed under the MIT license.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published