《Slides Dev Web》02. Introduction aux frameworks PHP
avez-vous utilisé? • Pourquoi y en a-t-il tant? L’explication donnée par Joe Gregorio pour le langage Python9 est : « parce que c’est facile. » Dans les faits, cela montre également une maturité de la plateforme Qui est qui? oOops, ceci n’a rien à voir avec le cours. 9http://bitworking.org/news/Why_so_many_Python_web_frameworks 10https://en.wikiquote.org/wiki/Rasmus_Lerdorf 11https://kinsta.com/fr/blog/php-8/ | md5 }}" alt="avatar"> {% endblock -%} La page est réalisée avec Twig21 <2.0. À partir de la version 2.0, il faut utiliser un autoloader externe, comme celui de composer (voir ci-dessous). Le code0 码力 | 24 页 | 1.03 MB | 1 年前3
The Laravel Handbook
in the same level of Rails and Django. If you know/prefer Ruby you use Rails. If you know/prefer Python you use Django. If you know/prefer PHP you use Laravel. Generally speaking I mean, because each (might take a while) Once installed you should be able to run the php -v command to get the version of PHP installed (same for composer -v ): 6 Now you can go into folder on your computer that 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 one we0 码力 | 111 页 | 14.25 MB | 1 年前3
Learning LaravelAbout You can share this PDF with anyone you feel could benefit from it, downloaded the latest version from: laravel It is an unofficial and free Laravel ebook created for educational purposes. All handlers that are similar to the ones from NodeJs. Versions Version Release Date 1.0 2011-06-09 2.0 2011-11-24 https://riptutorial.com/ 3 Version Release Date 3.0 2012-02-22 3.1 2012-03-27 3.2 2012-05-22 projectname To install a specific Laravel version, get path to www and type command: composer create-project --prefer-dist laravel/laravel=DESIRED_VERSION projectname Or Via Laravel Installer First0 码力 | 216 页 | 1.58 MB | 1 年前3
Laravel 6.0 中文文档Oh My Zsh Open Resty 本文档由学院君提供 学院君致力于提供优质 Laravel 中文学习资源:https://xueyuanjun.com 56 PM2 Python RabbitMQ Solr Webdriver & Laravel Dusk 相关工具 安装 & 设置 首次安装 在使用 Homestead 之前,需要先安装 Virtual cassandra: true - chronograf: true - couchdb: true - crystal: true - docker: true - elasticsearch: version: 7 - gearman: true - golang: true - grafana: true 本文档由学院君提供 学院君致力于提供优质 Laravel 中文学习资源:https://xueyuanjun mongodb: true - mysql8: true - neo4j: true - ohmyzsh: true - openresty: true - pm2: true - python: true - rabbitmq: true - solr: true - webdriver: true MariaDB 启用 MariaDB 将会移除 MySQL 并安装 MariaDB。MariaDB0 码力 | 1442 页 | 14.66 MB | 1 年前3
《Slides Dev Web》 01. Cours devweb
46 17 48 18 Présentations 49 19 Présentations 50 20 Examens 51 Présentations 21 Début TB 2 Projet Python 3 4 5 T. Autonome 6 Examen Suivi du calendrier (à jour sur teams16) Jalons pour chacun des 2 projets0 码力 | 7 页 | 129.56 KB | 1 年前3
Laravel 5.0 Documentation
ii. Development i. Introduction ii. Building A Command iii. Registering Commands A GitBook version of Laravel 5.0 Documentation Introduction Release Notes Laravel 5.0 Laravel 4.2 Laravel 4.1 with Laravel 5 on initial release. Check with your package's maintainer to determine the proper version of the package for Laravel 5. Once you have added any additional Composer dependencies your application application's public directory to your new application's public directory. Be sure to keep the 5.0 version of index.php . Move your tests from app/tests to the new tests directory. Copy in any other0 码力 | 242 页 | 1.44 MB | 1 年前3
《Slides Dev Web》 08 . RSS(Rich Site Summary) : obsolètes – Migration facile vers RSS 2.0 RSS 2.0 version="1.0" encoding="utf-8"?>version="2.0"> Atom 1.0 version="1.0" encoding="utf-8"?>Arc Info News RSS 2.0 http://www.he-arcArc Info News Atom 1.0 version Atom 0 码力 | 7 页 | 52.98 KB | 1 年前3
《Slides Dev Web》 03. Laravel
composants d’autres frameworks • Mai 2013 : version 4, utilise composer5 • Août 2014 : projet PHP le plus populaire6 sur github • Qui7 utilise Laravel ? • version 9 publiée 08.02.22, v10 : 07.02.23 1https://laravel Laravel – Cheat Sheet Laravel 817, Artisan18 • Tutoriels – Pour un tuto à jour : bien préciser la version (10) dans votre recherche – Laravel 10 : Best Momo19, Tuts Make20, Plural Sight21 Environnement0 码力 | 8 页 | 224.34 KB | 1 年前3
Laravel 3.2 Documentationyour code without needing to deal with an inflexible monolithic structure. Migrations are version control for your database schemas and they are directly integrated into Laravel. You can both generate you can remove it from your bundles directory and your application/bundles.php file. Eloquent version 2 is included in the core in Laravel 3.1. Your models can also now extend simply Eloquent instead validation rules is to extend the Validator class itself. By extending the class you create a new version of the validator that has all of the pre-existing functionality combined with your own custom additions0 码力 | 139 页 | 1.13 MB | 1 年前3
Laravel 5.1 中文文档2015-02-18 version and later) "laravel/cashier": "~4.0" (For Stripe APIs on 2015-02-18 versio n and later) "laravel/cashier": "~3.0" (For Stripe APIs up to and including 2015-02-16 version) 1.1.2 服务提供者 而不是代码的缓存副本。Elixir 可以使用 version 方法为你处理这种情况。 version 方法接收相对于 public 目录的文件名,附加唯一 hash 到文件名,从而实现缓存刷 新。例如,生成的文件名看上去是这样——all-16d570a7.css: elixir(function(mix) { mix.version('css/all.css'); 本文档由 Laravel rel="stylesheet" href="{{ elixir('css/all.css') }}"> 6.1 给多个文件加上版本号 你可以传递一个数组到 version 方法来为多个文件添加版本号: elixir(function(mix) { mix.version(['css/all.css', 'js/app.js']); }); 一旦文件被加上版本号,就可以使用帮助函数 elixir 来生成指向该0 码力 | 307 页 | 3.46 MB | 1 年前3
共 16 条
- 1
- 2













