 Laravel 5.0 Documentation
to your application, such as error handling, logging, route loading, and more. Of course, you are free to create additional service providers for your application. Application language files and views details. Laravel now includes the powerful Flysystem filesystem abstraction library, providing pain free integration with local, Amazon S3, and Rackspace cloud storage - all with one, unified and elegant These request objects can be combined with controller method injection to provide a boiler-plate free method of validating user input. Let's dig in and look at a sample FormRequest :0 码力 | 242 页 | 1.44 MB | 1 年前3 Laravel 5.0 Documentation
to your application, such as error handling, logging, route loading, and more. Of course, you are free to create additional service providers for your application. Application language files and views details. Laravel now includes the powerful Flysystem filesystem abstraction library, providing pain free integration with local, Amazon S3, and Rackspace cloud storage - all with one, unified and elegant These request objects can be combined with controller method injection to provide a boiler-plate free method of validating user input. Let's dig in and look at a sample FormRequest :0 码力 | 242 页 | 1.44 MB | 1 年前3 The Next G of PHP--鸟哥@PHPCON2017ZEND_VM_HANDLER(1, ZEND_ADD, CONST|TMPVAR|CV, CONST|TMPVAR|CV) { USE_OPLINE zend_free_op free_op1, free_op2; zval *op1, *op2, *result; op1 = GET_OP1_ZVAL_PTR_UNDEF(BP_VAR_R); op2 = GET_OP2_UNDEF_CV(op2, BP_VAR_R); } add_function(EX_VAR(opline->result.var), op1, op2); FREE_OP1(); FREE_OP2(); ZEND_VM_NEXT_OPCODE_CHECK_EXCEPTION(); } function calc($a, $b) { $a =0 码力 | 25 页 | 297.68 KB | 1 年前3 The Next G of PHP--鸟哥@PHPCON2017ZEND_VM_HANDLER(1, ZEND_ADD, CONST|TMPVAR|CV, CONST|TMPVAR|CV) { USE_OPLINE zend_free_op free_op1, free_op2; zval *op1, *op2, *result; op1 = GET_OP1_ZVAL_PTR_UNDEF(BP_VAR_R); op2 = GET_OP2_UNDEF_CV(op2, BP_VAR_R); } add_function(EX_VAR(opline->result.var), op1, op2); FREE_OP1(); FREE_OP2(); ZEND_VM_NEXT_OPCODE_CHECK_EXCEPTION(); } function calc($a, $b) { $a =0 码力 | 25 页 | 297.68 KB | 1 年前3 Laravel 3.2 Documentationthat you only need to specify the options you wish to override. Isn't it easy? Of course, you are free to create as many environments as you wish! Cleaner URLs Most likely, you do not want your application event handler: Event::listen('404', function() { return Response::error('404'); }); You are free to change this to fit the needs of your application! Further Reading:  Events 17 Filters name. By default, there are three connections defined: sqlite, mysql, sqlsrv, and pgsql. You are free to change these connection names. The default connection can be specified via the default option:0 码力 | 139 页 | 1.13 MB | 1 年前3 Laravel 3.2 Documentationthat you only need to specify the options you wish to override. Isn't it easy? Of course, you are free to create as many environments as you wish! Cleaner URLs Most likely, you do not want your application event handler: Event::listen('404', function() { return Response::error('404'); }); You are free to change this to fit the needs of your application! Further Reading:  Events 17 Filters name. By default, there are three connections defined: sqlite, mysql, sqlsrv, and pgsql. You are free to change these connection names. The default connection can be specified via the default option:0 码力 | 139 页 | 1.13 MB | 1 年前3 The Laravel Handbook
you open the database/database.sqlite file using a database visualization tool like TablePlus (free version, available for all operating systems) you will see the newly created tables, including the on your app. How much money? Not much, $12/month. And it has a free trial. Go to https://forge.laravel.com/ and click the “Start a free trial” button: 79 Once you’re in, click “Connect to GitHub” to connect to a server provider. I pick DigitalOcean. 82 If you’re unsure, DigitalOcean gives you free credits, so you can try it out. I click the link to create an API token and I generate one 83 and0 码力 | 111 页 | 14.25 MB | 1 年前3 The Laravel Handbook
you open the database/database.sqlite file using a database visualization tool like TablePlus (free version, available for all operating systems) you will see the newly created tables, including the on your app. How much money? Not much, $12/month. And it has a free trial. Go to https://forge.laravel.com/ and click the “Start a free trial” button: 79 Once you’re in, click “Connect to GitHub” to connect to a server provider. I pick DigitalOcean. 82 If you’re unsure, DigitalOcean gives you free credits, so you can try it out. I click the link to create an API token and I generate one 83 and0 码力 | 111 页 | 14.25 MB | 1 年前3 CakePHP Cookbook 2.x
naming conventions (both outlined in CakePHP Conventions), you’ll be able to take advantage of a lot of free functionality and avoid configuration. CakePHP is flexible enough to accommodate even the worst legacy CakePHP’s conventions, you save time in the long run: by following convention, you get free functionality, and you free yourself from the maintenance nightmare of tracking config files. Convention also makes store user data in a tree structure, you can specify your User model as behaving like a tree, and gain free functionality for removing, adding, and shifting nodes in your underlying tree structure. Models0 码力 | 1096 页 | 958.62 KB | 1 年前3 CakePHP Cookbook 2.x
naming conventions (both outlined in CakePHP Conventions), you’ll be able to take advantage of a lot of free functionality and avoid configuration. CakePHP is flexible enough to accommodate even the worst legacy CakePHP’s conventions, you save time in the long run: by following convention, you get free functionality, and you free yourself from the maintenance nightmare of tracking config files. Convention also makes store user data in a tree structure, you can specify your User model as behaving like a tree, and gain free functionality for removing, adding, and shifting nodes in your underlying tree structure. Models0 码力 | 1096 页 | 958.62 KB | 1 年前3 Learning Laravelfeel could benefit from it, downloaded the latest version from: laravel It is an unofficial and free Laravel ebook created for educational purposes. All the content is extracted from Stack Overflow Coming soon Contribution Style Guide Coming soon About Laravel Created by Taylor Otwell as a free open-source PHP web framework, Laravel is meant to ease and accelerate the development process of view('parts.header.navigation'); Within a view file, such as resources/views/example.php, you're free to include both HTML and PHP together: Learning Laravelfeel could benefit from it, downloaded the latest version from: laravel It is an unofficial and free Laravel ebook created for educational purposes. All the content is extracted from Stack Overflow Coming soon Contribution Style Guide Coming soon About Laravel Created by Taylor Otwell as a free open-source PHP web framework, Laravel is meant to ease and accelerate the development process of view('parts.header.navigation'); Within a view file, such as resources/views/example.php, you're free to include both HTML and PHP together:- Hello world! 0 码力 | 216 页 | 1.58 MB | 1 年前3 CakePHP Cookbook Documentation 5.xtime to learn CakePHP’s conventions, you save time in the long run. By following conventions, you get free functionality, and you liberate yourself from the maintenance nightmare of tracking config files. nice to have a way to categorize our content. We’ll use tags and tagging to allow users to create free-form categories and labels for their content. Again, we’ll use bake to quickly generate some skeleton Contributing to the documentation is simple. The files are hosted on https://github.com/cakephp/docs. Feel free to fork the repo, add your changes/improvements/translations and give back by issuing a pull request0 码力 | 1080 页 | 939.39 KB | 1 年前3 CakePHP Cookbook Documentation 5.xtime to learn CakePHP’s conventions, you save time in the long run. By following conventions, you get free functionality, and you liberate yourself from the maintenance nightmare of tracking config files. nice to have a way to categorize our content. We’ll use tags and tagging to allow users to create free-form categories and labels for their content. Again, we’ll use bake to quickly generate some skeleton Contributing to the documentation is simple. The files are hosted on https://github.com/cakephp/docs. Feel free to fork the repo, add your changes/improvements/translations and give back by issuing a pull request0 码力 | 1080 页 | 939.39 KB | 1 年前3 CakePHP Cookbook Documentation 5.xtime to learn CakePHP’s conventions, you save time in the long run. By following conventions, you get free functionality, and you liberate yourself from the maintenance nightmare of tracking config files. nice to have a way to categorize our content. We’ll use tags and tagging to allow users to create free-form categories and labels for their content. Again, we’ll use bake to quickly generate some skeleton Contributing to the documentation is simple. The files are hosted on https://github.com/cakephp/docs. Feel free to fork the repo, add your changes/improvements/translations and give back by issuing a pull request0 码力 | 848 页 | 2.53 MB | 1 年前3 CakePHP Cookbook Documentation 5.xtime to learn CakePHP’s conventions, you save time in the long run. By following conventions, you get free functionality, and you liberate yourself from the maintenance nightmare of tracking config files. nice to have a way to categorize our content. We’ll use tags and tagging to allow users to create free-form categories and labels for their content. Again, we’ll use bake to quickly generate some skeleton Contributing to the documentation is simple. The files are hosted on https://github.com/cakephp/docs. Feel free to fork the repo, add your changes/improvements/translations and give back by issuing a pull request0 码力 | 848 页 | 2.53 MB | 1 年前3 CakePHP Cookbook 2.x
naming conventions (both outlined in CakePHP Conventions), you’ll be able to take advantage of a lot of free functionality and avoid configuration. CakePHP is flexible enough to accommodate even the worst legacy CakePHP’s conventions, you save time in the long run: by following convention, you get free functionality, and you free yourself from the maintenance nightmare of tracking config files. Convention also makes store user data in a tree structure, you can specify your User model as behaving like a tree, and gain free functionality for removing, adding, and shifting nodes in your underlying tree structure. Models0 码力 | 820 页 | 2.52 MB | 1 年前3 CakePHP Cookbook 2.x
naming conventions (both outlined in CakePHP Conventions), you’ll be able to take advantage of a lot of free functionality and avoid configuration. CakePHP is flexible enough to accommodate even the worst legacy CakePHP’s conventions, you save time in the long run: by following convention, you get free functionality, and you free yourself from the maintenance nightmare of tracking config files. Convention also makes store user data in a tree structure, you can specify your User model as behaving like a tree, and gain free functionality for removing, adding, and shifting nodes in your underlying tree structure. Models0 码力 | 820 页 | 2.52 MB | 1 年前3 CakePHP Cookbook 4.x
time to learn CakePHP’s conventions, you save time in the long run. By following conventions, you get free functionality, and you liberate yourself from the maintenance nightmare of tracking config files. nice to have a way to categorize our content. We’ll use tags and tagging to allow users to create free-form categories and labels for their content. Again, we’ll use bake to quickly generate some skeleton skeleton in the directory that you wish to use it with. For this example we will be using “blog” but feel free to change it to something else.: php composer.phar create-project --prefer-dist cakephp/app:4.* blog0 码力 | 1249 页 | 1.04 MB | 1 年前3 CakePHP Cookbook 4.x
time to learn CakePHP’s conventions, you save time in the long run. By following conventions, you get free functionality, and you liberate yourself from the maintenance nightmare of tracking config files. nice to have a way to categorize our content. We’ll use tags and tagging to allow users to create free-form categories and labels for their content. Again, we’ll use bake to quickly generate some skeleton skeleton in the directory that you wish to use it with. For this example we will be using “blog” but feel free to change it to something else.: php composer.phar create-project --prefer-dist cakephp/app:4.* blog0 码力 | 1249 页 | 1.04 MB | 1 年前3
共 63 条
- 1
- 2
- 3
- 4
- 5
- 6
- 7














