Skip to content

Laravel Web app with PHP Backend, MySQL Database, where users post reviews of different type of phones.

Notifications You must be signed in to change notification settings

AbrahamNobleOX/PhoneRev

Repository files navigation

Database Setup

Add your .env file in the root of the folder.

Migration

run the following command to migrate your database

php artisan migrate

Seeding

Populate dummy data to listing

php artisan db:seed

Upload Files

Files are uploaded to "storage/app/public".

php artisan storage:link

Running Larevel App

Run

php artisan serve

About

Laravel Web app with PHP Backend, MySQL Database, where users post reviews of different type of phones.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published