Skip to content

michael-roewin/Laravel-Product-App

Repository files navigation

Laravel Product App

About The App

This laravel app was created for the purpose of demonstrating CRUD functionality for an online exam.

Server Requirements

The Laravel version of this app is version 5.7. Please check out https://laravel.com/docs/5.7#server-requirements for the server requirements.

Installation

NOTE: You will need to create a virtual host domain called http://product-app.local and you need to point the application to this domain for it to work properly.

Clone the project using: git clone https://github.com/michael-roewin/Laravel-Product-App.git

If you are using linux, open the terminal then go to the project directory and run this commands
chmod -R 777 bootstrap/cache
chmod -R 777 storage

You need to install composer for the libraries needed for the app. https://getcomposer.org/

Once composer is installed run: composer update on the project directory.

After running composer update You will need to run: php artisan passport:keys

Import DB

Import the product-app.db file that is located inside the project directory to mysql.

User Credentials
username: admin
password: admin

Create .env file

copy the .env.example file and rename it as .env files and Aedit the configuration.

Notes

The view files of this laravel product app app came from the angular build in https://github.com/michael-roewin/Angular-Product-App.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages