Shaarli NicolasMD !
Tag cloud
Picture wall
Daily
Plugins
  • ► Play Videos
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
page 2 / 6
116 results tagged laravel  ✕
francescomalatesta/laravel-api-boilerplate-jwt: An API Boilerplate to create a ready-to-use REST API in seconds. https://github.com/francescomalatesta/laravel-api-boilerplate-jwt
16/02/2017 10:38:37
laravel jwt
13 Laravel Admin Panel Generators - Laravel News https://laravel-news.com/13-laravel-admin-panel-generators
15/02/2017 15:17:26

& https://laravel-news.com/laravel-backpack

laravel cms framework generator
Note: MySQL Docker PHP /shaare/CPRJUQ
08/02/2017 15:31:11
version: '2'
services:
  nginx:
    image: shippingdocker/nginx:1.2
    ports:
     - "80:80"
    volumes:
     - .:/var/www/html
    networks:
     - appnet
  php:
    image: shippingdocker/php:1.2
    volumes:
     - .:/var/www/html
    networks:
     - appnet
  redis:
    image: redis:alpine
    networks:
     - appnet
  db:
    image: mysql:latest
    ports:
     - "3306:3306"
    environment:
      MYSQL_ROOT_PASSWORD: 123456
      MYSQL_USER: dev
      MYSQL_PASSWORD: 123456
      MYSQL_DATABASE: myapp
    networks:
     - appnet
  mail:
    image: mailhog/mailhog:latest
    ports:
     - "9025:8025"
    networks:
     - appnet
networks:
  appnet:
    driver: "bridge"
volumes:
  data:
    driver: "local"
docker mysql php laravel nginx
Porto-SAP/Hello-API: A Starter providing everything to build a modern API, with PHP and Laravel 5.3 https://github.com/Porto-SAP/Hello-API
07/02/2017 09:38:03
api php laravel
Design Patterns in PHP and Laravel - Kelt Dockins - Google Books https://books.google.com.ar/books?id=7szMDQAAQBAJ&pg=PA193&lpg=PA193&dq=prevent+413+laravel&source=bl&ots=jnFAts9O8d&sig=Q9dobjYqZF8jB3EHsKw_xbfVBRU&hl=en&sa=X&ved=0ahUKEwislOv71_vRAhVBiJAKHX2dCBsQ6AEIODAF#v=onepage&q&f=false
06/02/2017 11:42:38
laravel book design-patterns
Simple JWToken ACL for Laravel (or anyone else) – Medium https://medium.com/@codebyjeff/simple-jwtoken-acl-for-laravel-ae82d462c632#.yl8t4cf3l
30/01/2017 21:46:04

Over at Mahana Designs we usually work with stateless session (meaning that there are no server sessions but instead the user information…

laravel json server php
The Repository Pattern in Laravel 5 https://code.tutsplus.com/tutorials/the-repository-pattern-in-laravel-5--cms-25464
01/12/2016 12:03:34
laravel orm doctrine
Doctrine ORM and Laravel 5 https://code.tutsplus.com/tutorials/doctrine-orm-and-laravel-5--cms-24914
01/12/2016 12:03:15
laravel orm doctrine
Eloquent by Example http://eloquentbyexample.com/
01/12/2016 10:54:35
laravel
Laravel en Español - Comunidad Hispanoamericana de Laravel http://laraveles.com/foro/index.php
17/11/2016 17:27:06
laravel forum
Voyager – A Laravel Admin Package - Laravel News https://laravel-news.com/2016/10/voyager/
31/10/2016 21:43:55

Voyager is a new package created by The Control Group that provides a complete admin system to quickly scaffold out your app. It features:
Media Manager
Voyager has an amazing fully function media manager which allows you to view/edit/delete files from your storage. All files in your application will be easily accessible and will live in a single place. Compatible wit …

laravel cms
Adam Wathan on Twitter: "🔥 Prep your podcatchers! Tomorrow's @fullstackradio with @taylorotwell is *loaded* with tips that will improve your code right away. https://t.co/pfMi3K6sxg" https://twitter.com/adamwathan/status/788061970670972928?s=09
18/10/2016 11:21:33
thumbnail
laravel php learn
Laravel Datatables | Laravel 5.1 with Datatables Quick Starter Tutorial https://datatables.yajrabox.com/starter
06/10/2016 15:29:34
laravel datatables
Building a web app with Lumen web API and OAuth2 authentication - Esben Petersen http://esbenp.github.io/2015/05/26/lumen-web-api-oauth-2-authentication/
16/09/2016 11:19:05
api laravel lumen php
Blog Post http://blog.enge.me/post/building-api-your-laravel-application-lumen
16/09/2016 11:18:45
laravel lumen api php
LaraDock/laradock: Like Laravel Homestead but for Docker instead of Vagrant. https://github.com/LaraDock/laradock
31/08/2016 11:33:44
docker laravel
Note: Roles en Laravel /shaare/L516IQ
24/08/2016 15:18:39

https://cartalyst.com/manual/sentinel/2.0#laravel-5

https://github.com/romanbican/roles
https://github.com/Zizaco/entrust
https://github.com/kodeine/laravel-acl

laravel
Has anyone tried Laravel Integrated package in Laravel 5.2? https://laracasts.com/discuss/channels/testing/has-anyone-tried-laravel-integrated-package-in-laravel-52
23/08/2016 18:14:25
laravel php test
Introducing Laravel Passport - Matt Stauffer on Laravel, PHP, Frontend development https://mattstauffer.co/blog/introducing-laravel-passport
18/08/2016 11:13:36

login

laravel facebook
Advanced input & output with Artisan commands, tables, & progress bars in Laravel 5 https://mattstauffer.co/blog/advanced-input-output-with-artisan-commands-tables-and-progress-bars-in-laravel-5.1
28/07/2016 12:29:23
php laravel
page 2 / 6
3727 links, including 251 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn