摘要:中文介紹是一個輕量級框架,基于,可以看成的精簡版。官方網(wǎng)站項目地址開始使用下載或者安裝依賴包修改數(shù)據(jù)庫配置文件,將導(dǎo)入數(shù)據(jù)庫。一行代碼即可發(fā)送郵件。協(xié)議采用協(xié)議分發(fā),衍生項目除了必須采用協(xié)議之外無任何限制。
TinyLara
______ _ __ /_ __/ (_) ____ __ __ / / ____ _ _____ ____ _ / / / / / __ / / / / / / / __ `/ / ___/ / __ `/ / / / / / / / / / /_/ / / /___/ /_/ / / / / /_/ / /_/ /_/ /_/ /_/ \__, / /_____/\__,_/ /_/ \__,_/ /____/中文介紹
TinyLara 是一個輕量級 PHP 框架,基于 Composer,可以看成 Laravel 的精簡版。官方網(wǎng)站:http://tinylara.com/
GithubGithub 項目地址:https://github.com/TinyLara/TinyLara
開始使用 下載:git clone https://github.com/TinyLara/TinyLara cd TinyLara
或者:
wget https://codeload.github.com/TinyLara/TinyLara/legacy.zip/master unzip master cd TinyLara*安裝依賴包:
composer update
修改數(shù)據(jù)庫配置文件 app/database.php,將 demo.sql 導(dǎo)入數(shù)據(jù)庫。
查看代碼:config/routes.php :
Route::get("", "HomeController@home");更加優(yōu)雅的郵件發(fā)送及視圖調(diào)用接口:
app/controllers/HomeController.php :
public function home() { // mail sample Mail::to("foo@bar.io")->from("bar@foo.io") ->title("Foo Bar") ->content("Hello~~") ->send(); // redis sample Redis::set("key","value",3000,"ms"); echo Redis::get("key"); // view sample return View::make("home")->with("article",Article::first()) ->withTitle("TinyLara :-D") ->withFooBar("foo_bar"); }運行項目:
cd public && php -S 127.0.0.1:3000
訪問 http://127.0.0.1:3000/
TinyLara 已經(jīng)跑起來了!微型路由包 TinyLara/TinyRoute, 基于性感而快速的 codingbean/macaw
MVC 架構(gòu)
采用地球上最強大的 PHP ORM 之一:Laravel Eloquent
優(yōu)雅而強大的 Laravel 式的視圖加載器
支持原生 PHP 操作 Redis,無需安裝任何 PHP 擴展。
一行代碼即可發(fā)送 SMTP 郵件。
協(xié)議TinyLara 采用 MIT license 協(xié)議分發(fā),衍生項目除了必須采用 MIT 協(xié)議之外無任何限制。
TinyLara is a Simple PHP Framework based on Composer, looks like a Tiny Laravel.
Start Download:git clone https://github.com/TinyLara/TinyLara cd TinyLara
OR:
wget https://codeload.github.com/TinyLara/TinyLara/legacy.zip/master unzip master cd TinyLara*Install dependencies:
composer update
Then modify app/database.php with right information and import demo.sql.
Just see:config/routes.php :
Route::get("", "HomeController@home");
app/controllers/HomeController.php :
public function home() { // mail sample Mail::to("foo@bar.io")->from("bar@foo.io") ->title("Foo Bar") ->content("Hello~~") ->send(); // redis sample Redis::set("key","value",3000,"ms"); echo Redis::get("key"); // view sample return View::make("home")->with("article",Article::first()) ->withTitle("TinyLara :-D") ->withFooBar("foo_bar"); }Run:
cd public && php -S 127.0.0.1:3000
Visit http://127.0.0.1:3000/
It"s already running!Tiny router TinyLara/TinyRoute, based on fast and sexy codingbean/macaw
MVC architecture
One of the Most powerful PHP ORM on Earth: Laravel Eloquent
Powerful Laravel-style views loader
Redis ready in Laravel-style
Handy SMTP mailer
LicenseThe TinyLara framework is open-sourced software licensed under the MIT license
文章版權(quán)歸作者所有,未經(jīng)允許請勿轉(zhuǎn)載,若此文章存在違規(guī)行為,您可以聯(lián)系管理員刪除。
轉(zhuǎn)載請注明本文地址:http://specialneedsforspecialkids.com/yun/20874.html
TinyLara showImg(http://lvwenhan.com/content/uploadfile/201410/dcd81414652600.png); ______ _ __ /_ __/ (_) ____ __ __ / / ____ _ __...
摘要:一些有用的一些有用的,包括轉(zhuǎn)換小箭頭三角形媒體查詢等中文指南是當下最熱門的前端資源模塊化管理和打包工具。 nodejs 入門 nodejs 入門教程,大家可以在 github 上提交錯誤 2016 年最好用的表單驗證庫 SMValidator.js 前端表單驗證工具分享 淺談前端線上部署與運維 說到前端部署,可能大多數(shù)前端工程師在工作中都是使用的公司現(xiàn)成的部署系統(tǒng),與SRE對接、一起完...
摘要:一些有用的一些有用的,包括轉(zhuǎn)換小箭頭三角形媒體查詢等中文指南是當下最熱門的前端資源模塊化管理和打包工具。 nodejs 入門 nodejs 入門教程,大家可以在 github 上提交錯誤 2016 年最好用的表單驗證庫 SMValidator.js 前端表單驗證工具分享 淺談前端線上部署與運維 說到前端部署,可能大多數(shù)前端工程師在工作中都是使用的公司現(xiàn)成的部署系統(tǒng),與SRE對接、一起完...
閱讀 1078·2021-11-25 09:43
閱讀 699·2021-11-22 14:45
閱讀 3825·2021-09-30 09:48
閱讀 1065·2021-08-31 09:41
閱讀 1976·2019-08-30 13:52
閱讀 1981·2019-08-30 11:24
閱讀 1350·2019-08-30 11:07
閱讀 956·2019-08-29 12:15