Skip to content

Houssem-DH/CRUD-APP-LARAVEL

Repository files navigation

About CRUD-APP

On this App You Can Create, See And Manage your Posts

image info

How To Open :

First instal composer.json dependencies by running in terminal

composer update

second instal package.json dependencies by running in terminal

npm install

Create env file with your own database configration

-Windows

copy .env.example .env

Linux/Mac

cp .env.example .env

Then you need To generate New Key By Running

php artisan key:generate

then you need to migrate to database ny running

php artisan migrate

then run

php artisan optimize

to start server on localhost:8000

php artisan serve

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published