7

GitHub - poloey/uy23-laravel-material-contact-app

 2 years ago
source link: https://github.com/poloey/uy23-laravel-material-contact-app
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client

Contact status laravel application by LICT TUP OFF - UY-23

Its build with latest laravel 5.6 and modern css framework materialize css. User can track their activity with contacts. They can store contact information and keep status for contacts.

Technology

  • Bootstrap
  • Materialize css
  • Laravel

How to run this project

First clone project from github and cd into this project inside terminal

git clone https://github.com/poloey/laravel-material-contact-app.git
cd laravel-material-contact-app

Downloading composer package and dumping

composer install
composer dump-autoload

make uploads folder for avatar uploads

mkdir public/images/uploads/

Configure project by resetting old data and generating new key

php artisan cache:clear
php artisan view:clear
php artisan config:clear
php artisan key:generate

Create a database name with contact

php artisan migrate

seed database with dummy data

php artisan db:seed

Serving laravel project

php artisan serve

dummy user login credentials

Take care


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK