Laravel 5.0 Documentation
From <= 4.1.25 v. Upgrading To 4.1 From 4.0 iii. Contribution Guide i. Bug Reports ii. Core Development Discussion iii. Which Branch? iv. Security Vulnerabilities v. Coding Style 3. Setup i. Installation Basic Usage iii. Embedding Inline Attachments iv. Queueing Mail v. Mail & Local Development xvi. Package Development i. Introduction ii. Views iii. Translations iv. Configuration v. Publishing File Introduction ii. Usage iii. Calling Commands Outside Of CLI iv. Scheduling Artisan Commands ii. Development i. Introduction ii. Building A Command iii. Registering Commands A GitBook version of Laravel0 码力 | 242 页 | 1.44 MB | 1 年前3
《Slides Dev Web》 01. Cours devweb
Emourgeon4) ? – Vos présentations ? Vos propositions ? • Support : ghpages5 (source6), partage fichiers : teams7 Projets • Faire pour apprendre • Les rôles dans une équipe de développement web, workflow • Ne 5https://he-arc.github.io/slides-devweb/ 6https://github.com/HE-Arc/slides-devweb/tree/master/src 7https://teams.microsoft.com/l/team/19%3ahGPvEcXl8HCohGre1MLq7AQ4qPWNkY_JqMTTPMPLM- I1%40thread.tacv2/conversations 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 projets • Echéances – En début de semaine, pour chacun des projets0 码力 | 7 页 | 129.56 KB | 1 年前3
Laravel 5.6 中文文档虚拟机共享的文件夹,一旦这些目录中的文件有了修改,将会在本地和 Homestead 虚拟机之间保持同步,如果有需要的话,你可以配置多个共享文件夹: folders: - map: ~/Development to: /home/vagrant/Code 如果你只是创建了很少的站点,使用一般的映射就够了。不过,随着站点数量的增加,你就会遇到性能问题,尤其是在包含大量文件的低端机器或项 to: /home/vagrant/code/project2 如果要开启 NFS,只需简单添加一个标识到同步文件夹配置: folders: - map: ~/Development to: /home/vagrant/Code type: "nfs" 注:使用 NFS 的话,需要考虑安装 vagrant-bindfs 插件。该插件可用于在 'value']); 推送数据到数组 Session push 方法可用于推送数据到值为数组的 Session,例如,如果 user.teams 键包含团队名数组,可以像这样推送新值到该数组: $request->session()->push('user.teams', 'developers'); 获取&删除数据 pull 方法将会通过一条语句从 Session 获取并删除数据: $value0 码力 | 377 页 | 14.56 MB | 1 年前3
Laravel 5.1 中文文档'value'); 推送数据到数组 session push 方法可用于推送数据到值为数组的 session,例如,如果 user.teams 键包含团队名数 组,可以像这样推送新值到该数组: $request->session()->push('user.teams', 'developers'); 获取并删除数据 pull 方法将会从 session 获取并删除数据: $value0 码力 | 307 页 | 3.46 MB | 1 年前3
Laravel 5.2 中文文档'value'); 推送数据到数组 session push 方法可用于推送数据到值为数组的 session,例如,如果 user.teams 键包含团队名数 组,可以像这样推送新值到该数组: $request->session()->push('user.teams', 'developers'); 获取并删除数据 pull 方法将会从 session 获取并删除数据: $value0 码力 | 377 页 | 4.56 MB | 1 年前3
Laravel 6.0 中文文档com 309 推送数据到数组 Session push 方法可用于推送数据到值为数组的 Session,例如,如 果 user.teams 键包含团队名数组,可以像这样推送新值到该数组: $request->session()->push('user.teams', 'developers '); 获取&删除数据 pull 方法将会通过一条语句从 Session 获取并删除数据: $value $users->each->markAsVip(); 类似的,我们可以使用 sum 高阶消息传递来聚合用户集合的投票总 数: $users = User::where('group', 'Development')->get(); 本文档由学院君提供 学院君致力于提供优质 Laravel 中文学习资源:https://xueyuanjun.com 691 return $users->sum->votes;0 码力 | 1442 页 | 14.66 MB | 1 年前3
Laravel 5.3 中文文档学院致力于提供优质 Laravel 中文学习资源 160 push 方法可用于推送数据到值为数组的 session,例如,如果 user.teams 键包含团队名数组,可 以像这样推送新值到该数组: $request->session()->push('user.teams', 'developers'); 获取并删除数据 pull 方法将会从 session 获取并删除数据: $value0 码力 | 691 页 | 9.37 MB | 1 年前3
Learning LaravelLaravel Installer 102 Via Composer Create-Project 103 Setup 103 Server Requirements 103 Local Development Server 104 Hello World Example (Basic) and with using a view 104 Hello World Example (Basic) Taylor Otwell as a free open-source PHP web framework, Laravel is meant to ease and accelerate the development process of web applications with a great taste for simplicity. It follows the model–view–controller well as the PSR-2 coding standard, and the PSR-4 autoloading standard. Running a Test Driven Development (TDD) in Laravel is fun and easy to implement. Hosted on GitHub and available at https://github0 码力 | 216 页 | 1.58 MB | 1 年前3
Laravel 3.2 Documentationclassy framework for PHP web development. Freeing you from spaghetti code, Laravel helps you create wonderful applications using simple, expressive syntax. Development should be a creative experience that emphasizes flexibility and expressiveness. Users new to Laravel will enjoy the same ease of development that is found in the most popular and lightweight PHP frameworks. More experienced users will you can join us. Hanging out in the IRC channel is a really great way to learn more about web-development using Laravel. You're welcome to ask questions, answer other people's questions, or just hang0 码力 | 139 页 | 1.13 MB | 1 年前3
The Laravel Handbook
diregarded by developers, but it has some unique features that make it a great language for Web Development and Laravel figured out how to take advantage of the best features of PHP. On Twitter I can only (same for composer -v ): 6 Now you can go into folder on your computer that you reserve for development. I have a dev folder in my home directory, for example. In there, run: composer create-project Environment variables in .env can be changed depending on the deployment, for example locally in development you can have debug enabled, while on the production server you don’t want that. Some options0 码力 | 111 页 | 14.25 MB | 1 年前3
共 12 条
- 1
- 2













