Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lifesign/laravel_slide

A html presentation about laravel
https://github.com/lifesign/laravel_slide

Last synced: 3 months ago
JSON representation

A html presentation about laravel

Awesome Lists containing this project

README

        

#laravel-slide

在四脚猫的一次分享《laravel与框架二三事》 [在线地址](http://lifesign.github.io/laravel_slide/)

## How to Run

由于使用了[reveal.js](https://github.com/hakimel/reveal.js)中的 External Markdown 所以需要在本地开启 web server , 可参考以下两种方式。

1. 如果本地的php版本在5.4以上, 可使用内置的服务器。 `php -S localhost:8000`
2. 如果本地有nodejs, 可以用nodejs开启 `node server.js`
3. apache or nginx

## Thanks

* [reveal.js](https://github.com/hakimel/reveal.js)
* [laravel5-slide](https://github.com/jasteralan/laravel5-slide)

## License

MIT licensed