Skip to content
April 24, 2018
  • Facebook
  • Twitter
  • Youtube

Free Code Labs

Programming Tutorials & Script Marketplace

  • Programming
  • Freebies
  • Dev Marketing
    • Affiliate Marketing
  • Contact Us
Main Menu

Programming

Laravel Pagination with Union
Programming

Laravel Pagination with Union

April 23, 2018 - by Kevin J - Leave a Comment

In this tutorial, we will see how to use Laravel pagination with Union. $limit = $request->input(‘limit’, 10); $page = $request->input(‘page’, 1); $products_1 = Product:: … ->get(); $products_2 = Product:: … ->get(); …

Read More
Customize Wordpress TinyMCE Editor
Blog / Programming

WordPress: Customize TinyMCE Editor

January 21, 2018January 22, 2018 - by Kevin J - Leave a Comment

WordPress uses TinyMCE as its default rich text editor.  Blog writers can easily create their posts with styles, media using a rich text editor. TinyMCE is one of the most …

Read More
Laravel 5.5 Model Factories
Blog / Programming

Laravel 5.5 Model Factories

December 5, 2017 - by Kevin J - Leave a Comment

Laravel is a fully fledged php framework which helps the developer for rapid application development. This framework has amazing built-in features for development, testing and deployment. The unit testing phase …

Read More
Find Closest Timeslots
Programming

Find Closest Time Slots

November 27, 2017 - by Kevin J - Leave a Comment

If you working on a booking application or web site, you might need to get closest time slots based on a given time. Customer says he prefers to come to the salon at 10.30am tomorrow. 

Read More
Programming

Laravel 5.5 JWT Authentication

November 25, 2017November 30, 2017 - by Kevin J - Leave a Comment

Sample code used in the video tutorial TokenController.php <?php namespace App\Http\Controllers\API\Auth; use Illuminate\Http\Request; use App\Http\Controllers\Controller; use Validator; use JWTAuth; class TokenController extends Controller { public function auth(Request $request) { $credentials …

Read More

Recent Posts

  • Laravel Pagination with Union
  • WordPress: Customize TinyMCE Editor
  • Laravel 5.5 Model Factories
  • Find Closest Time Slots
  • Laravel 5.5 JWT Authentication

Advertisement

Faster Laravel Hosting

Categories

  • Blog
  • Programming

Freecodelabs.com

Freecodelabs.com is a programming blog with a online marketplace for free & premium scripts, computer ebooks and online courses.

Popular Tags

jwt Laravel Laravel 5.5 Model Factories Pagination PHP Union WordPress

Connect with us

  • Youtube
  • Facebook
  • Twitter
Copyright © 2018 Free Code Labs.
Powered by WordPress and HitMag.