Showing posts with label ubuntu. Show all posts
Showing posts with label ubuntu. Show all posts

Saturday, October 27, 2018

laravel project setup in ubuntu machine laravel 5.7 version.


At first you need to install composer in your machine,

Introduction

Composer  is a popular dependency management tool for PHP, created mainly to facilitate installation and updates for project dependencies. It will check which other packages a specific project depends on and install them for you, using the appropriate versions according to the project requirements.

This tutorial will explain how to install and get started with Composer on an Ubuntu 18.04 system.



  • sudo apt-get update
  • sudo apt install composer





Source here

for bootstrap configure

laravel task management project




For permission any file :

Laravel >= 5.4
php artisan cache:clear 
chmod -R 777 storage/
composer dump-autoload


How to Install Eclipse IDE in Ubuntu machine.

In this tutorial we will show you how to install the latest Eclipse in Ubuntu 18.04 machine.


Install Java:


  • sudo apt-get install default-jre

Install eclipse:


  1. sudo snap install --classic eclipse

after successfully installed of Eclipse , you should see the following output

  • eclipse 4.8.0 from 'snapcrafters' installed