Giter Site home page Giter Site logo

lungugeorgeprogramator / laravel-mini-project Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 302 KB

This project is a mini shop catalog online for products and categories build in Laravel. There is a login system present but no shop cart.

PHP 72.33% Vue 0.23% HTML 27.44%
php-artisan php7 laravel laravel-framework mysql php-composer seed css bootstrap

laravel-mini-project's Introduction

Laravel-mini-project

This project is a mini shop catalog online for products and categories. There is a login system present but no shop cart.

Clone project

  • create storage directory and storage/app, storage/cache, storage/framework & storage/logs directories
  • chmod -R 777 storage
  • chmod -R 777 bootstrap/cache
  • php /usr/bin/composer install or php72 /usr/bin/composer update
  • php artisan storage:
  • update .env
  • php artisan --version
  • php artisan cache:clear
  • php artisan route:clear
  • php artisan route:list
  • copy-paste .htaccess & .htpasswd (if it's necessary)
  • php artisan migrate:refresh --seed

How to install

  • cd /data/www/{username}

  • php /usr/bin/composer global require "laravel/installer" (if Laravel isn’t installed)

  • php /usr/bin/composer create-project --prefer-dist laravel/laravel {project_name} (. install in cur. folder)

  • cd /data/www/{username}/{project_name}

  • php /usr/bin/composer install

  • php artisan storage:

  • chmod -R 777 storage

  • chmod -R 777 bootstrap/cache

  • php artisan --version

  • php artisan cache:clear

  • php artisan route:clear

  • php72 artisan route:list

Install phpMyAdmin in public/ directory

laravel-mini-project's People

Contributors

lungugeorgeprogramator avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.