A place where all members can share their Laravel & PHP tutorials, links, news, packages, etc.
Create New Post
Contact Us
This is an example of sending an API request using Laravel with valid CSRF tokens.
The idea for this example is basically a habit breaking support system, when you feel the urge to do a negative habit instead of doing you just hit the button to ac
Here we are to see the changes from laravel 4.3 to laravel 5, At the end of this tutorial, you should be able to create a basic application in Laravel 5 with MYSQL where you could Create, Read, Update and Delete Books; also we will learn how to use i
The PHP community has recently been blessed with a new release of one of its most loved frameworks, Laravel. Version 5.0.1 is a major release, so not only are there some great new features available, but the architectural foundations of the framework
Do you use Laravel PHP and Vue JS? Do you wish there was a better way to structure your applications you build? This tutorial is just for you! In it, we set up simple two-way communication between the different components of your front-end app.
Wo
Laravel's Socialite package makes it simple to authenticate your users to Facebook, Twitter, Google, LinkedIn, GitHub and Bitbucket. You can authenticate them for the purpose of connecting their pre-existing user account to a third-party service
This Laravel 5.1 package provides an easy way to associate all sorts of files with Eloquent models. Storage of the filesis handled by Laravel's Filesystem, so you can easily use something like S3. Additionally the package can create image manipu
PHP OAuth 2.0 Server for Laravel
Note: a fully configured project can be found on this github repo
https://github.com/lucadegasperi/oauth2-server-laravel
Want a free way to backup your laravel app and database to dropbox? This guide should help!
These same steps can be used to backup your app to several other cloud services. To use other FileSystems, check out Flysystem.
Hope these steps help yo
Here I show how to set up a Laravel 5.1 project on Semaphore CI for continuous integration testing.
Sorry about the crickets in the background, and occasional air conditioner noise; I like to work on my back patio, and evening fell while I was rec
Sometimes for beginners, the idea of PHPUnit testing code can be scary. You find yourself having to install the test framework, learn a whole new series of commands and methods, and half the time, you have no idea why it doesn’t work.
Fortun