Found a total of 10000 related content
laravel learning (1) - laravel installation
Article Introduction:laravel: laravel learning (1) - laravel installation: 1. Version: centos 6.7, php5.6, nginx 1.8 2. Installation process: composer global require "fxp/composer-asset-plugin:~1.1.1"
composer create-project laravel/laravel --prefer-dist
ln -s /root/.composer/vendor/bin/laravel /usr/lo
2016-07-29
comment 0
1014
Laravel rough notes laravel performance laravel download laravel homestead
Article Introduction:laravel: Laravel rough notes: It took me an intermittent week to roughly understand the operating mechanism of Laravel. Maybe the basic knowledge of PHP is not strong enough, and I still don’t understand the Laravel source code. First of all, the Laravel documentation is really concise. Some of the content can only be explored by oneself
`sever.php` This file should be the entry file.
Then `require_once` the `public/index.php` file, so start looking at the index.php file. Learn from the index.php file
2016-07-29
comment 0
1059
[Laravel] Laravel's basic database operation part, laravel database_PHP tutorial
Article Introduction:[Laravel] The basic database operation part of Laravel, laravel database. [Laravel] Laravel's basic database operation part, laravel database [laravel] Laravel's database configuration Find the .env file under the program directory structure and configure basic database connection information D
2016-07-12
comment 0
1166
[Laravel] Laravel的基本使用,laravel使用_PHP教程
Article Introduction:[Laravel] Laravel的基本使用,laravel使用。[Laravel] Laravel的基本使用,laravel使用 [Laravel] Laravel的基本HTTP路由 使用Laravel的基本路由,实现get请求响应,找到文件app/Http/routes.php 调用R
2016-07-12
comment 0
855
Laravel self-study first lesson: laravel download and installation, laravel first lesson_PHP tutorial
Article Introduction:The first lesson of Laravel self-study: laravel download and installation, the first lesson of laravel. The first lesson of Laravel self-study: laravel download and installation, the first lesson of laravel. To install laravel locally, the php environment must be configured well. It is recommended to build xmapp with one click. 1. Download the program package directly from the official website.
2016-07-12
comment 0
928
[Laravel] Basic use of Laravel laravel example tutorial laravel academy laravel framework download
Article Introduction:laravel: [Laravel] Basic use of Laravel: [Laravel] Laravel's basic HTTP routing uses Laravel's basic routing to implement the get request response. Find the file app/Http/routes.php and call the static method get() of Route to implement the get response. , Parameters: string type path, inside the anonymous function function(){}, return string data to implement post, put, delete requests, the same as above to implement the route of get passing parameters, and call the static method g of Route
2016-07-29
comment 0
963
PHP framework Laravel learning experience, laravel experience_PHP tutorial
Article Introduction:PHP framework Laravel learning experience, laravel experience. PHP framework Laravel learning experience, laravel experience Laravel is a simple and elegant PHP Web development framework (PHP Web Framework). Share of PHP framework in the world (excluding China)
2016-07-12
comment 0
873
Laravel 5 study notes, laravel study notes_PHP tutorial
Article Introduction:Laravel 5 study notes, laravel study notes. Laravel 5 study notes, laravel study notes 1. Laravel 5 dynamically sets the cache engine. Copy the code. The code is as follows: Config::set('cache.default','redis'); var_dump( Config::get('cache.de
2016-07-13
comment 0
939
Laravel installation record, laravel installation record_PHP tutorial
Article Introduction:Laravel installation record, laravel installation record. Laravel installation record, laravel installation record System environment: ubuntu-14.10-server-i386(32) LAMP system default installation According to: http://laravel.com/docs/5.1 official document, ready to pass Comp
2016-07-13
comment 0
1123