Skip to content

Latest commit

 

History

History
56 lines (37 loc) · 844 Bytes

README.md

File metadata and controls

56 lines (37 loc) · 844 Bytes

Laravel Logo

You can see this project here

installation

Clone project:

git clone [email protected]:alibaghernia/menuma-laravel.git

Install dependencies:

comopser install
npm i

Add .env file:

cp .env.example .env

Then set variable's values by open and edit the file

Generate APP_KEY value:

php artisan key:gen

Link storage folder:

php artisan storage:link

Generate assets:

npm run build

Run migrations:

php artisan migrate --seed

Run the project:

php artisan serve