Skip to content

sharminshanta/univeware-app

Repository files navigation

Laravel 10 + PHP 8.2

Introduction

PHP

Laravel has a set of requirements in order to ron smoothly in specific environment. Please see requirements section in Laravel documentation.

So ensure You have Composer and Node installed on Your machine.

Assuming your machine meets all requirements - let's process to installation.

Installation

  1. Open in cmd or terminal app and navigate to this folder
  2. Run following commands
composer install
cp .env.example .env
php artisan key:generate
npm install
npm run dev
php artisan migrate
php artisan db:seed --class=UserSeeder
php artisan serve

And navigate to generated server link (http://127.0.0.1:8000)

Pages:

About

It's a simple Laravel Application: Aplied Observer Pattern - Event-Listener

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors