Giter Site home page Giter Site logo

prettyforms-laravel5-app's Introduction

An example of the application on the basis of PrettyForms

Install and run

To run the sample application, first clone it to your computer:

git clone [email protected]:believer-ufa/prettyforms-laravel5-app.git

After application get cloned, install a PHP SQLite component, for example, by entering the following command:

sudo apt-get install -y php5-sqlite

Install all the dependencies the application through the Composer:

composer install

Create new empty database and run migrations

touch storage/database.sqlite
php artisan migrate

Finally, start the test application and start to study it:

php artisan serve

Пример приложения на основе PrettyForms

Установка и запуск

Для того, чтобы запустить тестовое приложение, первым делом склонируйте его на свой компьютер:

git clone [email protected]:believer-ufa/prettyforms-laravel5-app.git

После того, как приложение склонируется, установите на ваш комьпютер модуль PHP SQLite, например, через ввод следующей команды:

sudo apt-get install -y php5-sqlite

Установите все зависимости приложения через Composer:

composer install

Создайте пустую SQLite базу данных и примените миграции

touch storage/database.sqlite
php artisan migrate

И, наконец, запустите тестовое приложение и начинайте его изучение:

./artisan serve

prettyforms-laravel5-app's People

Contributors

believer-ufa avatar

Watchers

 avatar  avatar  avatar

Forkers

filippovam

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.