Creating custom class on Laravel is easy to apply. Often we need additional classes to summarize and facilitate us in building applications. Laravel is a PHP framework that implements a fairly robust MVC concept and a fairly viscous application of ...
laravel 5
Restful API Tutorial With Lumen Laravel 5.5 For Beginners
Lumen is the best PHP framework to build the Restful API. Lumen was developed by Taylor Otwell, the developer behind the most popular PHP framework today, Laravel. We could say, the Lumen Framework is a derivative of Laravel. The following tutorial ...
Learn to Understand Routes on Laravel 5 for Beginners
Seegatesite.com - Routes, Model, View, Controller is an important concept to the laravel framework . This is my third article on tutorial laravel framework. If you need to start learning how to install laravel 5 , please follow my tutorial here. ...
Best Way Eliminate Public Folder in the URL Laravel 5
Seegatesite.com - The easiest way to eliminate public folder in the url laravel 5. If you've managed to install laravel 5 on your computer, the problems that will arise is when you access the main page of the web application, you have to go through ...
Step by Step Installation Laravel 5 On Ubuntu for Beginners
Seegatesite.com - Laravel is different from other PHP framework, where you can download the master file fully and placed on your web server. Laravel has a dependence on some PHP library, where the library isn't included in the laravel's source. So we ...