Coder Social home page Coder Social logo

laravel511's Introduction

Laravel PHP Framework

Build Status Total Downloads Latest Stable Version Latest Unstable Version License

Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable, creative experience to be truly fulfilling. Laravel attempts to take the pain out of development by easing common tasks used in the majority of web projects, such as authentication, routing, sessions, queueing, and caching.

Laravel is accessible, yet powerful, providing powerful tools needed for large, robust applications. A superb inversion of control container, expressive migration system, and tightly integrated unit testing support give you the tools you need to build any application with which you are tasked.

ssh 104.197.251.61 rsync -rvztPhe ssh .env.production 104.197.251.61:code/laravel511/.env rsync -rvztPhe ssh .env.production 104.197.251.61:code/delivery24horas/.env

sudo openssl genrsa -out /etc/ssl/ionic.ilhanet.com.key 2048 mkdir -p /home/luciano/code/ionic-delivery24horas/www/.well-known/acme-challenge/

rsync -rvztPhe ssh /home/luciano/Code/nginx-config/ 104.197.251.61:nginx-config

##Command to Umbler

rsync -rvztPhe "ssh -p 9922" vendor/ [email protected]:vendor
rsync -rvztPhe "ssh -p 9922" .env.production [email protected]:.env

##Command to Google Cloud Install PHP Mysql Nginx

sudo apt-get install python-software-properties
sudo add-apt-repository ppa:ondrej/php
sudo add-apt-repository -y ppa:ondrej/mysql-5.6
sudo apt-get update
sudo apt-get install -y php7.0 php7.0-fpm

sudo apt-get install mysql-server-5.6 php7.0-mysql 
sudo apt-get install mysql-server-5.7 php7.0-mysql 

sudo apt-get install nginx php7.0-curl php7.0-json php7.0-mbstring php7.0-xml php7.0-zip php7.0-intl php7.0-bz2 php7.0-gd

sudo apt-get install php-memcached memcached

sudo nano /etc/php/7.0/fpm/php.ini
cgi.fix_pathinfo=0
sudo systemctl restart php7.0-fpm

sudo nano /etc/php/7.0/fpm/pool.d/www.conf
sudo cp /etc/nginx/sites-available/default /etc/nginx/sites-available/laravel511
sudo nano /etc/nginx/sites-available/laravel511
sudo ln -s /etc/nginx/sites-available/laravel511 /etc/nginx/sites-enabled/laravel511
sudo service nginx reload

Ubuntu Firewall

sudo ufw allow 'OpenSSH'
sudo ufw allow 'Nginx Full'
sudo ufw enable

Install Composer

php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
php -r "if (hash_file('SHA384', 'composer-setup.php') === '070854512ef404f16bac87071a6db9fd9721da1684cd4589b1196c3faf71b9a2682e2311b
36a5079825e155ac7ce150d') { echo 'Installer verified'; } else { echo 'Installer corrupt'; unlink('composer-setup.php'); } echo PHP_EOL;"
php composer-setup.php
php -r "unlink('composer-setup.php');"
sudo mv composer.phar /usr/local/bin/composer

Clone Git

git clone https://github.com/lucianobapo/laravel511.git
composer install
rsync -rvztPhe ssh .env.production [email protected]:.env
cp /home/luciano/.env ~/code/laravel511/

Official Documentation

Documentation for the framework can be found on the Laravel website.

Contributing

Thank you for considering contributing to the Laravel framework! The contribution guide can be found in the Laravel documentation.

Security Vulnerabilities

If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell at [email protected]. All security vulnerabilities will be promptly addressed.

License

The Laravel framework is open-sourced software licensed under the MIT license

laravel511's People

Contributors

lucianobapo avatar

Stargazers

 avatar

Watchers

James Cloos avatar  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.