You can see this project here
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