Learning Laravel
composer 24 Execute arbitrary PHP code 25 Chapter 6: Cashier 26 Remarks 26 Examples 26 Stripe Setup 26 Chapter 7: Change default routing behaviour in Laravel 5.2.31 + 28 Syntax 28 Parameters 28 65 Chapter 20: Directory Structure 68 Examples 68 Change default app directory 68 Override Application class 68 Calling the new class 68 Composer 69 Change the Controllers directory 69 Chapter 21: Chapter 25: Error Handling 91 Remarks 91 Examples 91 Send Error report email 91 Catching application wide ModelNotFoundException 92 Chapter 26: Events and Listeners 93 Examples 93 Using Event and0 码力 | 216 页 | 1.58 MB | 1 年前3Laravel 5.0 Documentation
Core Development Discussion iii. Which Branch? iv. Security Vulnerabilities v. Coding Style 3. Setup i. Installation i. Install Composer ii. Install Laravel iii. Server Requirements ii. Configuration Mode vii. Pretty URLs iii. Homestead i. Introduction ii. Included Software iii. Installation & Setup iv. Daily Usage v. Ports 4. The Basics i. Routing i. Basic Routing ii. CSRF Protection iii Overview iii. Focus On Service Providers vi. Application Structure i. Introduction ii. The Root Directory iii. The App Directory iv. Namespacing Your Application 6. Services i. Authentication i. Introduction0 码力 | 242 页 | 1.44 MB | 1 年前3Laravel 3.2 Documentation
Different? ....................................................................................... 1 Application Structure .................................................................................... ............................................................................. 9 Installation & Setup ................................................................................................. ....................................................................................... 118 Application Configuration (More Information) .............................................................0 码力 | 139 页 | 1.13 MB | 1 年前3The Laravel Handbook
4 files. Open web.php : This is the code that displays the sample home page of the Laravel application: 12 We made a request to the / relative URL ( http://127.0.0.1:8000/ ), which means the “home way to use a database is by using SQLite. SQLite is just a file hosted in your site, no special setup needed. 22 Open the .env file, and instead of the default configuration DB_CONNECTION=mysql ----------------------------------- | | Here is where you can register web routes for your application. These | routes are loaded by the RouteServiceProvider and all of them will | be assigned to0 码力 | 111 页 | 14.25 MB | 1 年前3Laravel 6.0 中文文档
它,创建缺陷报告是为了帮你自己和别人走上修复问题之路。 Laravel 源码通过 Github 进行管理,每一个 Laravel 项目都有其对 应的代码库: Laravel Application Laravel Art Laravel Documentation Laravel Cashier Laravel Cashier for Braintree 本文档由学院君提供 Laravel 中文学习资源:https://xueyuanjun.com 38 如果你需要定义一个包含空格的环境变量值,可以通过将字符串放到 双引号中来实现: APP_NAME="My Application" 获取环境变量配置值 应用每次接受请求时,.env 中列出的所有配置及其对应值都会被载 入到 PHP 超全局变量 $_ENV 中,然后你就可以在应用中通过辅助 函数 env() 来获取这些配置值。实际上,如果你去查看 frontControllerPath 方法会返回前端控制器的完整路径,通常 是 index.php: /** * Get the fully resolved path to the application's fr ont controller. * * @param string $sitePath * @param string $siteName * @param string0 码力 | 1442 页 | 14.66 MB | 1 年前3Laravel 5.6 中文文档
ovider; class AppServiceProvider extends ServiceProvider { /** * Bootstrap any application services. * * @return void */ public function boot() { Bl ovider; class AppServiceProvider extends ServiceProvider { /** * Bootstrap any application services. * * @return void */ public function boot() { Pa frontControllerPath 方法会返回前端控制器的完整路径,通常是 index.php: /** * Get the fully resolved path to the application's front controller. * * @param string $sitePath * @param string $siteName * @param0 码力 | 377 页 | 14.56 MB | 1 年前3Laravel 5.2 中文文档
中。 实际上,默认的 Laravel 5.2 应用结构采用的正是这个方法。例如,在默认 的 App\Http\Kernel.php 文件中你会看到如下内容: /** * The application's route middleware groups. * * @var array */ protected $middlewareGroups = [ 'web' 上修复问题之路。 Laravel 源码通过 Github 进行管理,每一个 Laravel 项目都有其对应的代码库: Laravel Framework Laravel Application Laravel Documentation Laravel Cashier Laravel Envoy Laravel Homestead 当然,如果你不需要传递自定义的 HTTP 状态码和头信息,只需要简单使用全局辅助函 数 view 即可。 JSON json 方法会自动将 Content-Type 头设置为 application/json,并使用 PHP 函 数 json_encode 方法将给定数组转化为 JSON: return response()->json(['name' => 'Abigail', 'state'0 码力 | 377 页 | 4.56 MB | 1 年前3Laravel 5.3 中文文档
之 路。 Laravel 源码通过 Github 进行管理,每一个 Laravel 项目都有其对应的代码库: Laravel Framework Laravel Application Laravel Documentation Laravel Cashier Laravel Cashier for Braintree Laravel frontControllerPath 方法会返回前端控制器的完整路径,通常是 index.php: /** * Get the fully resolved path to the application's front controller. * * @param string $sitePath * @param string $siteName * @param 下面列出了每个门面及其对应的底层类,这对深入给定根门面的 API 文档而言是个很有用的工具。 服务容器绑定键也被包含进来: 门面 类 服务容器绑定 App Illuminate\Foundation\Application app Artisan Illuminate\Contracts\Console\Kernel artisan Auth Illuminate\Auth\AuthManager0 码力 | 691 页 | 9.37 MB | 1 年前3Laravel 5.1 中文文档
修复问题之路。 Laravel 源码通过 Github 进行管理,每一个 Laravel 项目都有其对应的代码库: Laravel Framework Laravel Application 本文档由 Laravel 学院(LaravelAcademy.org)提供 8 Laravel Documentation Laravel Cashier 当然,如果你不需要传递一个自定义的 HTTP 状态码或者自定义头,只需要简单使用全局 的帮助函数 view 即可。 2.2 JSON 响应 json 方法会自动将 Content-Type 头设置为 application/json,并使用 PHP 函数 json_encode 方法将给定数组转化为 JSON: return response()->json(['name' => 'Abigail', 'state' ry File Illuminate\Contracts\Filesystem\Filesystem File Illuminate\Contracts\Foundation\Application App Illuminate\Contracts\Hashing\Hasher Hash Illuminate\Contracts\Logging\Log Log Ill0 码力 | 307 页 | 3.46 MB | 1 年前3《Slides Dev Web》02. Introduction aux frameworks PHP
MongoDB). Il en existe toute une foule. setup("sqlite:../users.db"); // ... if ("equipe" === $page) { $personne = R::load("personnes", $id); echo0 码力 | 24 页 | 1.03 MB | 1 年前3
共 19 条
- 1
- 2