Skip to content

dinos80152/laravel5-example

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
app
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

#Laravel 5 Example Laravel 5 in detail

Basic

Route

Request

Response

Controller

Model

Blade

Pagination

Session

Database

  • Read/Write
  • select from master

selectFromWriteConnection onWriteConnection

  • Write another connection config name mysql-write
DB::connection('mysql-write')->select(...);
User::on('mysql-write')->find(1);

Eloquent ORM

  • CRUD
  • Relations

Proxy Services

Middleware

View

  • view composer

Validation

Localization

Accessors & Mutators

Performace

Cache

Redis

Code Cache

Job Services

Console, Schedule

  • app\Console

Queue

  • app\Jobs

Event

  • app\Events, app\Listeners

Error Handling

Exception

  • app\Exceptions

Functional Services

Collections

Logging

Filesystem

Helpers

Mail

Hashing

Encryption

Testing

Architecture

Service Provider

Service Container

Contracts

Facades

Repositories

Services

Domain Driven Design

Database

Query Builder

Migrations

Seeding

Others

Billing

Elixir

Envoy Task Runner

About

laravel5-example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published