background preloader

Wichtige Sites

Facebook Twitter

Welcome to the LaraBrain - Creating Sluggable URLs Using the Laravel Framework. Committed to the LaraBrain by: wjgilmore (@wjgilmore) at October 14, 2015 11:04 pm Creating user- and SEO-friendly URLs is easy thanks to the eloquent-sluggable package.

Welcome to the LaraBrain - Creating Sluggable URLs Using the Laravel Framework

Thanks to Laravel's RESTful (also known as resourceful) controller support, it's fairly trivial to build interfaces for creating, retrieving, updating, and deleting data. These RESTful interfaces depend upon a well-defined URL structure, and the show action (displaying information about a specific record) in particular requires that a record's primary key be passed along as part of the URL, such as: The 3 identifies a particular record by its primary key, which can then be retrieved in the controller's show action like so: $tip = Tip::findOrFail(3);

Building blocks for Web of tomorrow. Browsing Most Recent Laravel Tricks. Packages for Laravel. Cartalyst. 60Packages 85Issues 1863Closed 804Commits 7202Backers maintained and curated @ Github We build framework agnostic composer packages for developers.

Cartalyst

Browse the Arsenal 1. Research. GitHub - unicodeveloper/laravel-hackathon-starter: A hackathon/MVP boilerplate for laravel web applications. Start your hackathons without hassle. Packages for Laravel. Open source software. Making Eloquent models translatable - murze.be. Every two weeks I send out a newsletter containing lots of interesting stuff for the modern PHP developer.

Making Eloquent models translatable - murze.be

You can expect quick tips, links to interesting tutorials, opinions and packages. Want to learn the cool stuff? Then sign up now! How To Add Multilingual Support to Eloquent. Did you know that several countries throughout the world have more than one official language? For example, my home country Belgium has three; French, Dutch, and German. Most Belgians also speak English. Quick Tip: Get a Homestead Vagrant VM Up and Running. Packagist. Murze.be - A blog on modern PHP and Laravel. Laravel Packages. Laravel Doctrine - Best of Both Worlds? Laravel Doctrine is a drop-in implementation of the famous ORM for the Laravel 5.X Framework, and a really interesting alternative to the default choice, Eloquent.

Laravel Doctrine - Best of Both Worlds?

In this article, we will learn how to use it, and when. Why Doctrine, and not Eloquent? Laravel Doctrine - A drop-in Doctrine2 implementation for Laravel 5+ Laravel Collective. Laravel Archives - SitePoint. Laravel 5.2 and Dropzone.js Part 2: Displaying already uploaded images. In first part Laravel 5.2 and Dropzone.js auto image uploads with removal links I talked about basic configuration options and server side functions.

Laravel 5.2 and Dropzone.js Part 2: Displaying already uploaded images

Many comments were related to displaying images uploaded in previous sessions, thus I decided to expand the project and implement that feature. Dropzone Configuration Dropzone expects 3 things to build preview thumbnail: filename, size and server path. Dunebook - Tutorials for laravel , php , Angularjs & javascripts. Create a Laravel and Angular Single Page Comment Application.

Related Course Get Started with JavaScript for Web Development JavaScript is the language on fire.

Create a Laravel and Angular Single Page Comment Application

Create an E-Commerce Website with laravel 5.2. After many requests from from our users we have updated this tutorial to laravel 5.2 . we’ll be covering folowing laravel 5.2 features Authentication Scaffolding , Authentication Drivers / “Multi-Auth” , & Implicit model binding Too Here is the link of Demo store created using this tutorial by David Trushkov Here is the github code of this store In this tutorial , we’ll code a simple book store example using Laravel.

Create an E-Commerce Website with laravel 5.2

We’ll also cover Laravel’s built-in authentication, named routes, and database seeding. We’ll also elaborate some rapid development methods that come with Laravel such as creating route URLs. Browsing Most Recent Laravel Tricks. Cartalyst.